Home
last modified time | relevance | path

Searched refs:GIFRow (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
DGIFImageDecoder.h35 typedef Vector<unsigned char> GIFRow; typedef
64 …bool haveDecodedRow(size_t frameIndex, GIFRow::const_iterator rowBegin, size_t width, size_t rowNu…
DGIFImageReader.h105 bool outputRow(GIFRow::const_iterator rowBegin);
126 GIFRow rowBuffer; // Single scanline temporary buffer.
127 GIFRow::iterator rowIter;
DGIFImageDecoder.cpp142 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()
DGIFImageReader.cpp100 bool GIFLZWContext::outputRow(GIFRow::const_iterator rowBegin) in outputRow()
287 GIFRow::iterator rowBegin = rowBuffer.begin(); in doLZW()