Searched refs:aOutBmpEx (Results 1 – 1 of 1) sorted by relevance
520 BitmapEx aOutBmpEx; in ImplCreateOutput() local644 bRet = ( aOutBmpEx = aBmpEx ).Scale( aUnrotatedSzPix ); in ImplCreateOutput()647 aOutBmpEx.Rotate( nRot10, COL_TRANSPARENT ); in ImplCreateOutput()654 aOutBmpEx ); in ImplCreateOutput()666 aOutBmpEx = aBmpEx; in ImplCreateOutput()678 aOutBmpEx ); in ImplCreateOutput()691 aOutBmpEx.Dither( BMP_DITHER_MATRIX ); in ImplCreateOutput()705 pOut->DrawBitmapEx( aOutPt, aOutSz, aOutBmpEx ); in ImplCreateOutput()708 if( !rAttr.IsTransparent() && !aOutBmpEx.IsAlpha() ) in ImplCreateOutput()709 aOutBmpEx = BitmapEx( aOutBmpEx.GetBitmap().CreateDisplayBitmap( pOut ), aOutBmpEx.GetMask() ); in ImplCreateOutput()[all …]
Completed in 26 milliseconds