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()
1125 Bitmap aBmp( aBmpEx.GetBitmap() ); in ImplDrawBitmapEx() local
1126 aBmp.Blend( aBmpEx.GetAlpha(), Color( COL_WHITE) ); in ImplDrawBitmapEx()
1127 DrawBitmap( rDestPt, rDestSize, rSrcPtPixel, rSrcSizePixel, aBmp ); in ImplDrawBitmapEx()
1131 Bitmap aBmp( aBmpEx.GetBitmap() ), aMask( aBmpEx.GetMask() ); in ImplDrawBitmapEx() local
1132 aBmp.Replace( aMask, Color( COL_WHITE ) ); in ImplDrawBitmapEx()
1133 ImplPrintTransparent( aBmp, aMask, rDestPt, rDestSize, rSrcPtPixel, rSrcSizePixel ); in ImplDrawBitmapEx()
1529 Bitmap aBmp; in GetBitmap() local
1604 aBmp = aVDev.GetBitmap( Point(), aVDev.GetOutputSizePixel() ); in GetBitmap()
1621 aBmp.ImplSetImpBitmap( pImpBmp ); in GetBitmap()
1627 return aBmp; in GetBitmap()
1911 Bitmap OutputDevice::ImplBlendWithAlpha( Bitmap aBmp, in ImplBlendWithAlpha() argument
1937 Bitmap aDither( aBmp.GetSizePixel(), 8 ); in ImplBlendWithAlpha()
1939 BitmapReadAccess* pB = aBmp.AcquireReadAccess(); in ImplBlendWithAlpha()
1982 aBmp.ReleaseAccess( pB ); in ImplBlendWithAlpha()
1988 BitmapWriteAccess* pB = aBmp.AcquireWriteAccess(); in ImplBlendWithAlpha()
2021 aBmp.ReleaseAccess( pB ); in ImplBlendWithAlpha()
2022 res = aBmp; in ImplBlendWithAlpha()
2034 Bitmap OutputDevice::ImplBlend( Bitmap aBmp, in ImplBlend() argument
2054 Bitmap aDither( aBmp.GetSizePixel(), 8 ); in ImplBlend()
2056 BitmapReadAccess* pB = aBmp.AcquireReadAccess(); in ImplBlend()
2081 aBmp.ReleaseAccess( pB ); in ImplBlend()
2087 BitmapWriteAccess* pB = aBmp.AcquireWriteAccess(); in ImplBlend()
2191 aBmp.ReleaseAccess( pB ); in ImplBlend()
2192 res = aBmp; in ImplBlend()
2273 Bitmap aBmp( GetBitmap( aDstRect.TopLeft(), aDstRect.GetSize() ) ); in ImplDrawAlpha() local
2281 if( aBmp.ImplGetImpBitmap() ) in ImplDrawAlpha()
2282 aDstRect.SetSize( aBmp.GetSizePixel() ); in ImplDrawAlpha()
2334 if( aBmp.ImplGetImpBitmap() ) in ImplDrawAlpha()
2341 aBmp,pP,pA, in ImplDrawAlpha()
2350 aBmp,pP,pA, in ImplDrawAlpha()