Lines Matching refs:aMask

1078                 Bitmap aMask( aBmpEx.GetAlpha().GetBitmap() );  in ImplDrawBitmapEx()  local
1079 aMask.MakeMono( 128 ); in ImplDrawBitmapEx()
1080 aBmpEx = BitmapEx( aColorBmp, aMask ); 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()
2396 Bitmap aPaint( rBmp ), aMask( rMask ); in ImplPrintTransparent() local
2399 if( aMask.GetBitCount() > 1 ) in ImplPrintTransparent()
2400 aMask.Convert( BMP_CONVERSION_1BIT_THRESHOLD ); in ImplPrintTransparent()
2422 aMask.Crop( aSrcRect ); in ImplPrintTransparent()
2429 aMask.Mirror( nMirrFlags ); in ImplPrintTransparent()
2433 if( aMask.IsEmpty() ) in ImplPrintTransparent()
2435 aMask = Bitmap( aSrcRect.GetSize(), 1 ); in ImplPrintTransparent()
2436 aMask.Erase( Color( COL_BLACK ) ); in ImplPrintTransparent()
2456 … const Region aWorkRgn(aMask.CreateRegion(COL_BLACK, Rectangle(Point(), aMask.GetSizePixel()))); in ImplPrintTransparent()
2510 Bitmap aMask( rMask ); in ImplPrintMask() local
2513 if( aMask.GetBitCount() > 1 ) in ImplPrintMask()
2514 aMask.Convert( BMP_CONVERSION_1BIT_THRESHOLD ); in ImplPrintMask()
2533 if( aSrcRect != Rectangle( aPt, aMask.GetSizePixel() ) ) in ImplPrintMask()
2534 aMask.Crop( aSrcRect ); in ImplPrintMask()
2538 aMask.Mirror( nMirrFlags ); in ImplPrintMask()
2564 … const Region aWorkRgn(aMask.CreateRegion(COL_BLACK, Rectangle(Point(), aMask.GetSizePixel()))); in ImplPrintMask()