Searched refs:m_currentFrame (Results 1 – 13 of 13) sorted by relevance
48 , m_currentFrame(0) in BitmapImage()79 const size_t clearBeforeFrame = destroyAll ? m_frames.size() : m_currentFrame; in destroyDecodedData()182 if (!m_currentFrame || m_hasUniformFrameSize) in currentFrameSize()184 IntSize frameSize = m_source.frameSizeAtIndex(m_currentFrame); in currentFrameSize()316 size_t nextFrame = (m_currentFrame + 1) % frameCount(); in startAnimation()324 …if (!m_allDataReceived && repetitionCount(false) == cAnimationLoopOnce && m_currentFrame >= (frame… in startAnimation()330 const double currentDuration = frameDurationAtIndex(m_currentFrame); in startAnimation()412 m_currentFrame = 0; in resetAnimation()439 ++m_currentFrame; in internalAdvanceAnimation()442 if (m_currentFrame >= frameCount()) { in internalAdvanceAnimation()[all …]
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.
59 , m_currentFrame(0) in VideoLayerChromium()91 if (m_currentFrame) in cleanupResources()265 if (!m_currentFrame) in releaseCurrentFrame()268 m_provider->putCurrentFrame(m_currentFrame); in releaseCurrentFrame()269 m_currentFrame = 0; in releaseCurrentFrame()287 ASSERT(!m_currentFrame); in saveCurrentFrame()289 m_currentFrame = frame; in saveCurrentFrame()
95 VideoFrameChromium* m_currentFrame; variable
101 size_t currentFrame = m_currentFrame; in drawFrameMatchingSourceSize()102 m_currentFrame = i; in drawFrameMatchingSourceSize()104 m_currentFrame = currentFrame; in drawFrameMatchingSourceSize()
95 size_t currentFrame = m_currentFrame; in drawFrameMatchingSourceSize()96 m_currentFrame = i; in drawFrameMatchingSourceSize()98 m_currentFrame = currentFrame; in drawFrameMatchingSourceSize()
99 size_t currentFrame = m_currentFrame; in drawFrameMatchingSourceSize()100 m_currentFrame = i; in drawFrameMatchingSourceSize()102 m_currentFrame = currentFrame; in drawFrameMatchingSourceSize()120 RefPtr<SharedBitmap> bmp = frameAtIndex(m_currentFrame); in draw()
64 , m_currentFrame(0) in BitmapImage()107 cairo_surface_t* image = frameAtIndex(m_currentFrame); in draw()122 if (op == CompositeSourceOver && !frameHasAlphaAtIndex(m_currentFrame)) in draw()
56 , m_currentFrame(0) in BitmapImage()151 if (op == CompositeSourceOver && !frameHasAlphaAtIndex(m_currentFrame)) in draw()
103 wxGraphicsBitmap* bitmap = frameAtIndex(m_currentFrame); in draw()106 wxBitmap* bitmap = frameAtIndex(m_currentFrame); in draw()
70 , m_currentFrame(0) in BitmapImage()174 RetainPtr<CGImageRef> image = frameAtIndex(m_currentFrame); in draw()
165 , m_currentFrame(0) in BitmapImage()
77 , m_currentFrame(0) in BitmapImage()