Searched refs:m_lzwBlocks (Results 1 – 2 of 2) sorted by relevance
223 m_lzwBlocks.push_back(SkGIFLZWBlock(position, size)); in addLzwBlock()296 std::vector<SkGIFLZWBlock> m_lzwBlocks; member
388 while (m_currentLzwBlock < m_lzwBlocks.size() && m_lzwContext->hasRemainingRows()) { in decode()389 const auto& block = m_lzwBlocks[m_currentLzwBlock]; in decode()