Home
last modified time | relevance | path

Searched refs:aMtfMapMode (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/svtools/source/graphic/
H A Dgrfmgr.cxx998 const MapMode aMtfMapMode( aMtf.GetPrefMapMode() ); in GetTransformedGraphic() local
1000 Rectangle aClipRect( aMtfMapMode.GetOrigin().X() + aCropLeftTop.Width(), in GetTransformedGraphic()
1001 aMtfMapMode.GetOrigin().Y() + aCropLeftTop.Height(), in GetTransformedGraphic()
1002aMtfMapMode.GetOrigin().X() + aSrcSize.Width() - aCropRightBottom.Width(), in GetTransformedGraphic()
1003aMtfMapMode.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 31 milliseconds