Lines Matching refs:aMtf
617 GDIMetaFile aMtf; in GetMarkedObjMetaFile() local
635 aMtf = aGraphic.GetGDIMetaFile(); in GetMarkedObjMetaFile()
639 if( !aMtf.GetActionCount() ) in GetMarkedObjMetaFile()
647 aMtf.Clear(); in GetMarkedObjMetaFile()
648 aMtf.Record(&aOut); in GetMarkedObjMetaFile()
652 aMtf.Stop(); in GetMarkedObjMetaFile()
653 aMtf.WindStart(); in GetMarkedObjMetaFile()
660 aMtf.Move(-aBound.Left(), -aBound.Top()); in GetMarkedObjMetaFile()
662 aMtf.SetPrefMapMode( aMap ); in GetMarkedObjMetaFile()
668 aMtf.SetPrefSize(aBoundSize); in GetMarkedObjMetaFile()
672 return aMtf; in GetMarkedObjMetaFile()
729 GDIMetaFile aMtf; in GetObjGraphic() local
738 aMtf.Record( &aOut ); in GetObjGraphic()
740 aMtf.Stop(); in GetObjGraphic()
741 aMtf.WindStart(); in GetObjGraphic()
747 aMtf.Move(-aBoundRect.Left(), -aBoundRect.Top()); in GetObjGraphic()
749 aMtf.SetPrefMapMode( aMap ); in GetObjGraphic()
750 aMtf.SetPrefSize( aBoundRect.GetSize() ); in GetObjGraphic()
752 if( aMtf.GetActionCount() ) in GetObjGraphic()
753 aRet = aMtf; in GetObjGraphic()