Searched refs:aMtfMapMode (Results 1 – 1 of 1) sorted by relevance
1005 const MapMode aMtfMapMode( aMtf.GetPrefMapMode() ); in GetTransformedGraphic() local1007 Rectangle aClipRect( aMtfMapMode.GetOrigin().X() + aCropLeftTop.Width(), in GetTransformedGraphic()1008 aMtfMapMode.GetOrigin().Y() + aCropLeftTop.Height(), in GetTransformedGraphic()1009 … aMtfMapMode.GetOrigin().X() + aSrcSize.Width() - aCropRightBottom.Width(), in GetTransformedGraphic()1010 … aMtfMapMode.GetOrigin().Y() + aSrcSize.Height() - aCropRightBottom.Height() ); in GetTransformedGraphic()1027 …Point aNewOrigin( (long)((double)aMtfMapMode.GetOrigin().X() + rDestSize.Width() * aCropLeftTop.Wi… in GetTransformedGraphic()1028 …(long)((double)aMtfMapMode.GetOrigin().Y() + rDestSize.Height() * aCropLeftTop.Height() / (aSrcSiz… in GetTransformedGraphic()1030 aNewMap.SetOrigin( OutputDevice::LogicToLogic(aNewOrigin, aMtfMapMode, rDestMap) ); in GetTransformedGraphic()