Searched refs:mpGDIMetaFile (Results 1 – 4 of 4) sorted by relevance
759 mpGDIMetaFile->AddAction( new MetaRectAction( rPolyPoly.GetBoundRect() ) ); in ImplDrawClippedPolyPolygon()771 mpGDIMetaFile->AddAction( new MetaPolygonAction( aPoly ) ); in ImplDrawClippedPolyPolygon()776 mpGDIMetaFile->AddAction( new MetaPolyPolygonAction( rPolyPoly ) ); in ImplDrawClippedPolyPolygon()951 mpGDIMetaFile ( &rGDIMetaFile ) in WinMtfOutput()953 …mpGDIMetaFile->AddAction( new MetaPushAction( PUSH_CLIPREGION ) ); // The original clipregion… in WinMtfOutput()973 mpGDIMetaFile->AddAction( new MetaPopAction() ); in ~WinMtfOutput()974 mpGDIMetaFile->SetPrefMapMode( MAP_100TH_MM ); in ~WinMtfOutput()976 mpGDIMetaFile->SetPrefSize( Size( mnDevWidth, mnDevHeight ) ); in ~WinMtfOutput()978 mpGDIMetaFile->SetPrefSize( mrclFrame.GetSize() ); in ~WinMtfOutput()992 …mpGDIMetaFile->AddAction( new MetaPopAction() ); // taking the original clipreg… in UpdateClipRegion()[all …]
582 GDIMetaFile* mpGDIMetaFile; member in WinMtfOutput
152 mpGDIMetaFile->Stop(); in ~CGM()153 mpGDIMetaFile->SetPrefMapMode( MapMode() ); in ~CGM()154 …mpGDIMetaFile->SetPrefSize( Size( static_cast< long >( mnOutdx ), static_cast< long >( mnOutdy ) )… in ~CGM()156 *mpGraphic = Graphic( *mpGDIMetaFile ); in ~CGM()
162 GDIMetaFile* mpGDIMetaFile; member in CGM