Lines Matching refs:GetBitmap

709 					aOutBmpEx = BitmapEx( aOutBmpEx.GetBitmap().CreateDisplayBitmap( pOut ), aOutBmpEx.GetMask() );  in ImplCreateOutput()
811 rOutBmpEx = BitmapEx( pAction->GetBitmap() ); in ImplCreateOutput()
814 pAction->GetBitmap().GetSizePixel(), in ImplCreateOutput()
826 rOutBmpEx = BitmapEx( pAction->GetBitmap() ); in ImplCreateOutput()
842 rOutBmpEx = muckWithBitmap( BitmapEx( pAction->GetBitmap() ), in ImplCreateOutput()
1026 Bitmap aBmp( rBmpEx.GetBitmap() ); in ImplCreateScaled()
1427 Bitmap aBmp( rBmpEx.GetBitmap() ); in ImplCreateRotatedScaled()
1848 rBmpEx = BitmapEx( rBmpEx.GetBitmap(), aAlpha ); in ImplAdjust()
2105 BitmapEx aTileBitmap( rVDev.GetBitmap( aTileInfo.aTileTopLeft, aTileInfo.aTileSizePixel ) ); in ImplRenderTileRecursive()
2270 BitmapEx aTileBitmap( aVDev.GetBitmap( Point(0,0), aVDev.GetOutputSize() ) ); in ImplDrawTiled()
2278 aAlphaGraphic.SetGraphic( GetGraphic().GetBitmapEx().GetAlpha().GetBitmap() ); in ImplDrawTiled()
2287 aTileBitmap = BitmapEx( aTileBitmap.GetBitmap(), in ImplDrawTiled()
2288 … AlphaMask( aVDev.GetBitmap( Point(0,0), aVDev.GetOutputSize() ) ) ); in ImplDrawTiled()
2290 aTileBitmap = BitmapEx( aTileBitmap.GetBitmap(), in ImplDrawTiled()
2291 … aVDev.GetBitmap( Point(0,0), aVDev.GetOutputSize() ).CreateMask( Color(COL_WHITE) ) ); in ImplDrawTiled()
2432 aBmpEx2 = BitmapEx( rBmpEx.GetBitmap(), rBmpEx.GetAlpha() ); in ImplTransformBitmap()
2434 aBmpEx2 = BitmapEx( rBmpEx.GetBitmap(), rBmpEx.GetMask() ); in ImplTransformBitmap()
2443 aBmpEx2 = BitmapEx( rBmpEx.GetBitmap(), aMask ); in ImplTransformBitmap()