Lines Matching refs:aMtf
967 GDIMetaFile aMtf( aTransGraphic.GetGDIMetaFile() ); in GetTransformedGraphic() local
998 const MapMode aMtfMapMode( aMtf.GetPrefMapMode() ); in GetTransformedGraphic()
1006 aMtf.AddAction( new MetaISectRectClipRegionAction( aClipRect ), 0 ); in GetTransformedGraphic()
1009 …aMtf.Scale( (double)rDestSize.Width() / (aSrcSize.Width() - aCropLeftTop.Width() - aCropRightBotto… in GetTransformedGraphic()
1015 …aMtf.SetPrefSize( Size( (long)((double)rDestSize.Width() * (1.0 + (aCropLeftTop.Width() + aCropRi… in GetTransformedGraphic()
1024 aMtf.SetPrefMapMode( aNewMap ); in GetTransformedGraphic()
1028 …aMtf.Scale( Fraction( rDestSize.Width(), aSrcSize.Width() ), Fraction( rDestSize.Height(), aSrcSiz… in GetTransformedGraphic()
1029 aMtf.SetPrefMapMode( rDestMap ); in GetTransformedGraphic()
1032 aTransGraphic = aMtf; in GetTransformedGraphic()
1210 GDIMetaFile aMtf( maGraphic.GetGDIMetaFile() ); in GetTransformedGraphic() local
1211 GraphicManager::ImplAdjust( aMtf, aAttr, ADJUSTMENT_ALL ); in GetTransformedGraphic()
1212 aGraphic = aMtf; in GetTransformedGraphic()