Lines Matching refs:aSrcSize
956 const Size aSrcSize( aTransGraphic.GetPrefSize() ); in GetTransformedGraphic() local
1002 … aMtfMapMode.GetOrigin().X() + aSrcSize.Width() - aCropRightBottom.Width(), in GetTransformedGraphic()
1003 … aMtfMapMode.GetOrigin().Y() + aSrcSize.Height() - aCropRightBottom.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 …ize.Width() * (1.0 + (aCropLeftTop.Width() + aCropRightBottom.Width()) / aSrcSize.Width()) + .5), in GetTransformedGraphic()
1016 …Height() * (1.0 + (aCropLeftTop.Height() + aCropRightBottom.Height()) / aSrcSize.Height()) + .5) )… in GetTransformedGraphic()
1020 …tfMapMode.GetOrigin().X() + rDestSize.Width() * aCropLeftTop.Width() / (aSrcSize.Width() - aCropLe… in GetTransformedGraphic()
1021 …MapMode.GetOrigin().Y() + rDestSize.Height() * aCropLeftTop.Height() / (aSrcSize.Height() - aCropL… in GetTransformedGraphic()
1028 …aMtf.Scale( Fraction( rDestSize.Width(), aSrcSize.Width() ), Fraction( rDestSize.Height(), aSrcSiz… in GetTransformedGraphic()
1066 aSrcSize, in GetTransformedGraphic()