Searched refs:rOutMtf (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | print2.cxx | 666 …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 …]
|
/aoo41x/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 724 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()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | grfmgr.hxx | 527 … const sal_uLong nFlags, GDIMetaFile& rOutMtf, BitmapEx& rOutBmpEx );
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 1201 …l RemoveTransparenciesFromMetaFile( const GDIMetaFile& rInMtf, GDIMetaFile& rOutMtf,
|
Completed in 49 milliseconds