Home
last modified time | relevance | path

Searched refs:aSrcSizePixel (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/svtools/source/graphic/
H A Dgrfmgr.cxx1064 Size aSrcSizePixel( in GetTransformedGraphic() local
1070 …&& (aSrcSizePixel.Width() != aBitmapEx.GetSizePixel().Width() || aSrcSizePixel.Height() != aBitmap… in GetTransformedGraphic()
1071 && aSrcSizePixel.Width()) in GetTransformedGraphic()
1082 … const double fFactorX((double)aBitmapEx.GetSizePixel().Width() / aSrcSizePixel.Width()); in GetTransformedGraphic()
1083 … const double fFactorY((double)aBitmapEx.GetSizePixel().Height() / aSrcSizePixel.Height()); in GetTransformedGraphic()
1090 aSrcSizePixel = aBitmapEx.GetSizePixel(); in GetTransformedGraphic()
1095 aSrcSizePixel.Width() - aCropRightBottom.Width(), in GetTransformedGraphic()
1096 aSrcSizePixel.Height() - aCropRightBottom.Height() ); in GetTransformedGraphic()

Completed in 8 milliseconds