Lines Matching refs:bYIsAbsolute
352 … bool bYIsAbsolute((getY().isSet() && Unit_percent != getY().getUnit()) || !getY().isSet()); in decomposeSvgNode() local
353 … double fY( bYIsAbsolute && getY().isSet() ? getY().solveNonPercentage(*this) : 0.0); in decomposeSvgNode()
383 if ( !bYIsAbsolute || !bHeightIsAbsolute) in decomposeSvgNode()
402 if (!bYIsAbsolute) in decomposeSvgNode()
692 … bool bYIsAbsolute((getY().isSet() && Unit_percent != getY().getUnit()) || !getY().isSet()); in getCurrentViewPort() local
693 … double fY( bYIsAbsolute && getY().isSet() ? getY().solveNonPercentage(*this) : 0.0); in getCurrentViewPort()
695 if (bXIsAbsolute && bYIsAbsolute && bWidthIsAbsolute && bHeightIsAbsolute) in getCurrentViewPort()
719 if (!bYIsAbsolute || !bHeightIsAbsolute) in getCurrentViewPort()
726 if (!bYIsAbsolute && bHasFoundHeight) in getCurrentViewPort()
729 bYIsAbsolute = true; in getCurrentViewPort()
738 if (bXIsAbsolute && bYIsAbsolute && bWidthIsAbsolute && bHeightIsAbsolute) in getCurrentViewPort()