Searched defs:calculateKeyTimesIndex (Results 1 - 1 of 1) 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));

Completed in 56 milliseconds