Home
last modified time | relevance | path

Searched refs:fSHeight (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svgio/source/svgreader/
H A Dsvgtools.cxx59 const double fSHeight(rSource.getHeight()); in createLinearMapping() local
61 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() local
88 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 26 milliseconds