Searched refs:toAngleAndEnumeration (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedAngle.cpp80 pair<SVGAngle, unsigned>& toAngleAndEnumeration = to->angleAndEnumeration(); local
82 if (fromAngleAndEnumeration.second != toAngleAndEnumeration.second || fromAngleAndEnumeration.second != SVGMarkerOrientAngle)
85 SVGAngle& toAngle = toAngleAndEnumeration.first;
95 const pair<SVGAngle, unsigned>& toAngleAndEnumeration = to->angleAndEnumeration(); local
99 if (fromAngleAndEnumeration.second != toAngleAndEnumeration.second) {
103 if (toAngleAndEnumeration.second == SVGMarkerOrientAuto) {
139 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromAngleAndEnumeration.first.value(), toAngleAndEnumeration.first.value(), toAtEndOfDurationSVGAngle.value(), animatedAngle);

Completed in 90 milliseconds