Home
last modified time | relevance | path

Searched defs:rowBegin (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libgifcodec/
DSkGifImageReader.cpp111 void SkGIFLZWContext::outputRow(const unsigned char* rowBegin) in outputRow()
327 unsigned char* rowBegin = rowBuffer.begin(); in doLZW() local
DSkLibGifCodec.cpp416 void SkLibGifCodec::haveDecodedRow(int frameIndex, const unsigned char* rowBegin, in haveDecodedRow()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp2141 deUint8 LineRenderCase::scanRow (const tcu::ConstPixelBufferAccess& access, int row, int rowBegin, … in scanRow()