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

  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.cpp 48 , 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 >= frameCount())
    [all...]
BitmapImage.h 197 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.
  /external/webkit/Source/WebCore/platform/graphics/chromium/
VideoLayerChromium.cpp 59 , 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;
VideoLayerChromium.h 95 VideoFrameChromium* m_currentFrame;
  /external/webkit/Source/WebCore/platform/graphics/win/
ImageCGWin.cpp 95 size_t currentFrame = m_currentFrame;
96 m_currentFrame = i;
98 m_currentFrame = currentFrame;
ImageCairoWin.cpp 101 size_t currentFrame = m_currentFrame;
102 m_currentFrame = i;
104 m_currentFrame = currentFrame;
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageCairo.cpp 64 , 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/
ImageWinCE.cpp 99 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/
ImageOpenVG.cpp 56 , m_currentFrame(0)
151 if (op == CompositeSourceOver && !frameHasAlphaAtIndex(m_currentFrame))
  /external/webkit/Source/WebCore/platform/graphics/wx/
ImageWx.cpp 103 wxGraphicsBitmap* bitmap = frameAtIndex(m_currentFrame);
106 wxBitmap* bitmap = frameAtIndex(m_currentFrame);
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageCG.cpp 70 , m_currentFrame(0)
174 RetainPtr<CGImageRef> image = frameAtIndex(m_currentFrame);
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageAndroid.cpp 77 , m_currentFrame(0)
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageQt.cpp 165 , m_currentFrame(0)

Completed in 807 milliseconds