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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimationElement.cpp418 float SVGAnimationElement::calculatePercentForSpline(float percent, unsigned splineIndex) const function in class:blink::SVGAnimationElement
453 keyPointPercent = calculatePercentForSpline(keyPointPercent, index);
536 effectivePercent = calculatePercentForSpline(effectivePercent, index);
619 effectivePercent = calculatePercentForSpline(percent, calculateKeyTimesIndex(percent));

Completed in 556 milliseconds