Searched refs:aMtfMapMode (Results 1 – 1 of 1) sorted by relevance
998 const MapMode aMtfMapMode( aMtf.GetPrefMapMode() ); in GetTransformedGraphic() local1000 Rectangle aClipRect( aMtfMapMode.GetOrigin().X() + aCropLeftTop.Width(), in GetTransformedGraphic()1001 aMtfMapMode.GetOrigin().Y() + aCropLeftTop.Height(), in GetTransformedGraphic()1002 … aMtfMapMode.GetOrigin().X() + aSrcSize.Width() - aCropRightBottom.Width(), in GetTransformedGraphic()1003 … aMtfMapMode.GetOrigin().Y() + aSrcSize.Height() - aCropRightBottom.Height() ); in GetTransformedGraphic()1020 …Point aNewOrigin( (long)((double)aMtfMapMode.GetOrigin().X() + rDestSize.Width() * aCropLeftTop.Wi… in GetTransformedGraphic()1021 …(long)((double)aMtfMapMode.GetOrigin().Y() + rDestSize.Height() * aCropLeftTop.Height() / (aSrcSiz… in GetTransformedGraphic()1023 aNewMap.SetOrigin( OutputDevice::LogicToLogic(aNewOrigin, aMtfMapMode, rDestMap) ); in GetTransformedGraphic()
Completed in 15 milliseconds