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

/external/webkit/Source/WebCore/platform/graphics/
H A DBitmapImage.cpp48 , m_currentFrame(0)
79 const size_t clearBeforeFrame = destroyAll ? m_frames.size() : m_currentFrame;
182 if (!m_currentFrame || m_hasUniformFrameSize)
184 IntSize frameSize = m_source.frameSizeAtIndex(m_currentFrame);
316 size_t nextFrame = (m_currentFrame + 1) % frameCount();
324 if (!m_allDataReceived && repetitionCount(false) == cAnimationLoopOnce && m_currentFrame >= (frameCount() - 1))
330 const double currentDuration = frameDurationAtIndex(m_currentFrame);
412 m_currentFrame = 0;
439 ++m_currentFrame;
442 if (m_currentFrame >
[all...]
H A DBitmapImage.h197 size_t currentFrame() const { return m_currentFrame; }
264 return m_isSolidColor && m_currentFrame == 0;
271 size_t m_currentFrame; // The index of the current frame of animation. member in class:WebCore::BitmapImage
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DVideoLayerChromium.cpp59 , m_currentFrame(0)
91 if (m_currentFrame)
265 if (!m_currentFrame)
268 m_provider->putCurrentFrame(m_currentFrame);
269 m_currentFrame = 0;
287 ASSERT(!m_currentFrame);
289 m_currentFrame = frame;
H A DVideoLayerChromium.h95 VideoFrameChromium* m_currentFrame; member in class:WebCore::VideoLayerChromium
/external/webkit/Source/WebCore/platform/graphics/win/
H A DImageCGWin.cpp95 size_t currentFrame = m_currentFrame;
96 m_currentFrame = i;
98 m_currentFrame = currentFrame;
H A DImageCairoWin.cpp101 size_t currentFrame = m_currentFrame;
102 m_currentFrame = i;
104 m_currentFrame = currentFrame;
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DImageCairo.cpp64 , m_currentFrame(0)
107 cairo_surface_t* image = frameAtIndex(m_currentFrame);
122 if (op == CompositeSourceOver && !frameHasAlphaAtIndex(m_currentFrame))
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DImageWinCE.cpp99 size_t currentFrame = m_currentFrame;
100 m_currentFrame = i;
102 m_currentFrame = currentFrame;
120 RefPtr<SharedBitmap> bmp = frameAtIndex(m_currentFrame);
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DImageOpenVG.cpp56 , m_currentFrame(0)
151 if (op == CompositeSourceOver && !frameHasAlphaAtIndex(m_currentFrame))
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DImageWx.cpp103 wxGraphicsBitmap* bitmap = frameAtIndex(m_currentFrame);
106 wxBitmap* bitmap = frameAtIndex(m_currentFrame);
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DImageCG.cpp70 , m_currentFrame(0)
174 RetainPtr<CGImageRef> image = frameAtIndex(m_currentFrame);
/external/webkit/Source/WebCore/platform/graphics/android/
H A DImageAndroid.cpp77 , m_currentFrame(0)
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DImageQt.cpp165 , m_currentFrame(0)

Completed in 334 milliseconds