Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svgio/source/svgreader/
H A Dsvgsvgnode.cxx508 const double fViewBoxWidth = pBox->getWidth(); in decomposeSvgNode() local
510 … if(basegfx::fTools::more(fViewBoxWidth,0.0) && basegfx::fTools::more(fViewBoxHeight,0.0)) in decomposeSvgNode()
518 const double fViewBoxRatio(fViewBoxWidth/fViewBoxHeight); in decomposeSvgNode()
549 … if ( fChildWidth / fViewBoxWidth > fChildHeight / fViewBoxHeight ) in decomposeSvgNode()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svgio/source/svgreader/
H A Dsvgsvgnode.cxx506 const double fViewBoxWidth = pBox->getWidth(); in decomposeSvgNode() local
508 … if(basegfx::fTools::more(fViewBoxWidth,0.0) && basegfx::fTools::more(fViewBoxHeight,0.0)) in decomposeSvgNode()
516 const double fViewBoxRatio(fViewBoxWidth/fViewBoxHeight); in decomposeSvgNode()
547 … if ( fChildWidth / fViewBoxWidth > fChildHeight / fViewBoxHeight ) in decomposeSvgNode()