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

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGAnimatedPointList.cpp105 float animatedX = animatedPointList[i].x();
107 m_animationElement->animateAdditiveNumber(percentage, repeatCount, effectiveFrom.x(), toPointList[i].x(), effectiveToAtEnd.x(), animatedX);
109 animatedPointList[i] = FloatPoint(animatedX, animatedY);
H A DSVGAnimatedRect.cpp85 float animatedX = animatedRect.x(); local
89 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect.x(), toRect.x(), toAtEndOfDurationRect.x(), animatedX);
94 animatedRect = FloatRect(animatedX, animatedY, animatedWidth, animatedHeight);
H A DSVGAnimateMotionElement.cpp266 float animatedX = 0; local
267 animateAdditiveNumber(percentage, repeatCount, m_fromPoint.x(), m_toPoint.x(), toPointAtEndOfDuration.x(), animatedX);
272 transform->translate(animatedX, animatedY);

Completed in 174 milliseconds