Lines Matching refs:aOutBmpEx
520 BitmapEx aOutBmpEx; in ImplCreateOutput() local
644 bRet = ( aOutBmpEx = aBmpEx ).Scale( aUnrotatedSzPix ); in ImplCreateOutput()
647 aOutBmpEx.Rotate( nRot10, COL_TRANSPARENT ); in ImplCreateOutput()
654 aOutBmpEx ); in ImplCreateOutput()
666 aOutBmpEx = aBmpEx; in ImplCreateOutput()
672 … bRet = ( aOutBmpEx = aBmpEx ).Scale( Size( nEndX - nStartX + 1, nEndY - nStartY + 1 ) ); in ImplCreateOutput()
678 aOutBmpEx ); in ImplCreateOutput()
687 … ImplAdjust( aOutBmpEx, rAttr, ADJUSTMENT_DRAWMODE | ADJUSTMENT_COLORS | ADJUSTMENT_TRANSPARENCY ); in ImplCreateOutput()
690 …if( pOut->GetOutDevType() != OUTDEV_PRINTER && pOut->GetBitCount() <= 8 && aOutBmpEx.GetBitCount()… 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()
711 pOut->DrawBitmapEx( aOutPt, aOutSz, *pBmpEx = aOutBmpEx ); in ImplCreateOutput()