Searched refs:aTmpBmp (Results 1 – 2 of 2) sorted by relevance
426 Bitmap aTmpBmp( aTmpBmpEx.GetBitmap() ); in Draw() local430 BitmapWriteAccess* pAcc = aTmpBmp.AcquireWriteAccess(); in Draw()503 aTmpBmp.ReleaseAccess( pAcc ); in Draw()514 aTmpBmpEx = BitmapEx( aTmpBmp, AlphaMask( aAlphaBmp ) ); in Draw()519 aTmpBmpEx = BitmapEx( aTmpBmp, AlphaMask( aTmpBmp.GetSizePixel(), &cErase ) ); in Draw()525 aTmpBmpEx = BitmapEx( aTmpBmp, aTmpBmpEx.GetAlpha() ); in Draw()527 aTmpBmpEx = BitmapEx( aTmpBmp, aTmpBmpEx.GetMask() ); in Draw()
1234 BitmapEx aTmpBmp( maSliderImage.GetBitmapEx() ); in ColorPickerDialog() local1235 aTmpBmp.Mirror( BMP_MIRROR_HORZ ); in ColorPickerDialog()1236 maFISliderRight.SetImage( Image( aTmpBmp ) ); in ColorPickerDialog()
Completed in 25 milliseconds