Home
last modified time | relevance | path

Searched refs:convertValueToUserUnits (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLengthContext.h67 …float convertValueToUserUnits(float, SVGLengthMode, SVGLengthType fromUnit, ExceptionState&) const;
DSVGLength.cpp164 return context.convertValueToUserUnits(m_valueInSpecifiedUnits, unitMode(), unitType(), es); in value()
433 …float fromValueInUserUnits = nonRelativeLengthContext.convertValueToUserUnits(from->valueInSpecifi… in blend()
DSVGLengthContext.cpp101 float SVGLengthContext::convertValueToUserUnits(float value, SVGLengthMode mode, SVGLengthType from… in convertValueToUserUnits() function in WebCore::SVGLengthContext