Lines Matching refs:aBmpEx

1045 	BitmapEx aBmpEx( rBitmapEx );  in ImplDrawBitmapEx()  local
1052 Bitmap aColorBmp( aBmpEx.GetSizePixel(), ( mnDrawMode & DRAWMODE_GHOSTEDBITMAP ) ? 4 : 1 ); in ImplDrawBitmapEx()
1062 if( aBmpEx.IsAlpha() ) in ImplDrawBitmapEx()
1069 Bitmap aMask( aBmpEx.GetAlpha().GetBitmap() ); in ImplDrawBitmapEx()
1071 aBmpEx = BitmapEx( aColorBmp, aMask ); in ImplDrawBitmapEx()
1075 aBmpEx = BitmapEx( aColorBmp, aBmpEx.GetMask() ); in ImplDrawBitmapEx()
1078 else if( !!aBmpEx ) in ImplDrawBitmapEx()
1081 aBmpEx.Convert( BMP_CONVERSION_8BIT_GREYS ); in ImplDrawBitmapEx()
1084 aBmpEx.Convert( BMP_CONVERSION_GHOSTED ); in ImplDrawBitmapEx()
1093 mpMetaFile->AddAction( new MetaBmpExAction( rDestPt, aBmpEx ) ); in ImplDrawBitmapEx()
1097 mpMetaFile->AddAction( new MetaBmpExScaleAction( rDestPt, rDestSize, aBmpEx ) ); in ImplDrawBitmapEx()
1102 rSrcPtPixel, rSrcSizePixel, aBmpEx ) ); in ImplDrawBitmapEx()
1111 if( aBmpEx.IsAlpha() ) in ImplDrawBitmapEx()
1116 Bitmap aBmp( aBmpEx.GetBitmap() ); in ImplDrawBitmapEx()
1117 aBmp.Blend( aBmpEx.GetAlpha(), Color( COL_WHITE) ); in ImplDrawBitmapEx()
1122 Bitmap aBmp( aBmpEx.GetBitmap() ), aMask( aBmpEx.GetMask() ); in ImplDrawBitmapEx()
1130 if(aBmpEx.IsAlpha()) in ImplDrawBitmapEx()
1132 …ImplDrawAlpha( aBmpEx.GetBitmap(), aBmpEx.GetAlpha(), rDestPt, rDestSize, rSrcPtPixel, rSrcSizePix… in ImplDrawBitmapEx()
1136 if( !( !aBmpEx ) ) in ImplDrawBitmapEx()
1149 const sal_uLong nMirrFlags = ImplAdjustTwoRect( aPosAry, aBmpEx.GetSizePixel() ); in ImplDrawBitmapEx()
1155 aBmpEx.Mirror( nMirrFlags ); in ImplDrawBitmapEx()
1157 const SalBitmap* pSalSrcBmp = aBmpEx.ImplGetBitmapImpBitmap()->ImplGetSalBitmap(); in ImplDrawBitmapEx()
1158 const ImpBitmap* pMaskBmp = aBmpEx.ImplGetMaskImpBitmap(); in ImplDrawBitmapEx()
1256 BitmapEx( aBmpEx.GetMask(), in ImplDrawBitmapEx()
1257 aBmpEx.GetMask() ) ); in ImplDrawBitmapEx()