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

  /external/webkit/Source/WebCore/platform/graphics/
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);
ImageSource.cpp 152 float ImageSource::frameDurationAtIndex(size_t index)
ImageSource.h 201 float frameDurationAtIndex(size_t);
BitmapImage.h 201 float frameDurationAtIndex(size_t);
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageSourceCG.cpp 310 float ImageSource::frameDurationAtIndex(size_t index)
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageSourceAndroid.cpp 394 float ImageSource::frameDurationAtIndex(size_t index)

Completed in 466 milliseconds