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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLength.h 64 SVGLengthMode unitMode() const;
144 float fromValueInUserUnits = nonRelativeLengthContext.convertValueToUserUnits(from.valueInSpecifiedUnits(), from.unitMode(), fromType, es);
148 float fromValue = nonRelativeLengthContext.convertValueFromUserUnits(fromValueInUserUnits, unitMode(), toType, es);
SVGLength.cpp 179 SVGLengthMode SVGLength::unitMode() const

Completed in 60 milliseconds