Lines Matching refs:aBmpEx
772 BitmapEx aBmpEx; in ImpMaskTransparent() local
778 aBmpEx = BitmapEx( rBitmapEx.GetBitmap(), aMask ); in ImpMaskTransparent()
781 return aBmpEx; in ImpMaskTransparent()
798 aAnimBmp.aBmpEx = Mask( aAnimBmp.aBmpEx ).GetBitmapEx(); in ImpMask()
1022 const BitmapEx aBmpEx( Mask( pAct->GetBitmapEx() ).GetBitmapEx() ); in ImpMask() local
1024 pAct = new MetaBmpExAction( pAct->GetPoint(), aBmpEx ); in ImpMask()
1032 const BitmapEx aBmpEx( Mask( pAct->GetBitmapEx() ).GetBitmapEx() ); in ImpMask() local
1034 pAct = new MetaBmpExScaleAction( pAct->GetPoint(), pAct->GetSize(), aBmpEx ); in ImpMask()
1042 const BitmapEx aBmpEx( Mask( pAct->GetBitmapEx() ).GetBitmapEx() ); in ImpMask() local
1045 pAct->GetSrcPoint(), pAct->GetSrcSize(), aBmpEx ); in ImpMask()
1096 aAnimBmp.aBmpEx = ImpReplaceTransparency( aAnimBmp.aBmpEx, rColor ); in ImpReplaceTransparency()
1163 BitmapEx aBmpEx( ImpReplaceTransparency( aGraphic.GetBitmapEx(), aReplColor ) ); in Mask() local
1164 const Size aSize( aBmpEx.GetSizePixel() ); in Mask()
1167 aGraphic = aBmpEx; in Mask()
1185 BitmapEx aBmpEx( ImpMaskTransparent( aGraphic.GetBitmapEx(), in Mask() local
1187 const Size aSize( aBmpEx.GetSizePixel() ); in Mask()
1190 aGraphic = aBmpEx; in Mask()