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

/external/webkit/Source/WebCore/svg/
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 51 milliseconds