Home
last modified time | relevance | path

Searched refs:m_lzwBlocks (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
DGIFImageReader.cpp344 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()
DGIFImageReader.h209 m_lzwBlocks.append(GIFLZWBlock(position, size)); in addLzwBlock()
269 Vector<GIFLZWBlock> m_lzwBlocks; // LZW blocks for this frame. member