HomeSort by relevance Sort by last modified time
    Searched refs:convertValueFromUserUnits (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLengthContext.h 67 float convertValueFromUserUnits(float, SVGLengthMode, SVGLengthType toUnit, ExceptionState&) const;
SVGLength.h 148 float fromValue = nonRelativeLengthContext.convertValueFromUserUnits(fromValueInUserUnits, unitMode(), toType, es);
SVGLengthContext.cpp 130 float SVGLengthContext::convertValueFromUserUnits(float value, SVGLengthMode mode, SVGLengthType toUnit, ExceptionState& es) const
SVGLength.cpp 206 float convertedValue = context.convertValueFromUserUnits(value, extractMode(m_unit), extractType(m_unit), es);

Completed in 29 milliseconds