Searched refs:rOverlay (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sfx2/source/doc/ |
H A D | graphhelp.cxx | 228 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 D | graphhelp.hxx | 35 static sal_Bool mergeBitmaps_Impl( const BitmapEx& rBmpEx, const BitmapEx& rOverlay,
|
/aoo41x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsPageObjectPainter.cxx | 279 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()
|
/aoo41x/main/sd/source/ui/slidesorter/inc/view/ |
H A D | SlsPageObjectPainter.hxx | 129 const BitmapEx& rOverlay,
|
Completed in 40 milliseconds