Home
last modified time | relevance | path

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

/aoo4110/main/svgio/source/svgreader/
H A Dsvgsvgnode.cxx493 const double fViewBoxHeight = getViewBox()->getHeight(); in decomposeSvgNode() local
494 … if(basegfx::fTools::more(fViewBoxWidth,0.0) && basegfx::fTools::more(fViewBoxHeight,0.0)) in decomposeSvgNode()
509 fH = fW * fViewBoxWidth / fViewBoxHeight ; in decomposeSvgNode()
514 fW = fH * fViewBoxWidth / fViewBoxHeight ; in decomposeSvgNode()
519 fH = fViewBoxHeight; in decomposeSvgNode()

Completed in 16 milliseconds