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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimationElement.cpp402 unsigned SVGAnimationElement::calculateKeyTimesIndex(float percent) const function in class:blink::SVGAnimationElement
439 unsigned index = calculateKeyTimesIndex(percent);
506 unsigned index = calculateKeyTimesIndex(percent);
619 effectivePercent = calculatePercentForSpline(percent, calculateKeyTimesIndex(percent));
H A DSVGAnimationElement.h189 unsigned calculateKeyTimesIndex(float percent) const;

Completed in 479 milliseconds