Home
last modified time | relevance | path

Searched refs:aOutBmpEx (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx520 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()
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 16 milliseconds