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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedAngle.cpp 85 SVGAngle& toAngle = toAngleAndEnumeration.first;
86 toAngle.setValue(toAngle.value() + fromAngle.value());
SVGPathBlender.cpp 240 float toAngle = 0;
245 || !m_toSource->parseArcToSegment(toRx, toRy, toAngle, toLargeArc, toSweep, toTargetPoint))
254 fromAngle + toAngle * m_addTypesCount,
262 blend(fromAngle, toAngle, m_progress),

Completed in 1092 milliseconds