Home
last modified time | relevance | path

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

/external/skia/third_party/gif/
DSkGifImageReader.h114 bool hasRemainingRows() { return SkToBool(rowsRemaining); } in hasRemainingRows() function
DSkGifImageReader.cpp388 while (m_currentLzwBlock < m_lzwBlocks.size() && m_lzwContext->hasRemainingRows()) { in decode()