Home
last modified time | relevance | path

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

/AOO42X/main/svtools/source/graphic/
H A Dgrfmgr.cxx969 Size aCropLeftTop; in GetTransformedGraphic() local
979 aCropLeftTop = Application::GetDefaultDevice()->LogicToPixel( in GetTransformedGraphic()
989 aCropLeftTop = OutputDevice::LogicToLogic( in GetTransformedGraphic()
1007 Rectangle aClipRect( aMtfMapMode.GetOrigin().X() + aCropLeftTop.Width(), in GetTransformedGraphic()
1008 aMtfMapMode.GetOrigin().Y() + aCropLeftTop.Height(), in GetTransformedGraphic()
1016 …aMtf.Scale( (double)rDestSize.Width() / (aSrcSize.Width() - aCropLeftTop.Width() - aCropRightBotto… in GetTransformedGraphic()
1017 …(double)rDestSize.Height() / (aSrcSize.Height() - aCropLeftTop.Height() - aCropRightBottom.Height(… in GetTransformedGraphic()
1022 …aMtf.SetPrefSize( Size( (long)((double)rDestSize.Width() * (1.0 + (aCropLeftTop.Width() + aCropRi… in GetTransformedGraphic()
1023 …(long)((double)rDestSize.Height() * (1.0 + (aCropLeftTop.Height() + aCropRightBottom.Height()) / a… in GetTransformedGraphic()
1027 …MtfMapMode.GetOrigin().X() + rDestSize.Width() * aCropLeftTop.Width() / (aSrcSize.Width() - aCropL… in GetTransformedGraphic()
[all …]