Lines Matching refs:aMtf
615 GDIMetaFile aMtf; in GetMarkedObjMetaFile() local
633 aMtf = aGraphic.GetGDIMetaFile(); in GetMarkedObjMetaFile()
637 if( !aMtf.GetActionCount() ) in GetMarkedObjMetaFile()
645 aMtf.Clear(); in GetMarkedObjMetaFile()
646 aMtf.Record(&aOut); in GetMarkedObjMetaFile()
650 aMtf.Stop(); in GetMarkedObjMetaFile()
651 aMtf.WindStart(); in GetMarkedObjMetaFile()
658 aMtf.Move(-aBound.Left(), -aBound.Top()); in GetMarkedObjMetaFile()
660 aMtf.SetPrefMapMode( aMap ); in GetMarkedObjMetaFile()
666 aMtf.SetPrefSize(aBoundSize); in GetMarkedObjMetaFile()
670 return aMtf; in GetMarkedObjMetaFile()
727 GDIMetaFile aMtf; in GetObjGraphic() local
736 aMtf.Record( &aOut ); in GetObjGraphic()
738 aMtf.Stop(); in GetObjGraphic()
739 aMtf.WindStart(); in GetObjGraphic()
745 aMtf.Move(-aBoundRect.Left(), -aBoundRect.Top()); in GetObjGraphic()
747 aMtf.SetPrefMapMode( aMap ); in GetObjGraphic()
748 aMtf.SetPrefSize( aBoundRect.GetSize() ); in GetObjGraphic()
750 if( aMtf.GetActionCount() ) in GetObjGraphic()
751 aRet = aMtf; in GetObjGraphic()