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