Home
last modified time | relevance | path

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

/external/webkit/WebCore/svg/animation/
DSVGSMILElement.cpp794 SMILTime simpleTime = fmod(activeTime.value(), simpleDuration.value()); in calculateAnimationPercentAndRepeat() local
795 return narrowPrecisionToFloat(simpleTime.value() / simpleDuration.value()); in calculateAnimationPercentAndRepeat()