Searched refs:m_lzwBlocks (Results 1 – 2 of 2) sorted by relevance
344 while (m_currentLzwBlock < m_lzwBlocks.size() && m_lzwContext->hasRemainingRows()) { in decode()345 size_t blockPosition = m_lzwBlocks[m_currentLzwBlock].blockPosition; in decode()346 size_t blockSize = m_lzwBlocks[m_currentLzwBlock].blockSize; in decode()
209 m_lzwBlocks.append(GIFLZWBlock(position, size)); in addLzwBlock()269 Vector<GIFLZWBlock> m_lzwBlocks; // LZW blocks for this frame. member