Lines Matching refs:aBmp

254 		const Bitmap aBmp( GetBitmap( rSrcPt, rSrcSize ) );  in DrawOutDev()  local
255 mpMetaFile->AddAction( new MetaBmpScaleAction( rDestPt, rDestSize, aBmp ) ); in DrawOutDev()
327 const Bitmap aBmp( rOutDev.GetBitmap( rSrcPt, rSrcSize ) ); in DrawOutDev() local
328 mpMetaFile->AddAction( new MetaBmpScaleAction( rDestPt, rDestSize, aBmp ) ); in DrawOutDev()
583 Bitmap aBmp( rBitmap ); in ImplDrawBitmap() local
605 else if( !!aBmp ) in ImplDrawBitmap()
608 aBmp.Convert( BMP_CONVERSION_8BIT_GREYS ); in ImplDrawBitmap()
611 aBmp.Convert( BMP_CONVERSION_GHOSTED ); in ImplDrawBitmap()
620 mpMetaFile->AddAction( new MetaBmpAction( rDestPt, aBmp ) ); in ImplDrawBitmap()
624 mpMetaFile->AddAction( new MetaBmpScaleAction( rDestPt, rDestSize, aBmp ) ); in ImplDrawBitmap()
629 rDestPt, rDestSize, rSrcPtPixel, rSrcSizePixel, aBmp ) ); in ImplDrawBitmap()
636 if( !aBmp.IsEmpty() ) in ImplDrawBitmap()
649 const sal_uLong nMirrFlags = ImplAdjustTwoRect( aPosAry, aBmp.GetSizePixel() ); in ImplDrawBitmap()
654 aBmp.Mirror( nMirrFlags ); in ImplDrawBitmap()
729 … mpGraphics->DrawBitmap( aPosAry, *aBmp.ImplGetImpBitmap()->ImplGetSalBitmap(), this ); in ImplDrawBitmap()
1116 Bitmap aBmp( aBmpEx.GetBitmap() ); in ImplDrawBitmapEx() local
1117 aBmp.Blend( aBmpEx.GetAlpha(), Color( COL_WHITE) ); in ImplDrawBitmapEx()
1118 DrawBitmap( rDestPt, rDestSize, rSrcPtPixel, rSrcSizePixel, aBmp ); in ImplDrawBitmapEx()
1122 Bitmap aBmp( aBmpEx.GetBitmap() ), aMask( aBmpEx.GetMask() ); in ImplDrawBitmapEx() local
1123 aBmp.Replace( aMask, Color( COL_WHITE ) ); in ImplDrawBitmapEx()
1124 ImplPrintTransparent( aBmp, aMask, rDestPt, rDestSize, rSrcPtPixel, rSrcSizePixel ); in ImplDrawBitmapEx()
1520 Bitmap aBmp; in GetBitmap() local
1595 aBmp = aVDev.GetBitmap( Point(), aVDev.GetOutputSizePixel() ); in GetBitmap()
1612 aBmp.ImplSetImpBitmap( pImpBmp ); in GetBitmap()
1618 return aBmp; in GetBitmap()
1902 Bitmap OutputDevice::ImplBlendWithAlpha( Bitmap aBmp, in ImplBlendWithAlpha() argument
1928 Bitmap aDither( aBmp.GetSizePixel(), 8 ); in ImplBlendWithAlpha()
1930 BitmapReadAccess* pB = aBmp.AcquireReadAccess(); in ImplBlendWithAlpha()
1973 aBmp.ReleaseAccess( pB ); in ImplBlendWithAlpha()
1979 BitmapWriteAccess* pB = aBmp.AcquireWriteAccess(); in ImplBlendWithAlpha()
2012 aBmp.ReleaseAccess( pB ); in ImplBlendWithAlpha()
2013 res = aBmp; in ImplBlendWithAlpha()
2025 Bitmap OutputDevice::ImplBlend( Bitmap aBmp, in ImplBlend() argument
2045 Bitmap aDither( aBmp.GetSizePixel(), 8 ); in ImplBlend()
2047 BitmapReadAccess* pB = aBmp.AcquireReadAccess(); in ImplBlend()
2072 aBmp.ReleaseAccess( pB ); in ImplBlend()
2078 BitmapWriteAccess* pB = aBmp.AcquireWriteAccess(); in ImplBlend()
2182 aBmp.ReleaseAccess( pB ); in ImplBlend()
2183 res = aBmp; in ImplBlend()
2264 Bitmap aBmp( GetBitmap( aDstRect.TopLeft(), aDstRect.GetSize() ) ); in ImplDrawAlpha() local
2272 if( aBmp.ImplGetImpBitmap() ) in ImplDrawAlpha()
2273 aDstRect.SetSize( aBmp.GetSizePixel() ); in ImplDrawAlpha()
2325 if( aBmp.ImplGetImpBitmap() ) in ImplDrawAlpha()
2332 aBmp,pP,pA, in ImplDrawAlpha()
2341 aBmp,pP,pA, in ImplDrawAlpha()