Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svgio/source/svgreader/
H A Dsvgsvgnode.cxx342 … bool bYIsAbsolute((getY().isSet() && Unit_percent != getY().getUnit()) || !getY().isSet()); in decomposeSvgNode() local
343 … double fY( bYIsAbsolute && getY().isSet() ? getY().solveNonPercentage(*this) : 0.0); in decomposeSvgNode()
379 if ( !bYIsAbsolute || !bHeightIsAbsolute) in decomposeSvgNode()
404 if (!bYIsAbsolute) in decomposeSvgNode()
752 … bool bYIsAbsolute((getY().isSet() && Unit_percent != getY().getUnit()) || !getY().isSet()); in getCurrentViewPort() local
753 … double fY( bYIsAbsolute && getY().isSet() ? getY().solveNonPercentage(*this) : 0.0); in getCurrentViewPort()
755 if (bXIsAbsolute && bYIsAbsolute && bWidthIsAbsolute && bHeightIsAbsolute) in getCurrentViewPort()
779 if (!bYIsAbsolute || !bHeightIsAbsolute) in getCurrentViewPort()
786 if (!bYIsAbsolute && bHasFoundHeight) in getCurrentViewPort()
789 bYIsAbsolute = true; in getCurrentViewPort()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svgio/source/svgreader/
H A Dsvgsvgnode.cxx340 … bool bYIsAbsolute((getY().isSet() && SvgUnit::percent != getY().getUnit()) || !getY().isSet()); in decomposeSvgNode() local
341 … double fY( bYIsAbsolute && getY().isSet() ? getY().solveNonPercentage(*this) : 0.0); in decomposeSvgNode()
377 if ( !bYIsAbsolute || !bHeightIsAbsolute) in decomposeSvgNode()
402 if (!bYIsAbsolute) in decomposeSvgNode()
750 … bool bYIsAbsolute((getY().isSet() && SvgUnit::percent != getY().getUnit()) || !getY().isSet()); in getCurrentViewPort() local
751 … double fY( bYIsAbsolute && getY().isSet() ? getY().solveNonPercentage(*this) : 0.0); in getCurrentViewPort()
753 if (bXIsAbsolute && bYIsAbsolute && bWidthIsAbsolute && bHeightIsAbsolute) in getCurrentViewPort()
777 if (!bYIsAbsolute || !bHeightIsAbsolute) in getCurrentViewPort()
784 if (!bYIsAbsolute && bHasFoundHeight) in getCurrentViewPort()
787 bYIsAbsolute = true; in getCurrentViewPort()
[all …]