Searched defs:calculatePercentForSpline (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGAnimationElement.cpp392 float SVGAnimationElement::calculatePercentForSpline(float percent, unsigned splineIndex) const function in class:WebCore::SVGAnimationElement
423 keyPointPercent = calculatePercentForSpline(keyPointPercent, index);
483 effectivePercent = calculatePercentForSpline(effectivePercent, index);
555 effectivePercent = calculatePercentForSpline(percent, calculateKeyTimesIndex(percent));

Completed in 53 milliseconds