Home
last modified time | relevance | path

Searched refs:rowBegin (Results 1 – 9 of 9) sorted by relevance

/external/skia/third_party/gif/
DSkGifImageReader.cpp110 void SkGIFLZWContext::outputRow(const unsigned char* rowBegin) in outputRow() argument
162 m_client->haveDecodedRow(m_frameContext->frameId(), rowBegin, in outputRow()
297 unsigned char* rowBegin = rowBuffer.begin(); in doLZW() local
298 for (; rowBegin + width <= rowIter; rowBegin += width) { in doLZW()
299 outputRow(rowBegin); in doLZW()
305 if (rowBegin != rowBuffer.begin()) { in doLZW()
307 const size_t bytesToCopy = rowIter - rowBegin; in doLZW()
308 memcpy(&rowBuffer.front(), rowBegin, bytesToCopy); in doLZW()
DSkGifImageReader.h112 void outputRow(const unsigned char* rowBegin);
/external/skqp/third_party/gif/
DSkGifImageReader.cpp110 void SkGIFLZWContext::outputRow(const unsigned char* rowBegin) in outputRow() argument
162 m_client->haveDecodedRow(m_frameContext->frameId(), rowBegin, in outputRow()
297 unsigned char* rowBegin = rowBuffer.begin(); in doLZW() local
298 for (; rowBegin + width <= rowIter; rowBegin += width) { in doLZW()
299 outputRow(rowBegin); in doLZW()
305 if (rowBegin != rowBuffer.begin()) { in doLZW()
307 const size_t bytesToCopy = rowIter - rowBegin; in doLZW()
308 memcpy(&rowBuffer.front(), rowBegin, bytesToCopy); in doLZW()
DSkGifImageReader.h112 void outputRow(const unsigned char* rowBegin);
/external/skia/src/codec/
DSkGifCodec.cpp411 void SkGifCodec::haveDecodedRow(int frameIndex, const unsigned char* rowBegin, in haveDecodedRow() argument
495 this->applyXformRow(dstInfo, dstLine, rowBegin); in haveDecodedRow()
497 this->applyXformRow(dstInfo, fTmpBuffer.get(), rowBegin); in haveDecodedRow()
DSkGifCodec.h35 void haveDecodedRow(int frameIndex, const unsigned char* rowBegin,
/external/skqp/src/codec/
DSkGifCodec.cpp411 void SkGifCodec::haveDecodedRow(int frameIndex, const unsigned char* rowBegin, in haveDecodedRow() argument
495 this->applyXformRow(dstInfo, dstLine, rowBegin); in haveDecodedRow()
497 this->applyXformRow(dstInfo, fTmpBuffer.get(), rowBegin); in haveDecodedRow()
DSkGifCodec.h35 void haveDecodedRow(int frameIndex, const unsigned char* rowBegin,
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp1462 …deUint8 scanRow (const tcu::ConstPixelBufferAccess& access, int row, int rowBegin, int ro…
2065 deUint8 LineRenderCase::scanRow (const tcu::ConstPixelBufferAccess& access, int row, int rowBegin, … in scanRow() argument
2067 …const bool numLinesOk = checkAreaNumLines(access, tcu::IVec4(rowBegin, row, rowEnd - rowBegin, … in scanRow()
2068 …const deUint8 lineWidthRes = checkLineWidths(access, tcu::IVec2(rowBegin, row), tcu::IVec2(rowEnd… in scanRow()