Searched refs:aCropRightBottom (Results 1 – 1 of 1) sorted by relevance
963 Size aCropRightBottom; in GetTransformedGraphic() local975 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 26 milliseconds