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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGRect.cpp145 float animatedX = x(); local
149 animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect->x(), toRect->x(), toAtEndOfDurationRect->x(), animatedX);
154 m_value = FloatRect(animatedX, animatedY, animatedWidth, animatedHeight);
H A DSVGPointList.cpp193 float animatedX = at(i)->x(); local
204 animationElement->animateAdditiveNumber(percentage, repeatCount, effectiveFrom.x(), effectiveTo.x(), effectiveToAtEnd.x(), animatedX);
206 at(i)->setValue(FloatPoint(animatedX, animatedY));
H A DSVGAnimateMotionElement.cpp256 float animatedX = 0; local
257 animateAdditiveNumber(percentage, repeatCount, m_fromPoint.x(), m_toPoint.x(), toPointAtEndOfDuration.x(), animatedX);
262 transform->translate(animatedX, animatedY);
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dtile_page.js908 var animatedX = col * animatedTileValues.offsetX + animatedLeftMargin;
913 tile.setGridPosition(animatedX, animatedY);
915 realX - animatedX,

Completed in 139 milliseconds