Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLengthContext.cpp101 …:convertValueToUserUnits(float value, SVGLengthMode mode, SVGLengthType fromUnit, ExceptionState& … in convertValueToUserUnits() argument
106 if (fromUnit == LengthTypePercentage) in convertValueToUserUnits()
111 switch (fromUnit) { in convertValueToUserUnits()
DSVGLengthContext.h67 …float convertValueToUserUnits(float, SVGLengthMode, SVGLengthType fromUnit, ExceptionState&) const;