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

/external/webkit/Source/WebCore/svg/
H A DSVGAnimationElement.h103 void currentValuesFromKeyPoints(float percent, float& effectivePercent, String& from, String& to) const;
H A DSVGAnimationElement.cpp428 void SVGAnimationElement::currentValuesFromKeyPoints(float percent, float& effectivePercent, String& from, String& to) const function in class:WebCore::SVGAnimationElement
447 return currentValuesFromKeyPoints(percent, effectivePercent, from, to);

Completed in 38 milliseconds