Searched refs:convertValueFromUserUnits (Results 1 – 4 of 4) sorted by relevance
67 …float convertValueFromUserUnits(float, SVGLengthMode, SVGLengthType toUnit, ExceptionState&) const;
148 …float fromValue = nonRelativeLengthContext.convertValueFromUserUnits(fromValueInUserUnits, unitMod… in blend()
129 float SVGLengthContext::convertValueFromUserUnits(float value, SVGLengthMode mode, SVGLengthType to… in convertValueFromUserUnits() function in WebCore::SVGLengthContext
217 …float convertedValue = context.convertValueFromUserUnits(value, extractMode(m_unit), extractType(m… in setValue()