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

/external/webkit/Source/WebCore/svg/
H A DSVGAnimationElement.h105 unsigned calculateKeyTimesIndex(float percent) const;
H A DSVGAnimationElement.cpp381 unsigned SVGAnimationElement::calculateKeyTimesIndex(float percent) const function in class:WebCore::SVGAnimationElement
410 unsigned index = calculateKeyTimesIndex(percent);
453 unsigned index = calculateKeyTimesIndex(percent);
555 effectivePercent = calculatePercentForSpline(percent, calculateKeyTimesIndex(percent));

Completed in 63 milliseconds