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

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/test/
H A DMockImageDecoder.h95 virtual float frameDurationAtIndex(size_t) const function in class:WebCore::MockImageDecoder
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DImageSource.cpp138 float ImageSource::frameDurationAtIndex(size_t index) const function in class:WebCore::ImageSource
147 const float duration = m_decoder->frameDurationAtIndex(index) / 1000.0f;
H A DBitmapImage.cpp168 m_frames[index].m_duration = m_source.frameDurationAtIndex(index);
386 float BitmapImage::frameDurationAtIndex(size_t index) function in class:WebCore::BitmapImage
390 return m_source.frameDurationAtIndex(index);
483 const double currentDuration = frameDurationAtIndex(m_currentFrame);
517 double frameAfterNextStartTime = m_desiredFrameStartTime + frameDurationAtIndex(nextFrame);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DDeferredImageDecoder.cpp186 float DeferredImageDecoder::frameDurationAtIndex(size_t index) const function in class:WebCore::DeferredImageDecoder
189 return m_actualDecoder->frameDurationAtIndex(index);
233 frame->setDuration(m_actualDecoder->frameDurationAtIndex(i));
/external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/gif/
H A DGIFImageDecoder.cpp124 float GIFImageDecoder::frameDurationAtIndex(size_t index) const function in class:WebCore::GIFImageDecoder

Completed in 118 milliseconds