Searched refs:outputByte (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgCompressor.cpp | 315 static bool outputByte(int code, uint8_t*& output, int outputSizeBytes, int& bytesDecodedSoFar) in outputByte() function 339 if (!outputByte(sequence[i], output, outputSizeBytes, bytesDecodedSoFar)) return false; in outputSequence() 366 if (!outputByte(code, ptr, uncompressedSizeBytes, bytesDecoded)) break; in lzwDecode() 373 if (!outputByte(firstByte, ptr, uncompressedSizeBytes, bytesDecoded)) break; in lzwDecode()
|