Searched refs:bHeightIsAbsolute (Results 1 – 1 of 1) sorted by relevance
345 … bool bHeightIsAbsolute(getHeight().isSet() && Unit_percent != getHeight().getUnit()); in decomposeSvgNode() local346 double fH( bHeightIsAbsolute ? getHeight().solveNonPercentage(*this) : 0.0); in decomposeSvgNode()383 if ( !bYIsAbsolute || !bHeightIsAbsolute) in decomposeSvgNode()406 if (!bHeightIsAbsolute) in decomposeSvgNode()515 … const bool bHeightIsAbsolute(getHeight().isSet() && Unit_percent != getHeight().getUnit()); in decomposeSvgNode() local516 if(bWidthIsAbsolute && bHeightIsAbsolute) in decomposeSvgNode()526 else if (bHeightIsAbsolute) in decomposeSvgNode()564 … const bool bHeightIsAbsolute(getHeight().isSet() && Unit_percent != getHeight().getUnit()); in decomposeSvgNode() local565 if (bWidthIsAbsolute && bHeightIsAbsolute) in decomposeSvgNode()580 … fH = bHeightIsAbsolute ? getHeight().solveNonPercentage(*this) : fChildHeight; in decomposeSvgNode()[all …]