~ubuntu-branches/ubuntu/oneiric/nux/oneiric

« back to all changes in this revision

Viewing changes to Nux/Painter.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-08-25 13:42:45 UTC
  • mto: This revision was merged to the branch mainline in revision 43.
  • Revision ID: james.westby@ubuntu.com-20110825134245-kfz5nhs15353wcbl
Tags: upstream-1.4.0
ImportĀ upstreamĀ versionĀ 1.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
224
224
 
225
225
    void PaintTextureShape (GraphicsEngine &GfxContext, const Geometry &geo, UXStyleImageRef style) const;
226
226
    void PaintTextureShape (GraphicsEngine &GfxContext, const Geometry &geo, BaseTexture *Texture,
227
 
                            int border_left, int border_right, int border_top, int border_bottom, bool draw_borders_only) const;
 
227
                            int border_left, int border_right, int border_top, int border_bottom, bool draw_borders_only, bool premultiply = true) const;
228
228
 
229
229
    //! Draw Check Box.
230
230
    /*!
309
309
    void EmptyBackgroundStack();
310
310
    void PaintBackground (GraphicsEngine &GfxContext, const Geometry &geo);
311
311
 
 
312
  private:
 
313
 
312
314
    std::list<AbstractPaintLayer *> m_BackgroundStack;
313
315
 
314
 
  private:
315
 
 
316
316
  };
317
317
 
318
318