Searched refs:rowBegin (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/libgifcodec/ |
D | SkGifImageReader.cpp | 111 void SkGIFLZWContext::outputRow(const unsigned char* rowBegin) in outputRow() argument 163 m_client->haveDecodedRow(m_frameContext->frameId(), rowBegin, in outputRow() 327 unsigned char* rowBegin = rowBuffer.begin(); in doLZW() local 328 for (; rowBegin + width <= rowIter; rowBegin += width) { in doLZW() 329 outputRow(rowBegin); in doLZW() 335 if (rowBegin != rowBuffer.begin()) { in doLZW() 337 const size_t bytesToCopy = rowIter - rowBegin; in doLZW() 338 memcpy(&rowBuffer.front(), rowBegin, bytesToCopy); in doLZW()
|
D | SkLibGifCodec.cpp | 416 void SkLibGifCodec::haveDecodedRow(int frameIndex, const unsigned char* rowBegin, in haveDecodedRow() argument 500 this->applyXformRow(dstInfo, dstLine, rowBegin); in haveDecodedRow() 502 this->applyXformRow(dstInfo, fTmpBuffer.get(), rowBegin); in haveDecodedRow()
|
D | SkLibGifCodec.h | 32 void haveDecodedRow(int frameIndex, const unsigned char* rowBegin,
|
D | SkGifImageReader.h | 114 void outputRow(const unsigned char* rowBegin);
|
/third_party/flutter/skia/third_party/gif/ |
D | SkGifImageReader.cpp | 110 void SkGIFLZWContext::outputRow(const unsigned char* rowBegin) in outputRow() argument 162 m_client->haveDecodedRow(m_frameContext->frameId(), rowBegin, in outputRow() 326 unsigned char* rowBegin = rowBuffer.begin(); in doLZW() local 327 for (; rowBegin + width <= rowIter; rowBegin += width) { in doLZW() 328 outputRow(rowBegin); in doLZW() 334 if (rowBegin != rowBuffer.begin()) { in doLZW() 336 const size_t bytesToCopy = rowIter - rowBegin; in doLZW() 337 memcpy(&rowBuffer.front(), rowBegin, bytesToCopy); in doLZW()
|
D | SkGifImageReader.h | 114 void outputRow(const unsigned char* rowBegin);
|
/third_party/flutter/skia/src/codec/ |
D | SkGifCodec.cpp | 411 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()
|
D | SkGifCodec.h | 35 void haveDecodedRow(int frameIndex, const unsigned char* rowBegin,
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fPrimitiveBoundingBoxTests.cpp | 1537 …deUint8 scanRow (const tcu::ConstPixelBufferAccess& access, int row, int rowBegin, int ro… 2141 deUint8 LineRenderCase::scanRow (const tcu::ConstPixelBufferAccess& access, int row, int rowBegin, … in scanRow() argument 2143 …const bool numLinesOk = checkAreaNumLines(access, tcu::IVec4(rowBegin, row, rowEnd - rowBegin, … in scanRow() 2144 …const deUint8 lineWidthRes = checkLineWidths(access, tcu::IVec2(rowBegin, row), tcu::IVec2(rowEnd… in scanRow()
|