Lines Matching refs:aFontScale
52 basegfx::B2DVector aFontScale(rScale); in getCorrectedScaleAndFontScale() local
55 if(basegfx::fTools::equalZero(aFontScale.getY())) in getCorrectedScaleAndFontScale()
60 aFontScale.setY(fDefaultFontScale); in getCorrectedScaleAndFontScale()
62 else if(basegfx::fTools::less(aFontScale.getY(), 0.0)) in getCorrectedScaleAndFontScale()
65 aFontScale.setY(-aFontScale.getY()); in getCorrectedScaleAndFontScale()
75 if(basegfx::fTools::equal(aFontScale.getX(), aFontScale.getY())) in getCorrectedScaleAndFontScale()
84 rScale.setX(aFontScale.getX() / aFontScale.getY()); in getCorrectedScaleAndFontScale()
85 aFontScale.setX(aFontScale.getY()); in getCorrectedScaleAndFontScale()
88 return aFontScale; in getCorrectedScaleAndFontScale()
122 const basegfx::B2DVector aFontScale(getCorrectedScaleAndFontScale(aScale)); in getTextOutlinesAndTransformation() local
128 aFontScale.getX(), in getTextOutlinesAndTransformation()
129 aFontScale.getY(), in getTextOutlinesAndTransformation()
296 const basegfx::B2DVector aFontScale(getCorrectedScaleAndFontScale(aScale)); in getB2DRange() local
302 aFontScale.getX(), in getB2DRange()
303 aFontScale.getY(), in getB2DRange()