Searched refs:m_currentFrame (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DBitmapImage.cpp45 , m_currentFrame(0)
67 , m_currentFrame(0)
113 destroyMetadataAndNotify(m_source.clearCacheExceptFrame(destroyAll ? kNotFound : m_currentFrame));
192 if (!m_currentFrame || m_hasUniformFrameSize)
194 IntSize frameSize = m_source.frameSizeAtIndex(m_currentFrame);
275 orientation = frameOrientationAtIndex(m_currentFrame);
428 size_t nextFrame = (m_currentFrame + 1) % frameCount();
436 if (!m_allDataReceived && repetitionCount(false) == cAnimationLoopOnce && m_currentFrame >= (frameCount() - 1))
442 const double currentDuration = frameDurationAtIndex(m_currentFrame);
524 m_currentFrame
[all...]
H A DBitmapImage.h105 size_t currentFrame() const { return m_currentFrame; }
163 size_t m_currentFrame; // The index of the current frame of animation. member in class:WebCore::BitmapImage
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DBitmapImageTest.cpp72 void setCurrentFrame(size_t frame) { m_image->m_currentFrame = frame; }

Completed in 78 milliseconds