Home
last modified time | relevance | path

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

/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()
524 if( aTmpBmpEx.IsAlpha() ) in Draw()
525 aTmpBmpEx = BitmapEx( aTmpBmp, aTmpBmpEx.GetAlpha() ); in Draw()
526 else if( aTmpBmpEx.IsAlpha() ) in Draw()
[all …]

Completed in 12 milliseconds