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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLengthTearOff.cpp 55 SVGLengthMode SVGLengthTearOff::unitMode()
57 return target()->unitMode();
SVGLengthTearOff.h 63 SVGLengthMode unitMode();
SVGLength.h 57 SVGLengthMode unitMode() const { return static_cast<SVGLengthMode>(m_unitMode); }
SVGLength.cpp 164 return context.convertValueToUserUnits(m_valueInSpecifiedUnits, unitMode(), unitType(), es);
173 float convertedValue = context.convertValueFromUserUnits(value, unitMode(), unitType(), es);
433 float fromValueInUserUnits = nonRelativeLengthContext.convertValueToUserUnits(from->valueInSpecifiedUnits(), from->unitMode(), fromType, es);
437 float fromValue = nonRelativeLengthContext.convertValueFromUserUnits(fromValueInUserUnits, unitMode(), toType, es);
463 ASSERT(unitMode() == lengthModeForAnimatedLengthAttribute(animationElement->attributeName()));

Completed in 3765 milliseconds