Searched refs:bHeightIsAbsolute (Results 1 – 1 of 1) sorted by relevance
330 … bool bHeightIsAbsolute(getHeight().isSet() && Unit_percent != getHeight().getUnit()); in decomposeSvgNode() local331 double fH( bHeightIsAbsolute ? getHeight().solveNonPercentage(*this) : 0.0); in decomposeSvgNode()368 if ( !bYIsAbsolute || !bHeightIsAbsolute) in decomposeSvgNode()391 if (!bHeightIsAbsolute) in decomposeSvgNode()500 … const bool bHeightIsAbsolute(getHeight().isSet() && Unit_percent != getHeight().getUnit()); in decomposeSvgNode() local501 if(bWidthIsAbsolute && bHeightIsAbsolute) in decomposeSvgNode()511 else if (bHeightIsAbsolute) in decomposeSvgNode()549 … const bool bHeightIsAbsolute(getHeight().isSet() && Unit_percent != getHeight().getUnit()); in decomposeSvgNode() local550 if (bWidthIsAbsolute && bHeightIsAbsolute) in decomposeSvgNode()565 … fH = bHeightIsAbsolute ? getHeight().solveNonPercentage(*this) : fChildHeight; in decomposeSvgNode()[all …]