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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGRect.cpp148 float animatedHeight = height(); local
152 animationElement->animateAdditiveNumber(percentage, repeatCount, fromRect->height(), toRect->height(), toAtEndOfDurationRect->height(), animatedHeight);
154 m_value = FloatRect(animatedX, animatedY, animatedWidth, animatedHeight);

Completed in 24 milliseconds