Searched refs:GIFRow (Results 1 – 4 of 4) sorted by relevance
35 typedef Vector<unsigned char> GIFRow; typedef64 …bool haveDecodedRow(size_t frameIndex, GIFRow::const_iterator rowBegin, size_t width, size_t rowNu…
105 bool outputRow(GIFRow::const_iterator rowBegin);126 GIFRow rowBuffer; // Single scanline temporary buffer.127 GIFRow::iterator rowIter;
142 bool GIFImageDecoder::haveDecodedRow(size_t frameIndex, GIFRow::const_iterator rowBegin, size_t wid… in haveDecodedRow()171 GIFRow::const_iterator rowEnd = rowBegin + (xEnd - xBegin); in haveDecodedRow()
100 bool GIFLZWContext::outputRow(GIFRow::const_iterator rowBegin) in outputRow()287 GIFRow::iterator rowBegin = rowBuffer.begin(); in doLZW()