Home
last modified time | relevance | path

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

/AOO41X/main/svgio/source/svgreader/
H A Dsvgsvgnode.cxx327 … bool bWidthIsAbsolute(getWidth().isSet() && Unit_percent != getWidth().getUnit()); in decomposeSvgNode() local
328 double fW( bWidthIsAbsolute ? getWidth().solveNonPercentage(*this) : 0.0); in decomposeSvgNode()
340 if ( !bXIsAbsolute || !bWidthIsAbsolute) in decomposeSvgNode()
362 if (!bWidthIsAbsolute) in decomposeSvgNode()
499 … const bool bWidthIsAbsolute(getWidth().isSet() && Unit_percent != getWidth().getUnit()); in decomposeSvgNode() local
501 if(bWidthIsAbsolute && bHeightIsAbsolute) in decomposeSvgNode()
506 else if (bWidthIsAbsolute) in decomposeSvgNode()
548 … const bool bWidthIsAbsolute(getWidth().isSet() && Unit_percent != getWidth().getUnit()); in decomposeSvgNode() local
550 if (bWidthIsAbsolute && bHeightIsAbsolute) in decomposeSvgNode()
564 … fW = bWidthIsAbsolute ? getWidth().solveNonPercentage(*this) : fChildWidth; in decomposeSvgNode()
[all …]