Searched defs:currentValuesFromKeyPoints (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimationElement.cpp466 void SVGAnimationElement::currentValuesFromKeyPoints(float percent, float& effectivePercent, String& from, String& to) const function in class:blink::SVGAnimationElement
500 return currentValuesFromKeyPoints(percent, effectivePercent, from, to);

Completed in 48 milliseconds