Searched refs:aTmpBmpEx (Results 1 – 1 of 1) sorted by relevance
408 BitmapEx aTmpBmpEx; in Draw() local412 aTmpBmpEx = maBmpEx; in Draw()414 aTmpBmpEx = maBmpEx.GetBitmap(); in Draw()416 aTmpBmpEx.Crop( aCropRect ); in Draw()423 aTmpBmpEx = aTmpBmpEx.GetColorTransformedBitmapEx( eMode ); in Draw()426 Bitmap aTmpBmp( aTmpBmpEx.GetBitmap() ); in Draw()509 if( aTmpBmpEx.IsTransparent() ) in Draw()524 if( aTmpBmpEx.IsAlpha() ) in Draw()525 aTmpBmpEx = BitmapEx( aTmpBmp, aTmpBmpEx.GetAlpha() ); in Draw()526 else if( aTmpBmpEx.IsAlpha() ) in Draw()[all …]
Completed in 15 milliseconds