Searched refs:fFontScaleX (Results 1 – 5 of 5) sorted by relevance
103 const double fFontScaleX(maDecTrans.getScale().getX()); in breakupPortion() local105 if(!basegfx::fTools::equal(fFontScaleX, 1.0) in breakupPortion()106 && !basegfx::fTools::equalZero(fFontScaleX)) in breakupPortion()108 fOffsetNoScale /= fFontScaleX; in breakupPortion()
94 const double fFontScaleX(rDecTrans.getScale().getX()); in impCreateGeometryContent() local96 if(!basegfx::fTools::equal(fFontScaleX, 1.0) in impCreateGeometryContent()97 && !basegfx::fTools::equalZero(fFontScaleX)) in impCreateGeometryContent()100 fTextWidth /= fFontScaleX; in impCreateGeometryContent()
160 double fFontScaleX, in setFontAttribute() argument166 fFontScaleX, in setFontAttribute()369 double fFontScaleX, in getVclFontFromFontAttribute() argument376 const sal_uInt32 nWidth(basegfx::fround(fabs(fFontScaleX))); in getVclFontFromFontAttribute()
75 double fFontScaleX, 135 double fFontScaleX,
430 const double fFontScaleX(aFontScaling.getX()); in impCreateTextPortionPrimitive() local432 if(!basegfx::fTools::equal(fFontScaleX, 1.0) in impCreateTextPortionPrimitive()433 && !basegfx::fTools::equalZero(fFontScaleX)) in impCreateTextPortionPrimitive()435 fStart /= fFontScaleX; in impCreateTextPortionPrimitive()436 fEnd /= fFontScaleX; in impCreateTextPortionPrimitive()
Completed in 28 milliseconds