Searched refs:aFontScale (Results 1 – 1 of 1) sorted by relevance
52 basegfx::B2DVector aFontScale(rScale); in getCorrectedScaleAndFontScale() local60 aFontScale.setY(fDefaultFontScale); 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()128 aFontScale.getX(), in getTextOutlinesAndTransformation()129 aFontScale.getY(), in getTextOutlinesAndTransformation()302 aFontScale.getX(), in getB2DRange()[all …]
Completed in 6 milliseconds