Searched refs:toAtEndOfDurationRect (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGAnimatedRect.cpp | 81 const SVGRect& toAtEndOfDurationRect = toAtEndOfDuration->rect(); in calculateAnimatedValue() local 88 …AdditiveNumber(percentage, repeatCount, fromRect.x(), toRect.x(), toAtEndOfDurationRect.x(), anima… in calculateAnimatedValue() 89 …AdditiveNumber(percentage, repeatCount, fromRect.y(), toRect.y(), toAtEndOfDurationRect.y(), anima… in calculateAnimatedValue() 90 …Number(percentage, repeatCount, fromRect.width(), toRect.width(), toAtEndOfDurationRect.width(), a… in calculateAnimatedValue() 91 …mber(percentage, repeatCount, fromRect.height(), toRect.height(), toAtEndOfDurationRect.height(), … in calculateAnimatedValue()
|