Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svgio/source/svgreader/
H A Dsvgsvgnode.cxx518 const double fViewBoxRatio(fViewBoxWidth/fViewBoxHeight); in decomposeSvgNode() local
528 fH = fW / fViewBoxRatio ; in decomposeSvgNode()
534 fW = fH * fViewBoxRatio ; in decomposeSvgNode()
552 fH = fChildWidth / fViewBoxRatio; in decomposeSvgNode()
557 fW = fChildHeight * fViewBoxRatio; in decomposeSvgNode()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svgio/source/svgreader/
H A Dsvgsvgnode.cxx516 const double fViewBoxRatio(fViewBoxWidth/fViewBoxHeight); in decomposeSvgNode() local
526 fH = fW / fViewBoxRatio ; in decomposeSvgNode()
532 fW = fH * fViewBoxRatio ; in decomposeSvgNode()
550 fH = fChildWidth / fViewBoxRatio; in decomposeSvgNode()
555 fW = fChildHeight * fViewBoxRatio; in decomposeSvgNode()