Searched refs:fViewBoxWidth (Results 1 – 1 of 1) sorted by relevance
492 const double fViewBoxWidth = getViewBox()->getWidth(); 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()518 fW = fViewBoxWidth; in decomposeSvgNode()
Completed in 10 milliseconds