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

  /external/webkit/Source/WebCore/svg/
SVGAnimationElement.h 105 unsigned calculateKeyTimesIndex(float percent) const;
SVGAnimationElement.cpp 381 unsigned SVGAnimationElement::calculateKeyTimesIndex(float percent) const
410 unsigned index = calculateKeyTimesIndex(percent);
453 unsigned index = calculateKeyTimesIndex(percent);
555 effectivePercent = calculatePercentForSpline(percent, calculateKeyTimesIndex(percent));

Completed in 1226 milliseconds