HomeSort by relevance Sort by last modified time
    Searched refs:calculatePercentForSpline (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/svg/
SVGAnimationElement.h 106 float calculatePercentForSpline(float percent, unsigned splineIndex) const;
SVGAnimationElement.cpp 364 float SVGAnimationElement::calculatePercentForSpline(float percent, unsigned splineIndex) const
402 keyPointPercent = calculatePercentForSpline(keyPointPercent, index);
468 effectivePercent = calculatePercentForSpline(effectivePercent, index);

Completed in 269 milliseconds