Lines Matching refs:aMask

1069                 Bitmap aMask( aBmpEx.GetAlpha().GetBitmap() );  in ImplDrawBitmapEx()  local
1070 aMask.MakeMono( 128 ); in ImplDrawBitmapEx()
1071 aBmpEx = BitmapEx( aColorBmp, aMask ); 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()
2387 Bitmap aPaint( rBmp ), aMask( rMask ); in ImplPrintTransparent() local
2390 if( aMask.GetBitCount() > 1 ) in ImplPrintTransparent()
2391 aMask.Convert( BMP_CONVERSION_1BIT_THRESHOLD ); in ImplPrintTransparent()
2413 aMask.Crop( aSrcRect ); in ImplPrintTransparent()
2420 aMask.Mirror( nMirrFlags ); in ImplPrintTransparent()
2424 if( aMask.IsEmpty() ) in ImplPrintTransparent()
2426 aMask = Bitmap( aSrcRect.GetSize(), 1 ); in ImplPrintTransparent()
2427 aMask.Erase( Color( COL_BLACK ) ); in ImplPrintTransparent()
2447 … const Region aWorkRgn(aMask.CreateRegion(COL_BLACK, Rectangle(Point(), aMask.GetSizePixel()))); in ImplPrintTransparent()
2501 Bitmap aMask( rMask ); in ImplPrintMask() local
2504 if( aMask.GetBitCount() > 1 ) in ImplPrintMask()
2505 aMask.Convert( BMP_CONVERSION_1BIT_THRESHOLD ); in ImplPrintMask()
2524 if( aSrcRect != Rectangle( aPt, aMask.GetSizePixel() ) ) in ImplPrintMask()
2525 aMask.Crop( aSrcRect ); in ImplPrintMask()
2529 aMask.Mirror( nMirrFlags ); in ImplPrintMask()
2555 … const Region aWorkRgn(aMask.CreateRegion(COL_BLACK, Rectangle(Point(), aMask.GetSizePixel()))); in ImplPrintMask()