Searched defs:frameDurationAtIndex (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageSource.cpp132 float ImageSource::frameDurationAtIndex(size_t index) const function in class:WebCore::ImageSource
141 const float duration = m_decoder->frameDurationAtIndex(index) / 1000.0f;
H A DDeferredImageDecoder.cpp180 float DeferredImageDecoder::frameDurationAtIndex(size_t index) const function in class:WebCore::DeferredImageDecoder
183 return m_actualDecoder->frameDurationAtIndex(index);
227 frame->setDuration(m_actualDecoder->frameDurationAtIndex(i));
H A DBitmapImage.cpp152 m_frames[index].m_duration = m_source.frameDurationAtIndex(index);
346 float BitmapImage::frameDurationAtIndex(size_t index) function in class:WebCore::BitmapImage
350 return m_source.frameDurationAtIndex(index);
442 const double currentDuration = frameDurationAtIndex(m_currentFrame);
476 double frameAfterNextStartTime = m_desiredFrameStartTime + frameDurationAtIndex(nextFrame);
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/
H A DImageDecoder.h146 virtual float frameDurationAtIndex(size_t) const { return 0; } function in class:WebCore::ImageDecoder
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
H A DGIFImageDecoder.cpp127 float GIFImageDecoder::frameDurationAtIndex(size_t index) const function in class:WebCore::GIFImageDecoder

Completed in 142 milliseconds