Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimationElement.h219 float calculatePercentForFromTo(float percent) const;
DSVGAnimationElement.cpp476 float SVGAnimationElement::calculatePercentForFromTo(float percent) const in calculatePercentForFromTo() function in WebCore::SVGAnimationElement
634 effectivePercent = calculatePercentForFromTo(percent); in updateAnimation()