Searched refs:fSHeight (Results 1 – 1 of 1) sorted by relevance
59 const double fSHeight(rSource.getHeight()); in createLinearMapping() local61 const bool bNoSHeight(basegfx::fTools::equalZero(fSHeight)); in createLinearMapping()67 (bNoSHeight ? 1.0 : 1.0 / fSHeight) * rTarget.getHeight()); in createLinearMapping()86 const double fSHeight(rSource.getHeight()); in createMapping() local88 const bool bNoSHeight(basegfx::fTools::equalZero(fSHeight)); in createMapping()90 const double fScaleY((bNoSHeight ? 1.0 : 1.0 / fSHeight) * rTarget.getHeight()); in createMapping()125 const double fNewHeight(fSHeight * fScale); in createMapping()
Completed in 23 milliseconds