Lines Matching refs:aOverlayRect
242 Rectangle aOverlayRect( rOverlayRect ); in mergeBitmaps_Impl() local
244 aOverlayRect.Intersection( aBmpRect ); in mergeBitmaps_Impl()
251 aVDev.DrawBitmapEx( aOverlayRect.TopLeft(), aOverlayRect.GetSize(), rOverlay ); in mergeBitmaps_Impl()
261 Bitmap aOverlayMergeBmp( aVDev.GetBitmap( aOverlayRect.TopLeft(), aOverlayRect.GetSize() ) ); in mergeBitmaps_Impl()
264 aVDev.DrawBitmap( aOverlayRect.TopLeft(), aOverlayRect.GetSize(), rOverlay.GetMask() ); in mergeBitmaps_Impl()
269 aVDev.DrawRect( aOverlayRect); in mergeBitmaps_Impl()
272 …aOverlayMergeBmp.CombineSimple( aVDev.GetBitmap( aOverlayRect.TopLeft(), aOverlayRect.GetSize() ),… in mergeBitmaps_Impl()
273 aVDev.DrawBitmap( aOverlayRect.TopLeft(), aOverlayRect.GetSize(), aOverlayMergeBmp ); in mergeBitmaps_Impl()
331 Rectangle aOverlayRect; in createThumb_Impl() local
337 aOverlayRect = Rectangle( aNullPt, aFullSize ); in createThumb_Impl()
339 …aOverlayRect.Intersection( pOverlayRect ? *pOverlayRect : Rectangle( aNullPt, pOverlay->GetSizePix… in createThumb_Impl()
341 if ( !aOverlayRect.IsEmpty() ) in createThumb_Impl()
361 aVDev.DrawBitmapEx( aOverlayRect.TopLeft(), aOverlayRect.GetSize(), *pOverlay ); in createThumb_Impl()