Lines Matching refs:aCropLeftTop
962 Size aCropLeftTop; in GetTransformedGraphic() local
972 aCropLeftTop = Application::GetDefaultDevice()->LogicToPixel( in GetTransformedGraphic()
982 aCropLeftTop = OutputDevice::LogicToLogic( in GetTransformedGraphic()
1000 Rectangle aClipRect( aMtfMapMode.GetOrigin().X() + aCropLeftTop.Width(), in GetTransformedGraphic()
1001 aMtfMapMode.GetOrigin().Y() + aCropLeftTop.Height(), in GetTransformedGraphic()
1009 …aMtf.Scale( (double)rDestSize.Width() / (aSrcSize.Width() - aCropLeftTop.Width() - aCropRightBotto… in GetTransformedGraphic()
1010 …(double)rDestSize.Height() / (aSrcSize.Height() - aCropLeftTop.Height() - aCropRightBottom.Height(… in GetTransformedGraphic()
1015 …aMtf.SetPrefSize( Size( (long)((double)rDestSize.Width() * (1.0 + (aCropLeftTop.Width() + aCropRi… in GetTransformedGraphic()
1016 …(long)((double)rDestSize.Height() * (1.0 + (aCropLeftTop.Height() + aCropRightBottom.Height()) / a… in GetTransformedGraphic()
1020 …MtfMapMode.GetOrigin().X() + rDestSize.Width() * aCropLeftTop.Width() / (aSrcSize.Width() - aCropL… in GetTransformedGraphic()
1021 …fMapMode.GetOrigin().Y() + rDestSize.Height() * aCropLeftTop.Height() / (aSrcSize.Height() - aCrop… in GetTransformedGraphic()
1045 aCropLeftTop = Application::GetDefaultDevice()->LogicToPixel( in GetTransformedGraphic()
1055 aCropLeftTop = Application::GetDefaultDevice()->LogicToPixel( in GetTransformedGraphic()
1085 aCropLeftTop.Width() = basegfx::fround(aCropLeftTop.Width() * fFactorX); in GetTransformedGraphic()
1086 aCropLeftTop.Height() = basegfx::fround(aCropLeftTop.Height() * fFactorY); in GetTransformedGraphic()
1094 aCropRect = Rectangle( aCropLeftTop.Width(), aCropLeftTop.Height(), in GetTransformedGraphic()
1128 if( aCropLeftTop.Width() < 0 || in GetTransformedGraphic()
1129 aCropLeftTop.Height() < 0 || in GetTransformedGraphic()
1135 aNewSize.Width() += aCropLeftTop.Width() < 0 ? -aCropLeftTop.Width() : 0; in GetTransformedGraphic()
1137 aNewSize.Height() += aCropLeftTop.Height() < 0 ? -aCropLeftTop.Height() : 0; in GetTransformedGraphic()
1143 if( aCropLeftTop.Width() < 0 || in GetTransformedGraphic()
1144 aCropLeftTop.Height() < 0 ) in GetTransformedGraphic()
1146 Point aPosOffset( aCropLeftTop.Width() < 0 ? -aCropLeftTop.Width() : 0, in GetTransformedGraphic()
1147 aCropLeftTop.Height() < 0 ? -aCropLeftTop.Height() : 0 ); in GetTransformedGraphic()
1163 ImplTransformBitmap( aBitmapEx, rAttr, aCropLeftTop, aCropRightBottom, in GetTransformedGraphic()