Searched defs:animatedValue (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAngle.cpp426 float animatedValue = value(); local
427 animationElement->animateAdditiveNumber(percentage, repeatCount, fromAngle->value(), toAngle->value(), toAtEndOfDurationAngle->value(), animatedValue);
429 setValue(animatedValue);
H A DSVGAnimatedTypeAnimator.cpp177 RefPtr<SVGPropertyBase> animatedValue = m_animatedProperty->createAnimatedValue(); local
178 ASSERT(animatedValue->type() == m_type);
179 setAnimatedValueOnAllTargetProperties(list, m_animatedProperty->attributeName(), animatedValue);
181 return animatedValue.release();
237 RefPtr<SVGPropertyBase> animatedValue = animated; local
244 animatedValue->calculateAnimatedValue(m_animationElement, percentage, repeatCount, fromValue, toValue, toAtEndOfDurationValue, m_contextElement);

Completed in 80 milliseconds