Searched refs:rOutMtf (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/main/vcl/source/gdi/ |
| H A D | print2.cxx | 664 …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() 1273 … rOutMtf.AddAction( new MetaCommentAction( "PRNSPOOL_TRANSPARENTBITMAP_BEGIN" ) ); in RemoveTransparenciesFromMetaFile() 1274 … rOutMtf.AddAction( new MetaBmpScaleAction( aDstPtPix, aDstSzPix, aBandBmp ) ); in RemoveTransparenciesFromMetaFile() 1275 … rOutMtf.AddAction( new MetaCommentAction( "PRNSPOOL_TRANSPARENTBITMAP_END" ) ); in RemoveTransparenciesFromMetaFile() 1291 rOutMtf.AddAction( new MetaPopAction() ); in RemoveTransparenciesFromMetaFile() [all …]
|
| /AOO42X/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()
|
| /AOO42X/main/svtools/inc/svtools/ |
| H A D | grfmgr.hxx | 527 … const sal_uLong nFlags, GDIMetaFile& rOutMtf, BitmapEx& rOutBmpEx );
|
| /AOO42X/main/vcl/inc/vcl/ |
| H A D | outdev.hxx | 1201 …l RemoveTransparenciesFromMetaFile( const GDIMetaFile& rInMtf, GDIMetaFile& rOutMtf,
|