Searched refs:hasRemainingRows (Results 1 – 2 of 2) sorted by relevance
114 bool hasRemainingRows() { return SkToBool(rowsRemaining); } in hasRemainingRows() function
388 while (m_currentLzwBlock < m_lzwBlocks.size() && m_lzwContext->hasRemainingRows()) { in decode()