Searched refs:determineViewport (Results 1 – 3 of 3) sorted by relevance
312 bool SVGLength::determineViewport(const SVGElement* context, float& width, float& height) const in determineViewport() function in WebCore::SVGLength362 if (!determineViewport(context, width, height)) { in convertValueFromUserUnitsToPercentage()384 if (!determineViewport(context, width, height)) { in convertValueFromPercentageToUserUnits()
105 bool determineViewport(const SVGElement* context, float& width, float& height) const;
10572 (WebCore::SVGLength::determineViewport): Ditto.21661 … (WebCore::SVGLength::determineViewport): Added helper function used by convertValue*Percentage*.