Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLengthContext.h66 …float convertValueToUserUnits(float, SVGLengthMode, SVGLengthType fromUnit, ExceptionState&) const;
DSVGLength.h144 …float fromValueInUserUnits = nonRelativeLengthContext.convertValueToUserUnits(from.valueInSpecifie… in blend()
DSVGLengthContext.cpp89 float SVGLengthContext::convertValueToUserUnits(float value, SVGLengthMode mode, SVGLengthType from… in convertValueToUserUnits() function in WebCore::SVGLengthContext
DSVGLength.cpp202 …return context.convertValueToUserUnits(m_valueInSpecifiedUnits, extractMode(m_unit), extractType(m… in value()