Home
last modified time | relevance | path

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

/external/skia/third_party/gif/
DSkGifImageReader.cpp207 if (rowIter == rowBuffer.end()) in doLZW()
245 rowIter += codeLength; in doLZW()
251 rowIter += codeLength; in doLZW()
252 *--rowIter = firstchar; in doLZW()
262 *--rowIter = suffix[code]; in doLZW()
266 *--rowIter = firstchar = suffix[code]; in doLZW()
285 rowIter += codeLength; in doLZW()
289 for (; rowBegin + width <= rowIter; rowBegin += width) { in doLZW()
299 const size_t bytesToCopy = rowIter - rowBegin; in doLZW()
301 rowIter = rowBuffer.begin() + bytesToCopy; in doLZW()
[all …]
DSkGifImageReader.h106 , rowIter(0) in SkGIFLZWContext()
134 unsigned char* rowIter; variable