Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgCompressor.cpp350 int bytesDecoded = 0; in lzwDecode() local
366 if (!outputByte(code, ptr, uncompressedSizeBytes, bytesDecoded)) break; in lzwDecode()
372 …if (!outputSequence(dictionary, prevCode, ptr, uncompressedSizeBytes, bytesDecoded, firstByte)) br… in lzwDecode()
373 if (!outputByte(firstByte, ptr, uncompressedSizeBytes, bytesDecoded)) break; in lzwDecode()
374 …} else if (!outputSequence(dictionary, code, ptr, uncompressedSizeBytes, bytesDecoded, firstByte))… in lzwDecode()