Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/graphic/
H A Dgrfmgr.cxx970 Size aCropRightBottom; in GetTransformedGraphic() local
982 aCropRightBottom = Application::GetDefaultDevice()->LogicToPixel( in GetTransformedGraphic()
993 aCropRightBottom = OutputDevice::LogicToLogic( in GetTransformedGraphic()
1009 … aMtfMapMode.GetOrigin().X() + aSrcSize.Width() - aCropRightBottom.Width(), in GetTransformedGraphic()
1010 … aMtfMapMode.GetOrigin().Y() + aSrcSize.Height() - aCropRightBottom.Height() ); in GetTransformedGraphic()
1016 …( (double)rDestSize.Width() / (aSrcSize.Width() - aCropLeftTop.Width() - aCropRightBottom.Width()), in GetTransformedGraphic()
1017 …ble)rDestSize.Height() / (aSrcSize.Height() - aCropLeftTop.Height() - aCropRightBottom.Height()) ); in GetTransformedGraphic()
1022 … (long)((double)rDestSize.Width() * (1.0 + (aCropLeftTop.Width() + aCropRightBottom.Width()) / aS… in GetTransformedGraphic()
1023 …(long)((double)rDestSize.Height() * (1.0 + (aCropLeftTop.Height() + aCropRightBottom.Height()) / a… in GetTransformedGraphic()
1027 …* aCropLeftTop.Width() / (aSrcSize.Width() - aCropLeftTop.Width() - aCropRightBottom.Width()) + .5… in GetTransformedGraphic()
[all …]