Home
last modified time | relevance | path

Searched refs:toUnit (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLengthContext.cpp129 …convertValueFromUserUnits(float value, SVGLengthMode mode, SVGLengthType toUnit, ExceptionState& e… in convertValueFromUserUnits() argument
131 switch (toUnit) { in convertValueFromUserUnits()
DSVGLengthContext.h67 …float convertValueFromUserUnits(float, SVGLengthMode, SVGLengthType toUnit, ExceptionState&) const;