Searched refs:bWidthIsAbsolute (Results 1 – 1 of 1) sorted by relevance
327 … bool bWidthIsAbsolute(getWidth().isSet() && Unit_percent != getWidth().getUnit()); in decomposeSvgNode() local328 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() local501 if(bWidthIsAbsolute && bHeightIsAbsolute) in decomposeSvgNode()506 else if (bWidthIsAbsolute) in decomposeSvgNode()548 … const bool bWidthIsAbsolute(getWidth().isSet() && Unit_percent != getWidth().getUnit()); in decomposeSvgNode() local550 if (bWidthIsAbsolute && bHeightIsAbsolute) in decomposeSvgNode()564 … fW = bWidthIsAbsolute ? getWidth().solveNonPercentage(*this) : fChildWidth; in decomposeSvgNode()[all …]