Searched refs:fViewBoxHeight (Results 1 – 1 of 1) sorted by relevance
493 const double fViewBoxHeight = getViewBox()->getHeight(); in decomposeSvgNode() local494 … 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 8 milliseconds