Home
last modified time | relevance | path

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

/trunk/main/svgio/source/svgreader/
H A Dsvgsvgnode.cxx508 const double fViewBoxHeight = getViewBox()->getHeight(); in decomposeSvgNode() local
509 … if(basegfx::fTools::more(fViewBoxWidth,0.0) && basegfx::fTools::more(fViewBoxHeight,0.0)) in decomposeSvgNode()
524 fH = fW * fViewBoxWidth / fViewBoxHeight ; in decomposeSvgNode()
529 fW = fH * fViewBoxWidth / fViewBoxHeight ; in decomposeSvgNode()
534 fH = fViewBoxHeight; in decomposeSvgNode()

Completed in 16 milliseconds