Lines Matching refs:aCropRightBottom
963 Size aCropRightBottom; in GetTransformedGraphic() local
975 aCropRightBottom = Application::GetDefaultDevice()->LogicToPixel( in GetTransformedGraphic()
986 aCropRightBottom = OutputDevice::LogicToLogic( in GetTransformedGraphic()
1002 … aMtfMapMode.GetOrigin().X() + aSrcSize.Width() - aCropRightBottom.Width(), in GetTransformedGraphic()
1003 … aMtfMapMode.GetOrigin().Y() + aSrcSize.Height() - aCropRightBottom.Height() ); in GetTransformedGraphic()
1009 …( (double)rDestSize.Width() / (aSrcSize.Width() - aCropLeftTop.Width() - aCropRightBottom.Width()), in GetTransformedGraphic()
1010 …ble)rDestSize.Height() / (aSrcSize.Height() - aCropLeftTop.Height() - aCropRightBottom.Height()) ); in GetTransformedGraphic()
1015 … (long)((double)rDestSize.Width() * (1.0 + (aCropLeftTop.Width() + aCropRightBottom.Width()) / aS… in GetTransformedGraphic()
1016 …(long)((double)rDestSize.Height() * (1.0 + (aCropLeftTop.Height() + aCropRightBottom.Height()) / a… in GetTransformedGraphic()
1020 …* aCropLeftTop.Width() / (aSrcSize.Width() - aCropLeftTop.Width() - aCropRightBottom.Width()) + .5… in GetTransformedGraphic()
1021 …CropLeftTop.Height() / (aSrcSize.Height() - aCropLeftTop.Height() - aCropRightBottom.Height()) + .… 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()
1095 aSrcSizePixel.Width() - aCropRightBottom.Width(), in GetTransformedGraphic()
1096 aSrcSizePixel.Height() - aCropRightBottom.Height() ); 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()
1136 aNewSize.Height() += aCropRightBottom.Height() < 0 ? -aCropRightBottom.Height() : 0; in GetTransformedGraphic()
1163 ImplTransformBitmap( aBitmapEx, rAttr, aCropLeftTop, aCropRightBottom, in GetTransformedGraphic()