Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimationElement.cpp448 float SVGAnimationElement::calculatePercentFromKeyPoints(float percent) const in calculatePercentFromKeyPoints() function in WebCore::SVGAnimationElement
489 effectivePercent = calculatePercentFromKeyPoints(percent); in currentValuesFromKeyPoints()
630 effectivePercent = calculatePercentFromKeyPoints(percent); in updateAnimation()
DSVGAnimationElement.h216 float calculatePercentFromKeyPoints(float percent) const;