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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPointList.cpp 147 float animatedY = at(i)->y();
158 animationElement->animateAdditiveNumber(percentage, repeatCount, effectiveFrom.y(), effectiveTo.y(), effectiveToAtEnd.y(), animatedY);
159 at(i)->setValue(FloatPoint(animatedX, animatedY));
SVGRect.cpp 136 float animatedY = y();
140 animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect->y(), toRect->y(), toAtEndOfDurationRect->y(), animatedY);
144 m_value = FloatRect(animatedX, animatedY, animatedWidth, animatedHeight);
SVGAnimateMotionElement.cpp 246 float animatedY = 0;
247 animateAdditiveNumber(percentage, repeatCount, m_fromPoint.y(), m_toPoint.y(), toPointAtEndOfDuration.y(), animatedY);
249 transform->translate(animatedX, animatedY);

Completed in 522 milliseconds