Lines Matching refs:aBmpEx

1054 	BitmapEx aBmpEx( rBitmapEx );  in ImplDrawBitmapEx()  local
1061 Bitmap aColorBmp( aBmpEx.GetSizePixel(), ( mnDrawMode & DRAWMODE_GHOSTEDBITMAP ) ? 4 : 1 ); in ImplDrawBitmapEx()
1071 if( aBmpEx.IsAlpha() ) in ImplDrawBitmapEx()
1078 Bitmap aMask( aBmpEx.GetAlpha().GetBitmap() ); in ImplDrawBitmapEx()
1080 aBmpEx = BitmapEx( aColorBmp, aMask ); in ImplDrawBitmapEx()
1084 aBmpEx = BitmapEx( aColorBmp, aBmpEx.GetMask() ); in ImplDrawBitmapEx()
1087 else if( !!aBmpEx ) in ImplDrawBitmapEx()
1090 aBmpEx.Convert( BMP_CONVERSION_8BIT_GREYS ); in ImplDrawBitmapEx()
1093 aBmpEx.Convert( BMP_CONVERSION_GHOSTED ); in ImplDrawBitmapEx()
1102 mpMetaFile->AddAction( new MetaBmpExAction( rDestPt, aBmpEx ) ); in ImplDrawBitmapEx()
1106 mpMetaFile->AddAction( new MetaBmpExScaleAction( rDestPt, rDestSize, aBmpEx ) ); in ImplDrawBitmapEx()
1111 rSrcPtPixel, rSrcSizePixel, aBmpEx ) ); in ImplDrawBitmapEx()
1120 if( aBmpEx.IsAlpha() ) in ImplDrawBitmapEx()
1125 Bitmap aBmp( aBmpEx.GetBitmap() ); in ImplDrawBitmapEx()
1126 aBmp.Blend( aBmpEx.GetAlpha(), Color( COL_WHITE) ); in ImplDrawBitmapEx()
1131 Bitmap aBmp( aBmpEx.GetBitmap() ), aMask( aBmpEx.GetMask() ); in ImplDrawBitmapEx()
1139 if(aBmpEx.IsAlpha()) in ImplDrawBitmapEx()
1141 …ImplDrawAlpha( aBmpEx.GetBitmap(), aBmpEx.GetAlpha(), rDestPt, rDestSize, rSrcPtPixel, rSrcSizePix… in ImplDrawBitmapEx()
1145 if( !( !aBmpEx ) ) in ImplDrawBitmapEx()
1158 const sal_uLong nMirrFlags = ImplAdjustTwoRect( aPosAry, aBmpEx.GetSizePixel() ); in ImplDrawBitmapEx()
1164 aBmpEx.Mirror( nMirrFlags ); in ImplDrawBitmapEx()
1166 const SalBitmap* pSalSrcBmp = aBmpEx.ImplGetBitmapImpBitmap()->ImplGetSalBitmap(); in ImplDrawBitmapEx()
1167 const ImpBitmap* pMaskBmp = aBmpEx.ImplGetMaskImpBitmap(); in ImplDrawBitmapEx()
1265 BitmapEx( aBmpEx.GetMask(), in ImplDrawBitmapEx()
1266 aBmpEx.GetMask() ) ); in ImplDrawBitmapEx()