Lines Matching refs:aBmpEx
184 BitmapEx aBmpEx; in ImplConvertTransparentAction() local
189 aBmpEx = static_cast<const MetaBmpExAction&>(rAct).GetBitmapEx(); in ImplConvertTransparentAction()
193 aBmpEx = static_cast<const MetaBmpExScaleAction&>(rAct).GetBitmapEx(); in ImplConvertTransparentAction()
197 aBmpEx = static_cast<const MetaBmpExScaleAction&>(rAct).GetBitmapEx(); in ImplConvertTransparentAction()
207 Bitmap aBmp( aBmpEx.GetBitmap() ); in ImplConvertTransparentAction()
208 if( !aBmpEx.IsAlpha() ) in ImplConvertTransparentAction()
230 aBmp.Replace( aBmpEx.GetMask(), aBgColor ); in ImplConvertTransparentAction()
235 aBmp.Replace( aBmpEx.GetMask(), aActualColor ); in ImplConvertTransparentAction()
242 aBmp.Blend(aBmpEx.GetAlpha(),aBgColor); in ImplConvertTransparentAction()
1444 BitmapEx aBmpEx( rBmpEx ); in GetDownsampledBitmapEx() local
1446 if( !aBmpEx.IsEmpty() ) in GetDownsampledBitmapEx()
1449 const Rectangle aBmpRect( aPoint, aBmpEx.GetSizePixel() ); in GetDownsampledBitmapEx()
1456 aBmpEx.Crop( aSrcRect ); in GetDownsampledBitmapEx()
1458 aBmpEx.SetEmpty(); in GetDownsampledBitmapEx()
1461 if( !aBmpEx.IsEmpty() ) in GetDownsampledBitmapEx()
1469 const Size aBmpSize( aBmpEx.GetSizePixel() ); in GetDownsampledBitmapEx()
1497 aBmpEx.Scale( aNewBmpSize ); in GetDownsampledBitmapEx()
1499 aBmpEx.SetEmpty(); in GetDownsampledBitmapEx()
1504 return aBmpEx; in GetDownsampledBitmapEx()