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

/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/gif/
H A DGIFImageReader.h107 bool hasRemainingRows() { return rowsRemaining; } function in class:GIFLZWContext
H A DGIFImageReader.cpp335 while (m_currentLzwBlock < m_lzwBlocks.size() && m_lzwContext->hasRemainingRows()) {

Completed in 156 milliseconds