Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/animation/
DSMILTimeContainer.cpp233 SMILTime samplingDiff; in updateAnimations() local
243 samplingDiff = animation->intervalBegin(); in updateAnimations()
247 elapsed = SMILTime(m_nextManualSampleTime) + samplingDiff; in updateAnimations()