Searched refs:rowIter (Results 1 – 5 of 5) sorted by relevance
59 std::vector<GLubyte>::iterator rowIter = buf.begin() + y * rowLength * 4; in testRowLength() local60 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()
216 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 …]
106 , rowIter(nullptr) in SkGIFLZWContext()134 unsigned char* rowIter; variable
215 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()
108 , rowIter(nullptr) in SkGIFLZWContext()136 unsigned char* rowIter; variable