Searched refs:convertValueFromUserUnits (Results 1 – 3 of 3) sorted by relevance
68 …float convertValueFromUserUnits(float, SVGLengthMode, SVGLengthType toUnit, ExceptionState&) const;
173 float convertedValue = context.convertValueFromUserUnits(value, unitMode(), unitType(), es); in setValue()431 …float fromValue = nonRelativeLengthContext.convertValueFromUserUnits(fromValueInUserUnits, unitMod… in blend()
141 float SVGLengthContext::convertValueFromUserUnits(float value, SVGLengthMode mode, SVGLengthType to… in convertValueFromUserUnits() function in blink::SVGLengthContext