Lines Matching refs:aMtf
772 GDIMetaFile aMtf; in GetGraphic() local
778 aMtf.Record( &aVDev ); in GetGraphic()
821 aMtf.Stop(); in GetGraphic()
822 aMtf.WindStart(); in GetGraphic()
823 aMtf.SetPrefMapMode( aMap ); in GetGraphic()
824 aMtf.SetPrefSize( aNewSize ); in GetGraphic()
834 aGraphic = Graphic(aMtf); in GetGraphic()
992 GDIMetaFile aMtf; in GetGraphic() local
993 aMtf.Clear(); in GetGraphic()
994 aMtf.Record( &aOut ); in GetGraphic()
1023 aMtf.Stop(); in GetGraphic()
1024 aMtf.WindStart(); in GetGraphic()
1030 aMtf.SetPrefMapMode( aMap ); in GetGraphic()
1031 aMtf.SetPrefSize( aBoundSize ); in GetGraphic()
1036 …aGraphic = GetBitmapFromMetaFile( aMtf, rSettings.mbTranslucent, CalcSize( rSettings.mnWidth, rSet… in GetGraphic()
1040 aGraphic = aMtf; in GetGraphic()