Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/
DBitmapImage.cpp276 const double currentDuration = frameDurationAtIndex(m_currentFrame); in startAnimation() local
279 m_desiredFrameStartTime = time + currentDuration; in startAnimation()
281 m_desiredFrameStartTime += currentDuration; in startAnimation()
288 m_desiredFrameStartTime = time + currentDuration; in startAnimation()