Searched refs:calculatePercentForSpline (Results 1 - 2 of 2) 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));
H A DSVGAnimationElement.h187 float calculatePercentForSpline(float percent, unsigned splineIndex) const;

Completed in 76 milliseconds