Searched refs:FramePainter (Results 1 – 6 of 6) sorted by relevance
33 FramePainter::FramePainter (const BitmapEx& rShadowBitmap) in FramePainter() function in sd::slidesorter::view::FramePainter62 FramePainter::~FramePainter (void) in ~FramePainter()69 void FramePainter::PaintFrame ( in PaintFrame()91 void FramePainter::AdaptColor ( in AdaptColor()125 FramePainter::OffsetBitmap::OffsetBitmap ( in OffsetBitmap()172 void FramePainter::OffsetBitmap::PaintCorner ( in PaintCorner()183 void FramePainter::OffsetBitmap::PaintSide ( in PaintSide()244 void FramePainter::OffsetBitmap::PaintCenter ( in PaintCenter()
32 class FramePainter class35 FramePainter (const BitmapEx& rBitmap);36 ~FramePainter (void);
104 mpShadowPainter(new FramePainter(mpTheme->GetIcon(Theme::Icon_RawShadow))), in PageObjectPainter()105 mpFocusBorderPainter(new FramePainter(mpTheme->GetIcon(Theme::Icon_FocusBorder))), in PageObjectPainter()
87 new FramePainter(mrSlideSorter.GetTheme()->GetIcon(Theme::Icon_RawInsertShadow))) in InsertionIndicatorOverlay()
42 class FramePainter;85 ::boost::scoped_ptr<FramePainter> mpShadowPainter;86 ::boost::scoped_ptr<FramePainter> mpFocusBorderPainter;
55 class FramePainter;100 ::boost::scoped_ptr<FramePainter> mpShadowPainter;
Completed in 27 milliseconds