Home
last modified time | relevance | path

Searched refs:rOutMtf (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dprint2.cxx666 …ol OutputDevice::RemoveTransparenciesFromMetaFile( const GDIMetaFile& rInMtf, GDIMetaFile& rOutMtf, in RemoveTransparenciesFromMetaFile() argument
676 rOutMtf.Clear(); in RemoveTransparenciesFromMetaFile()
706 rOutMtf = rInMtf; in RemoveTransparenciesFromMetaFile()
1137 rOutMtf.AddAction( ( aCurrAct->first->Duplicate(), aCurrAct->first ) ); in RemoveTransparenciesFromMetaFile()
1199 rOutMtf.AddAction( new MetaPushAction( PUSH_MAPMODE ) ); in RemoveTransparenciesFromMetaFile()
1200 rOutMtf.AddAction( new MetaMapModeAction() ); in RemoveTransparenciesFromMetaFile()
1307 rOutMtf.AddAction( new MetaPopAction() ); in RemoveTransparenciesFromMetaFile()
1348 ImplConvertTransparentAction(rOutMtf, in RemoveTransparenciesFromMetaFile()
1356 rOutMtf.AddAction( ( pCurrAct->Duplicate(), pCurrAct ) ); in RemoveTransparenciesFromMetaFile()
1363 rOutMtf.SetPrefMapMode( rInMtf.GetPrefMapMode() ); in RemoveTransparenciesFromMetaFile()
[all …]
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx1201 …l RemoveTransparenciesFromMetaFile( const GDIMetaFile& rInMtf, GDIMetaFile& rOutMtf,
/trunk/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()
/trunk/main/svtools/inc/svtools/
H A Dgrfmgr.hxx527 … const sal_uLong nFlags, GDIMetaFile& rOutMtf, BitmapEx& rOutBmpEx );

Completed in 41 milliseconds