Lines Matching refs:aBmpEx
159 BitmapEx aBmpEx; in ImplCreate() local
163 aBmpEx.SetEmpty(); in ImplCreate()
165 for( i = 0; i < aInFiles.size() && aBmpEx.IsEmpty(); i++ ) in ImplCreate()
186 aBmpEx = aPNGReader.Read(); in ImplCreate()
190 ReadDIBBitmapEx(aBmpEx, aIStm); in ImplCreate()
193 if( pCollectStm && !aBmpEx.IsEmpty() ) in ImplCreate()
201 const Size aSize( aBmpEx.GetSizePixel() ); in ImplCreate()
203 if( aBmpEx.IsEmpty() ) in ImplCreate()
215 aTotalBmpEx = Bitmap( aTotalSize, aBmpEx.GetBitmap().GetBitCount() ); in ImplCreate()
226 … if( !aTotalBmpEx.IsEmpty() && !aBmpEx.IsEmpty() && !aDst.IsEmpty() && !aSrc.IsEmpty() ) in ImplCreate()
228 if( !aTotalBmpEx.IsTransparent() && aBmpEx.IsTransparent() ) in ImplCreate()
233 else if( aTotalBmpEx.IsTransparent() && !aBmpEx.IsTransparent() ) in ImplCreate()
235 const Bitmap aTmpBmp( aBmpEx.GetBitmap() ); in ImplCreate()
236 … aBmpEx = BitmapEx( aTmpBmp, AlphaMask( aTmpBmp.CreateMask( COL_LIGHTMAGENTA ) ) ); in ImplCreate()
239 aTotalBmpEx.CopyPixel( aDst, aSrc, &aBmpEx ); in ImplCreate()