Home
last modified time | relevance | path

Searched refs:potentialRow (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/codec/
DSkGifCodec.cpp441 const int potentialRow = yBegin + i; in haveDecodedRow() local
442 if (fSwizzler->rowNeeded(potentialRow)) { in haveDecodedRow()
443 dstRow = potentialRow / sampleY; in haveDecodedRow()
/external/skia/third_party/libgifcodec/
DSkLibGifCodec.cpp446 const int potentialRow = yBegin + i; in haveDecodedRow() local
447 if (fSwizzler->rowNeeded(potentialRow)) { in haveDecodedRow()
448 dstRow = potentialRow / sampleY; in haveDecodedRow()