Lines Matching refs:aCropLeftTop
969 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()
1028 …fMapMode.GetOrigin().Y() + rDestSize.Height() * aCropLeftTop.Height() / (aSrcSize.Height() - aCrop… in GetTransformedGraphic()
1052 aCropLeftTop = Application::GetDefaultDevice()->LogicToPixel( in GetTransformedGraphic()
1062 aCropLeftTop = Application::GetDefaultDevice()->LogicToPixel( in GetTransformedGraphic()
1092 aCropLeftTop.Width() = basegfx::fround(aCropLeftTop.Width() * fFactorX); in GetTransformedGraphic()
1093 aCropLeftTop.Height() = basegfx::fround(aCropLeftTop.Height() * fFactorY); in GetTransformedGraphic()
1101 aCropRect = Rectangle( aCropLeftTop.Width(), aCropLeftTop.Height(), in GetTransformedGraphic()
1135 if( aCropLeftTop.Width() < 0 || in GetTransformedGraphic()
1136 aCropLeftTop.Height() < 0 || in GetTransformedGraphic()
1142 aNewSize.Width() += aCropLeftTop.Width() < 0 ? -aCropLeftTop.Width() : 0; in GetTransformedGraphic()
1144 aNewSize.Height() += aCropLeftTop.Height() < 0 ? -aCropLeftTop.Height() : 0; in GetTransformedGraphic()
1150 if( aCropLeftTop.Width() < 0 || in GetTransformedGraphic()
1151 aCropLeftTop.Height() < 0 ) in GetTransformedGraphic()
1153 Point aPosOffset( aCropLeftTop.Width() < 0 ? -aCropLeftTop.Width() : 0, in GetTransformedGraphic()
1154 aCropLeftTop.Height() < 0 ? -aCropLeftTop.Height() : 0 ); in GetTransformedGraphic()
1170 ImplTransformBitmap( aBitmapEx, rAttr, aCropLeftTop, aCropRightBottom, in GetTransformedGraphic()