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

/external/skia/third_party/gif/
H A DSkGifImageReader.cpp110 void SkGIFLZWContext::outputRow(const unsigned char* rowBegin) argument
161 m_client->haveDecodedRow(m_frameContext->frameId(), rowBegin,
296 unsigned char* rowBegin = rowBuffer.begin(); local
297 for (; rowBegin + width <= rowIter; rowBegin += width) {
298 outputRow(rowBegin);
304 if (rowBegin != rowBuffer.begin()) {
306 const size_t bytesToCopy = rowIter - rowBegin;
307 memcpy(&rowBuffer.front(), rowBegin, bytesToCopy);
H A DSkGifImageReader.h112 void outputRow(const unsigned char* rowBegin);
/external/skqp/third_party/gif/
H A DSkGifImageReader.cpp110 void SkGIFLZWContext::outputRow(const unsigned char* rowBegin) argument
161 m_client->haveDecodedRow(m_frameContext->frameId(), rowBegin,
296 unsigned char* rowBegin = rowBuffer.begin(); local
297 for (; rowBegin + width <= rowIter; rowBegin += width) {
298 outputRow(rowBegin);
304 if (rowBegin != rowBuffer.begin()) {
306 const size_t bytesToCopy = rowIter - rowBegin;
307 memcpy(&rowBuffer.front(), rowBegin, bytesToCopy);
H A DSkGifImageReader.h112 void outputRow(const unsigned char* rowBegin);
/external/skia/src/codec/
H A DSkGifCodec.h35 void haveDecodedRow(int frameIndex, const unsigned char* rowBegin,
H A DSkGifCodec.cpp431 void SkGifCodec::haveDecodedRow(int frameIndex, const unsigned char* rowBegin, argument
515 this->applyXformRow(dstInfo, dstLine, rowBegin);
517 this->applyXformRow(dstInfo, fTmpBuffer.get(), rowBegin);
/external/skqp/src/codec/
H A DSkGifCodec.h35 void haveDecodedRow(int frameIndex, const unsigned char* rowBegin,
H A DSkGifCodec.cpp431 void SkGifCodec::haveDecodedRow(int frameIndex, const unsigned char* rowBegin, argument
515 this->applyXformRow(dstInfo, dstLine, rowBegin);
517 this->applyXformRow(dstInfo, fTmpBuffer.get(), rowBegin);
/external/deqp/modules/gles31/functional/
H A Des31fPrimitiveBoundingBoxTests.cpp1462 deUint8 scanRow (const tcu::ConstPixelBufferAccess& access, int row, int rowBegin, int rowEnd, int rowViewportBegin, int rowViewportEnd, const tcu::IVec2& numLines, int& floodCounter) const;
2065 deUint8 LineRenderCase::scanRow (const tcu::ConstPixelBufferAccess& access, int row, int rowBegin, int rowEnd, int rowViewportBegin, int rowViewportEnd, const tcu::IVec2& numLines, int& messageLimitCounter) const
2067 const bool numLinesOk = checkAreaNumLines(access, tcu::IVec4(rowBegin, row, rowEnd - rowBegin, 1), messageLimitCounter, SCAN_ROW_COMPONENT_NDX, numLines);
2068 const deUint8 lineWidthRes = checkLineWidths(access, tcu::IVec2(rowBegin, row), tcu::IVec2(rowEnd, row), SCAN_ROW_COMPONENT_NDX, messageLimitCounter);

Completed in 162 milliseconds