Home
last modified time | relevance | path

Searched refs:aTmpBmpEx (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dimpimage.cxx408 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()
519aTmpBmpEx = BitmapEx( aTmpBmp, AlphaMask( aTmpBmp.GetSizePixel(), &cErase ) ); in Draw()
[all …]