Lines Matching refs:GetBitmap

254 		const Bitmap aBmp( GetBitmap( rSrcPt, rSrcSize ) );  in DrawOutDev()
327 const Bitmap aBmp( rOutDev.GetBitmap( rSrcPt, rSrcSize ) ); in DrawOutDev()
747 DrawBitmap( rDestPt, rBitmapEx.GetBitmap() ); in DrawBitmapEx()
768 DrawBitmap( rDestPt, rDestSize, rBitmapEx.GetBitmap() ); in DrawBitmapEx()
789 DrawBitmap( rDestPt, rDestSize, rSrcPtPixel, rSrcSizePixel, rBitmapEx.GetBitmap() ); in DrawBitmapEx()
854 SalBitmap* pSalSrcBmp = rBitmapEx.GetBitmap().ImplGetImpBitmap()->ImplGetSalBitmap(); in DrawTransformedBitmapEx()
997 const Bitmap aContent(aTransformed.GetBitmap()); in DrawTransformedBitmapEx()
1078 Bitmap aMask( aBmpEx.GetAlpha().GetBitmap() ); in ImplDrawBitmapEx()
1125 Bitmap aBmp( aBmpEx.GetBitmap() ); in ImplDrawBitmapEx()
1131 Bitmap aBmp( aBmpEx.GetBitmap() ), aMask( aBmpEx.GetMask() ); in ImplDrawBitmapEx()
1141 …ImplDrawAlpha( aBmpEx.GetBitmap(), aBmpEx.GetAlpha(), rDestPt, rDestSize, rSrcPtPixel, rSrcSizePix… in ImplDrawBitmapEx()
1524 Bitmap OutputDevice::GetBitmap( const Point& rSrcPt, const Size& rSize ) const in GetBitmap() function in OutputDevice
1604 aBmp = aVDev.GetBitmap( Point(), aVDev.GetOutputSizePixel() ); in GetBitmap()
1615 SalBitmap* pSalBmp = mpGraphics->GetBitmap( nX, nY, nWidth, nHeight, this ); in GetBitmap()
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()
1660 rBitmap = GetBitmap( rDestPt, rSize ); in ImplGetFrameBitmap()
1932 Bitmap aAlphaBitmap( mpAlphaVDev->GetBitmap( aDstRect.TopLeft(), aDstRect.GetSize() ) ); in ImplBlendWithAlpha()
2273 Bitmap aBmp( GetBitmap( aDstRect.TopLeft(), aDstRect.GetSize() ) ); in ImplDrawAlpha()