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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGRect.cpp146 float animatedY = y(); local
150 animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect->y(), toRect->y(), toAtEndOfDurationRect->y(), animatedY);
154 m_value = FloatRect(animatedX, animatedY, animatedWidth, animatedHeight);
H A DSVGPointList.cpp194 float animatedY = at(i)->y(); local
205 animationElement->animateAdditiveNumber(percentage, repeatCount, effectiveFrom.y(), effectiveTo.y(), effectiveToAtEnd.y(), animatedY);
206 at(i)->setValue(FloatPoint(animatedX, animatedY));
H A DSVGAnimateMotionElement.cpp259 float animatedY = 0; local
260 animateAdditiveNumber(percentage, repeatCount, m_fromPoint.y(), m_toPoint.y(), toPointAtEndOfDuration.y(), animatedY);
262 transform->translate(animatedX, animatedY);
/external/chromium_org/chrome/browser/resources/ntp4/
H A Dtile_page.js909 var animatedY = row * (this.heightForWidth(animatedTileValues.tileWidth) +
913 tile.setGridPosition(animatedX, animatedY);
916 realY - animatedY);

Completed in 144 milliseconds