Searched refs:convertValueToUserUnits (Results 1 – 3 of 3) sorted by relevance
67 …float convertValueToUserUnits(float, SVGLengthMode, SVGLengthType fromUnit, ExceptionState&) const;
164 return context.convertValueToUserUnits(m_valueInSpecifiedUnits, unitMode(), unitType(), es); in value()433 …float fromValueInUserUnits = nonRelativeLengthContext.convertValueToUserUnits(from->valueInSpecifi… in blend()
101 float SVGLengthContext::convertValueToUserUnits(float value, SVGLengthMode mode, SVGLengthType from… in convertValueToUserUnits() function in WebCore::SVGLengthContext