Home
last modified time | relevance | path

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

/trunk/main/svtools/source/graphic/
H A Dgrfmgr.cxx963 Size aCropRightBottom; in GetTransformedGraphic() local
975 aCropRightBottom = Application::GetDefaultDevice()->LogicToPixel( in GetTransformedGraphic()
986 aCropRightBottom = OutputDevice::LogicToLogic( in GetTransformedGraphic()
1048 aCropRightBottom = Application::GetDefaultDevice()->LogicToPixel( in GetTransformedGraphic()
1058 aCropRightBottom = Application::GetDefaultDevice()->LogicToPixel( in GetTransformedGraphic()
1087 aCropRightBottom.Width() = basegfx::fround(aCropRightBottom.Width() * fFactorX); in GetTransformedGraphic()
1088 aCropRightBottom.Height() = basegfx::fround(aCropRightBottom.Height() * fFactorY); in GetTransformedGraphic()
1130 aCropRightBottom.Width() < 0 || in GetTransformedGraphic()
1131 aCropRightBottom.Height() < 0 ) in GetTransformedGraphic()
1134 aNewSize.Width() += aCropRightBottom.Width() < 0 ? -aCropRightBottom.Width() : 0; in GetTransformedGraphic()
[all …]

Completed in 20 milliseconds