Home
last modified time | relevance | path

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

/trunk/main/svgio/source/svgreader/
H A Dsvgsvgnode.cxx342 … bool bWidthIsAbsolute(getWidth().isSet() && Unit_percent != getWidth().getUnit()); in decomposeSvgNode() local
343 double fW( bWidthIsAbsolute ? getWidth().solveNonPercentage(*this) : 0.0); in decomposeSvgNode()
355 if ( !bXIsAbsolute || !bWidthIsAbsolute) in decomposeSvgNode()
377 if (!bWidthIsAbsolute) in decomposeSvgNode()
514 … const bool bWidthIsAbsolute(getWidth().isSet() && Unit_percent != getWidth().getUnit()); in decomposeSvgNode() local
516 if(bWidthIsAbsolute && bHeightIsAbsolute) in decomposeSvgNode()
521 else if (bWidthIsAbsolute) in decomposeSvgNode()
563 … const bool bWidthIsAbsolute(getWidth().isSet() && Unit_percent != getWidth().getUnit()); in decomposeSvgNode() local
565 if (bWidthIsAbsolute && bHeightIsAbsolute) in decomposeSvgNode()
579 … fW = bWidthIsAbsolute ? getWidth().solveNonPercentage(*this) : fChildWidth; in decomposeSvgNode()
[all …]