Searched refs:bWidthIsAbsolute (Results 1 – 1 of 1) sorted by relevance
342 … bool bWidthIsAbsolute(getWidth().isSet() && Unit_percent != getWidth().getUnit()); in decomposeSvgNode() local343 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() local516 if(bWidthIsAbsolute && bHeightIsAbsolute) in decomposeSvgNode()521 else if (bWidthIsAbsolute) in decomposeSvgNode()563 … const bool bWidthIsAbsolute(getWidth().isSet() && Unit_percent != getWidth().getUnit()); in decomposeSvgNode() local565 if (bWidthIsAbsolute && bHeightIsAbsolute) in decomposeSvgNode()579 … fW = bWidthIsAbsolute ? getWidth().solveNonPercentage(*this) : fChildWidth; in decomposeSvgNode()[all …]