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

/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.h184 float calculateAnimationPercentAndRepeat(SMILTime elapsed, unsigned& repeat) const;
H A DSVGSMILElement.cpp819 float SVGSMILElement::calculateAnimationPercentAndRepeat(SMILTime elapsed, unsigned& repeat) const function in class:WebCore::SVGSMILElement
913 float percent = calculateAnimationPercentAndRepeat(elapsed, repeat);

Completed in 63 milliseconds