MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / Decode85Byte

Function Decode85Byte

KBotExt/imgui/imgui_draw.cpp:2156–2156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2154static unsigned int stb_decompress(unsigned char* output, const unsigned char* input, unsigned int length);
2155static const char* GetDefaultCompressedFontDataTTFBase85();
2156static unsigned int Decode85Byte(char c) { return c >= '\\' ? c - 36 : c - 35; }
2157static void Decode85(const unsigned char* src, unsigned char* dst)
2158{
2159 while (*src)

Callers 1

Decode85Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected