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()
851 SalBitmap* pSalSrcBmp = rBitmapEx.GetBitmap().ImplGetImpBitmap()->ImplGetSalBitmap(); in DrawTransformedBitmapEx()
991 const Bitmap aContent(aTransformed.GetBitmap()); in DrawTransformedBitmapEx()
1069 Bitmap aMask( aBmpEx.GetAlpha().GetBitmap() ); in ImplDrawBitmapEx()
1116 Bitmap aBmp( aBmpEx.GetBitmap() ); in ImplDrawBitmapEx()
1122 Bitmap aBmp( aBmpEx.GetBitmap() ), aMask( aBmpEx.GetMask() ); in ImplDrawBitmapEx()
1132 …ImplDrawAlpha( aBmpEx.GetBitmap(), aBmpEx.GetAlpha(), rDestPt, rDestSize, rSrcPtPixel, rSrcSizePix… in ImplDrawBitmapEx()
1515 Bitmap OutputDevice::GetBitmap( const Point& rSrcPt, const Size& rSize ) const in GetBitmap() function in OutputDevice
1595 aBmp = aVDev.GetBitmap( Point(), aVDev.GetOutputSizePixel() ); in GetBitmap()
1606 SalBitmap* pSalBmp = mpGraphics->GetBitmap( nX, nY, nWidth, nHeight, this ); in GetBitmap()
1630 Bitmap aAlphaBitmap( mpAlphaVDev->GetBitmap( rSrcPt, rSize ) ); in GetBitmapEx()
1636 return BitmapEx(GetBitmap( rSrcPt, rSize ), AlphaMask( aAlphaBitmap ) ); in GetBitmapEx()
1639 return GetBitmap( rSrcPt, rSize ); in GetBitmapEx()
1651 rBitmap = GetBitmap( rDestPt, rSize ); in ImplGetFrameBitmap()
1923 Bitmap aAlphaBitmap( mpAlphaVDev->GetBitmap( aDstRect.TopLeft(), aDstRect.GetSize() ) ); in ImplBlendWithAlpha()
2264 Bitmap aBmp( GetBitmap( aDstRect.TopLeft(), aDstRect.GetSize() ) ); in ImplDrawAlpha()