Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimationElement.h217 …void currentValuesFromKeyPoints(float percent, float& effectivePercent, String& from, String& to) …
DSVGAnimationElement.cpp484 void SVGAnimationElement::currentValuesFromKeyPoints(float percent, float& effectivePercent, String… in currentValuesFromKeyPoints() function in WebCore::SVGAnimationElement
519 return currentValuesFromKeyPoints(percent, effectivePercent, from, to); in currentValuesForValuesAnimation()