Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/gdi/
H A Dprint2.cxx664 …ol OutputDevice::RemoveTransparenciesFromMetaFile( const GDIMetaFile& rInMtf, GDIMetaFile& rOutMtf, in RemoveTransparenciesFromMetaFile() argument
674 rOutMtf.Clear(); in RemoveTransparenciesFromMetaFile()
704 rOutMtf = rInMtf; in RemoveTransparenciesFromMetaFile()
1123 rOutMtf.AddAction( ( aCurrAct->first->Duplicate(), aCurrAct->first ) ); in RemoveTransparenciesFromMetaFile()
1183 rOutMtf.AddAction( new MetaPushAction( PUSH_MAPMODE ) ); in RemoveTransparenciesFromMetaFile()
1184 rOutMtf.AddAction( new MetaMapModeAction() ); in RemoveTransparenciesFromMetaFile()
1273rOutMtf.AddAction( new MetaCommentAction( "PRNSPOOL_TRANSPARENTBITMAP_BEGIN" ) ); in RemoveTransparenciesFromMetaFile()
1274rOutMtf.AddAction( new MetaBmpScaleAction( aDstPtPix, aDstSzPix, aBandBmp ) ); in RemoveTransparenciesFromMetaFile()
1275rOutMtf.AddAction( new MetaCommentAction( "PRNSPOOL_TRANSPARENTBITMAP_END" ) ); in RemoveTransparenciesFromMetaFile()
1291 rOutMtf.AddAction( new MetaPopAction() ); in RemoveTransparenciesFromMetaFile()
[all …]
/AOO42X/main/svtools/source/graphic/
H A Dgrfmgr2.cxx724 … const sal_uLong /*nFlags*/, GDIMetaFile& rOutMtf, BitmapEx& rOutBmpEx ) in ImplCreateOutput() argument
728 rOutMtf = rMtf; in ImplCreateOutput()
757 for( nCurPos = 0, pAct = (MetaAction*)rOutMtf.FirstAction(); pAct; in ImplCreateOutput()
758 pAct = (MetaAction*)rOutMtf.NextAction(), nCurPos++ ) in ImplCreateOutput()
988 rOutMtf.ReplaceAction( pModAct, nCurPos ); in ImplCreateOutput()
995 rOutMtf.ReplaceAction( pModAct = pAct->Clone(), nCurPos ); in ImplCreateOutput()
1003 rOutMtf.SetPrefSize( Size( FRound( aNewSize.Width() * fScaleX ), in ImplCreateOutput()
1010 ImplAdjust( rOutMtf, rAttr, ADJUSTMENT_ALL ); in ImplCreateOutput()
1012 ImplDraw( pOut, rPt, rSz, rOutMtf, rAttr ); in ImplCreateOutput()
/AOO42X/main/svtools/inc/svtools/
H A Dgrfmgr.hxx527 … const sal_uLong nFlags, GDIMetaFile& rOutMtf, BitmapEx& rOutBmpEx );
/AOO42X/main/vcl/inc/vcl/
H A Doutdev.hxx1201 …l RemoveTransparenciesFromMetaFile( const GDIMetaFile& rInMtf, GDIMetaFile& rOutMtf,