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

/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/gif/
H A DGIFImageReader.h99 , rowsRemaining(0)
107 bool hasRemainingRows() { return rowsRemaining; }
123 size_t rowsRemaining; // Rows remaining to be output. member in class:GIFLZWContext
H A DGIFImageReader.cpp201 // Returns true if decoding was successful. In this case the block will have been completely consumed and/or rowsRemaining will be 0.
216 rowsRemaining--; \
218 if (!rowsRemaining) \
246 if (!rowsRemaining)
817 rowsRemaining = m_frameContext->height;

Completed in 248 milliseconds