HomeSort by relevance Sort by last modified time
    Searched defs:frameDurationAtIndex (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
ImageSource.cpp 152 float ImageSource::frameDurationAtIndex(size_t index)
BitmapImage.cpp 134 m_frames[index].m_duration = m_source.frameDurationAtIndex(index);
264 float BitmapImage::frameDurationAtIndex(size_t index)
330 const double currentDuration = frameDurationAtIndex(m_currentFrame);
364 double frameAfterNextStartTime = m_desiredFrameStartTime + frameDurationAtIndex(nextFrame);
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageSourceAndroid.cpp 394 float ImageSource::frameDurationAtIndex(size_t index)
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageSourceCG.cpp 310 float ImageSource::frameDurationAtIndex(size_t index)

Completed in 223 milliseconds