Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DUnpackRowLength.cpp59 std::vector<GLubyte>::iterator rowIter = buf.begin() + y * rowLength * 4; in testRowLength() local
60 std::fill(rowIter, rowIter + texSize * 4, static_cast<GLubyte>(255u)); in testRowLength()
61 std::fill(rowIter + texSize * 4, rowIter + rowLength * 4, static_cast<GLubyte>(0u)); in testRowLength()
/external/skqp/third_party/gif/
DSkGifImageReader.cpp216 if (rowIter == rowBuffer.end()) in doLZW()
254 rowIter += codeLength; in doLZW()
260 rowIter += codeLength; in doLZW()
261 *--rowIter = firstchar; in doLZW()
271 *--rowIter = suffix[code]; in doLZW()
275 *--rowIter = firstchar = suffix[code]; in doLZW()
294 rowIter += codeLength; in doLZW()
298 for (; rowBegin + width <= rowIter; rowBegin += width) { in doLZW()
307 const size_t bytesToCopy = rowIter - rowBegin; in doLZW()
309 rowIter = rowBuffer.begin() + bytesToCopy; in doLZW()
[all …]
DSkGifImageReader.h106 , rowIter(nullptr) in SkGIFLZWContext()
134 unsigned char* rowIter; variable
/external/skia/third_party/libgifcodec/
DSkGifImageReader.cpp215 if (rowIter == rowBuffer.end()) in doLZW()
281 unsigned char* p = rowIter + remaining; in doLZW()
285 rowIter += suffixLength[code]; in doLZW()
298 *rowIter++ = firstchar; in doLZW()
328 for (; rowBegin + width <= rowIter; rowBegin += width) { in doLZW()
337 const size_t bytesToCopy = rowIter - rowBegin; in doLZW()
339 rowIter = rowBuffer.begin() + bytesToCopy; in doLZW()
947 rowIter = rowBuffer.begin(); in prepareToDecode()
DSkGifImageReader.h108 , rowIter(nullptr) in SkGIFLZWContext()
136 unsigned char* rowIter; variable