Lines Matching refs:fTools
415 if(!basegfx::fTools::equal(fStart, fEnd)) in impCreateTextPortionPrimitive()
432 if(!basegfx::fTools::equal(fFontScaleX, 1.0) in impCreateTextPortionPrimitive()
433 && !basegfx::fTools::equalZero(fFontScaleX)) in impCreateTextPortionPrimitive()
706 const bool bMirrorX(basegfx::fTools::less(aScale.getX(), 0.0)); in impDecomposeContourTextPrimitive()
707 const bool bMirrorY(basegfx::fTools::less(aScale.getY(), 0.0)); in impDecomposeContourTextPrimitive()
908 const bool bMirrorX(basegfx::fTools::less(aScale.getX(), 0.0)); in impDecomposeBlockTextPrimitive()
909 const bool bMirrorY(basegfx::fTools::less(aScale.getY(), 0.0)); in impDecomposeBlockTextPrimitive()
970 basegfx::fTools::equalZero(aOutlinerTextSiz.Width()) ? 1.0 : aOutlinerTextSiz.Width(), in impDecomposeStretchTextPrimitive()
971 basegfx::fTools::equalZero(aOutlinerTextSiz.Height()) ? 1.0 : aOutlinerTextSiz.Height()); in impDecomposeStretchTextPrimitive()
994 const bool bMirrorX(basegfx::fTools::less(aScale.getX(), 0.0)); in impDecomposeStretchTextPrimitive()
995 const bool bMirrorY(basegfx::fTools::less(aScale.getY(), 0.0)); in impDecomposeStretchTextPrimitive()
1090 if(basegfx::fTools::more(fRelativeTextLength, 0.5)) in impCreateAlternateTiming()
1199 if(basegfx::fTools::equalZero(fAnimationDelay)) in impGetScrollTextTiming()
1205 if(basegfx::fTools::less(fSingleStepWidth, 0.0)) in impGetScrollTextTiming()
1213 if(basegfx::fTools::equalZero(fSingleStepWidth)) in impGetScrollTextTiming()