Searched refs:convertValueFromPercentageToUserUnits (Results 1 – 2 of 2) sorted by relevance
108 return convertValueFromPercentageToUserUnits(value, mode, exceptionState); in convertValueToUserUnits()120 return convertValueFromPercentageToUserUnits(value / 100, mode, exceptionState); in convertValueToUserUnits()194 float SVGLengthContext::convertValueFromPercentageToUserUnits(float value, SVGLengthMode mode, Exce… in convertValueFromPercentageToUserUnits() function in blink::SVGLengthContext
76 float convertValueFromPercentageToUserUnits(float value, SVGLengthMode, ExceptionState&) const;