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