Lines Matching refs:rSrcPt
234 const Point& rSrcPt, const Size& rSrcSize ) in DrawOutDev() argument
254 const Bitmap aBmp( GetBitmap( rSrcPt, rSrcSize ) ); in DrawOutDev()
268 aPosAry.mnSrcX = ImplLogicXToDevicePixel( rSrcPt.X() ); in DrawOutDev()
269 aPosAry.mnSrcY = ImplLogicYToDevicePixel( rSrcPt.Y() ); in DrawOutDev()
301 mpAlphaVDev->DrawOutDev( rDestPt, rDestSize, rSrcPt, rSrcSize ); in DrawOutDev()
307 const Point& rSrcPt, const Size& rSrcSize, in DrawOutDev() argument
327 const Bitmap aBmp( rOutDev.GetBitmap( rSrcPt, rSrcSize ) ); in DrawOutDev()
334 aPosAry.mnSrcX = rOutDev.ImplLogicXToDevicePixel( rSrcPt.X() ); in DrawOutDev()
335 aPosAry.mnSrcY = rOutDev.ImplLogicYToDevicePixel( rSrcPt.Y() ); in DrawOutDev()
348 DrawBitmapEx( rDestPt, rDestSize, rOutDev.GetBitmapEx(rSrcPt, rSrcSize) ); in DrawOutDev()
367 DrawBitmapEx( rDestPt, rDestSize, rOutDev.GetBitmapEx(rSrcPt, rSrcSize) ); in DrawOutDev()
380 const Point& rSrcPt, const Size& rSrcSize, in CopyArea() argument
401 aPosAry.mnSrcX = ImplLogicXToDevicePixel( rSrcPt.X() ); in CopyArea()
402 aPosAry.mnSrcY = ImplLogicYToDevicePixel( rSrcPt.Y() ); in CopyArea()
445 mpAlphaVDev->CopyArea( rDestPt, rSrcPt, rSrcSize, nFlags ); in CopyArea()
1524 Bitmap OutputDevice::GetBitmap( const Point& rSrcPt, const Size& rSize ) const in GetBitmap() argument
1530 long nX = ImplLogicXToDevicePixel( rSrcPt.X() ); in GetBitmap()
1531 long nY = ImplLogicYToDevicePixel( rSrcPt.Y() ); in GetBitmap()
1632 BitmapEx OutputDevice::GetBitmapEx( const Point& rSrcPt, const Size& rSize ) const in GetBitmapEx() argument
1639 Bitmap aAlphaBitmap( mpAlphaVDev->GetBitmap( rSrcPt, rSize ) ); in GetBitmapEx()
1645 return BitmapEx(GetBitmap( rSrcPt, rSize ), AlphaMask( aAlphaBitmap ) ); in GetBitmapEx()
1648 return GetBitmap( rSrcPt, rSize ); in GetBitmapEx()