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

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGAnimatedPointList.cpp106 float animatedY = animatedPointList[i].y();
108 m_animationElement->animateAdditiveNumber(percentage, repeatCount, effectiveFrom.y(), toPointList[i].y(), effectiveToAtEnd.y(), animatedY);
109 animatedPointList[i] = FloatPoint(animatedX, animatedY);
H A DSVGAnimatedRect.cpp86 float animatedY = animatedRect.y(); local
90 m_animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect.y(), toRect.y(), toAtEndOfDurationRect.y(), animatedY);
94 animatedRect = FloatRect(animatedX, animatedY, animatedWidth, animatedHeight);
H A DSVGAnimateMotionElement.cpp269 float animatedY = 0; local
270 animateAdditiveNumber(percentage, repeatCount, m_fromPoint.y(), m_toPoint.y(), toPointAtEndOfDuration.y(), animatedY);
272 transform->translate(animatedX, animatedY);

Completed in 74 milliseconds