Searched refs:convertValueToUserUnits (Results 1 – 4 of 4) sorted by relevance
66 …float convertValueToUserUnits(float, SVGLengthMode, SVGLengthType fromUnit, ExceptionState&) const;
144 …float fromValueInUserUnits = nonRelativeLengthContext.convertValueToUserUnits(from.valueInSpecifie… in blend()
89 float SVGLengthContext::convertValueToUserUnits(float value, SVGLengthMode mode, SVGLengthType from… in convertValueToUserUnits() function in WebCore::SVGLengthContext
202 …return context.convertValueToUserUnits(m_valueInSpecifiedUnits, extractMode(m_unit), extractType(m… in value()