Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLengthContext.h67 …float convertValueFromUserUnits(float, SVGLengthMode, SVGLengthType toUnit, ExceptionState&) const;
DSVGLength.h148 …float fromValue = nonRelativeLengthContext.convertValueFromUserUnits(fromValueInUserUnits, unitMod… in blend()
DSVGLengthContext.cpp129 float SVGLengthContext::convertValueFromUserUnits(float value, SVGLengthMode mode, SVGLengthType to… in convertValueFromUserUnits() function in WebCore::SVGLengthContext
DSVGLength.cpp217 …float convertedValue = context.convertValueFromUserUnits(value, extractMode(m_unit), extractType(m… in setValue()