Home
last modified time | relevance | path

Searched refs:rOverlay (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sfx2/source/doc/
H A Dgraphhelp.cxx228 sal_Bool GraphicHelper::mergeBitmaps_Impl( const BitmapEx& rBmpEx, const BitmapEx& rOverlay, in mergeBitmaps_Impl() argument
246 if( rOverlay.IsEmpty() || rOverlayRect.IsEmpty() ) in mergeBitmaps_Impl()
251 aVDev.DrawBitmapEx( aOverlayRect.TopLeft(), aOverlayRect.GetSize(), rOverlay ); in mergeBitmaps_Impl()
263 if( rOverlay.IsTransparent() ) in mergeBitmaps_Impl()
264 aVDev.DrawBitmap( aOverlayRect.TopLeft(), aOverlayRect.GetSize(), rOverlay.GetMask() ); in mergeBitmaps_Impl()
H A Dgraphhelp.hxx35 static sal_Bool mergeBitmaps_Impl( const BitmapEx& rBmpEx, const BitmapEx& rOverlay,
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsPageObjectPainter.cxx279 const BitmapEx& rOverlay, in CreateMarkedPreview() argument
292 const sal_Int32 nIconWidth (rOverlay.GetSizePixel().Width()); in CreateMarkedPreview()
293 const sal_Int32 nIconHeight (rOverlay.GetSizePixel().Height()); in CreateMarkedPreview()
298 pDevice->DrawBitmapEx(Point(nX,nY), rOverlay); in CreateMarkedPreview()
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsPageObjectPainter.hxx129 const BitmapEx& rOverlay,

Completed in 19 milliseconds