Lines Matching refs:aTmpBmpEx
408 BitmapEx aTmpBmpEx; in Draw() local
412 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()
511 Bitmap aAlphaBmp( aTmpBmpEx.GetAlpha().GetBitmap() ); in Draw()
514 aTmpBmpEx = BitmapEx( aTmpBmp, AlphaMask( aAlphaBmp ) ); in Draw()
519 aTmpBmpEx = BitmapEx( aTmpBmp, AlphaMask( aTmpBmp.GetSizePixel(), &cErase ) ); in Draw()
524 if( aTmpBmpEx.IsAlpha() ) in Draw()
525 aTmpBmpEx = BitmapEx( aTmpBmp, aTmpBmpEx.GetAlpha() ); in Draw()
526 else if( aTmpBmpEx.IsAlpha() ) in Draw()
527 aTmpBmpEx = BitmapEx( aTmpBmp, aTmpBmpEx.GetMask() ); in Draw()
530 pOutDev->DrawBitmapEx( rPos, aOutSize, aTmpBmpEx ); in Draw()