Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLengthContext.h68 …float convertValueFromUserUnits(float, SVGLengthMode, SVGLengthType toUnit, ExceptionState&) const;
DSVGLength.cpp173 float convertedValue = context.convertValueFromUserUnits(value, unitMode(), unitType(), es); in setValue()
431 …float fromValue = nonRelativeLengthContext.convertValueFromUserUnits(fromValueInUserUnits, unitMod… in blend()
DSVGLengthContext.cpp141 float SVGLengthContext::convertValueFromUserUnits(float value, SVGLengthMode mode, SVGLengthType to… in convertValueFromUserUnits() function in blink::SVGLengthContext