Lines Matching refs:aBmpEx

81 		BitmapEx	aBmpEx;  in Image()  local
86 aBmpEx = BitmapEx( ResId( (RSHEADER_TYPE*)pResMgr->GetClass(), *pResMgr ) ); in Image()
92 if( !aBmpEx.IsEmpty() && aBmpEx.GetTransparentType() == TRANSPARENT_NONE ) in Image()
95 aBmpEx = BitmapEx( aBmpEx.GetBitmap(), aMaskBitmap ); in Image()
103 if( !aBmpEx.IsEmpty() && aBmpEx.GetTransparentType() == TRANSPARENT_NONE ) in Image()
106 aBmpEx = BitmapEx( aBmpEx.GetBitmap(), aMaskColor ); in Image()
111 if( ! aBmpEx.IsEmpty() ) in Image()
112 ImplInit( aBmpEx ); in Image()
154 const BitmapEx aBmpEx( rBitmap, rMaskBitmap ); in Image() local
156 ImplInit( aBmpEx ); in Image()
166 const BitmapEx aBmpEx( rBitmap, rColor ); in Image() local
168 ImplInit( aBmpEx ); in Image()
283 BitmapEx aBmpEx( GetBitmapEx() ); in GetColorTransformedImage() local
285 if( !aBmpEx.IsEmpty() ) in GetColorTransformedImage()
295 aBmpEx.Replace( pSrcColors, pDstColors, nColorCount ); in GetColorTransformedImage()
296 aRet = Image( aBmpEx ); in GetColorTransformedImage()
306 BitmapEx aBmpEx( GetBitmapEx() ); in GetColorTransformedImage() local
308 if( !aBmpEx.IsEmpty() ) in GetColorTransformedImage()
309 aRet = Image( aBmpEx.GetColorTransformedBitmapEx( ( BmpColorMode )( eColorTransform ) ) ); in GetColorTransformedImage()
536 BitmapEx aBmpEx; in Load() local
644 BitmapEx aBmpEx( rResId ); in InsertFromHorizontalBitmap() local
645 if (!aBmpEx.IsTransparent()) in InsertFromHorizontalBitmap()
648 aBmpEx = BitmapEx( aBmpEx.GetBitmap(), *pMaskColor ); in InsertFromHorizontalBitmap()
650 aBmpEx = BitmapEx( aBmpEx.GetBitmap() ); in InsertFromHorizontalBitmap()
653 aBmpEx.Replace( pSearchColors, pReplaceColors, nColorCount ); in InsertFromHorizontalBitmap()
656 InsertFromHorizontalStrip( aBmpEx, aNames ); in InsertFromHorizontalBitmap()