Home
last modified time | relevance | path

Searched refs:calculateKeyTimesIndex (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimationElement.cpp423 unsigned SVGAnimationElement::calculateKeyTimesIndex(float percent) const in calculateKeyTimesIndex() function in WebCore::SVGAnimationElement
458 unsigned index = calculateKeyTimesIndex(percent); in calculatePercentFromKeyPoints()
525 unsigned index = calculateKeyTimesIndex(percent); in currentValuesForValuesAnimation()
632 effectivePercent = calculatePercentForSpline(percent, calculateKeyTimesIndex(percent)); in updateAnimation()
DSVGAnimationElement.h220 unsigned calculateKeyTimesIndex(float percent) const;