Searched refs:m_currentLzwBlock (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/gif/
H A DGIFImageReader.cpp331 m_currentLzwBlock = 0;
335 while (m_currentLzwBlock < m_lzwBlocks.size() && m_lzwContext->hasRemainingRows()) {
336 size_t blockPosition = m_lzwBlocks[m_currentLzwBlock].blockPosition;
337 size_t blockSize = m_lzwBlocks[m_currentLzwBlock].blockSize;
342 ++m_currentLzwBlock;
H A DGIFImageReader.h188 , m_currentLzwBlock(0)
220 size_t m_currentLzwBlock; member in struct:GIFFrameContext

Completed in 118 milliseconds