Searched refs:bYIsAbsolute (Results 1 – 1 of 1) sorted by relevance
337 … bool bYIsAbsolute((getY().isSet() && Unit_percent != getY().getUnit()) || !getY().isSet()); in decomposeSvgNode() local338 … double fY( bYIsAbsolute && getY().isSet() ? getY().solveNonPercentage(*this) : 0.0); in decomposeSvgNode()368 if ( !bYIsAbsolute || !bHeightIsAbsolute) in decomposeSvgNode()387 if (!bYIsAbsolute) in decomposeSvgNode()677 … bool bYIsAbsolute((getY().isSet() && Unit_percent != getY().getUnit()) || !getY().isSet()); in getCurrentViewPort() local678 … double fY( bYIsAbsolute && getY().isSet() ? getY().solveNonPercentage(*this) : 0.0); in getCurrentViewPort()680 if (bXIsAbsolute && bYIsAbsolute && bWidthIsAbsolute && bHeightIsAbsolute) in getCurrentViewPort()704 if (!bYIsAbsolute || !bHeightIsAbsolute) in getCurrentViewPort()711 if (!bYIsAbsolute && bHasFoundHeight) in getCurrentViewPort()714 bYIsAbsolute = true; in getCurrentViewPort()[all …]
Completed in 17 milliseconds