MCPcopy Create free account
hub / github.com/VictorGordan/opengl-tutorials / Decode85Byte

Function Decode85Byte

ImGUI GLFW Tutorial/imgui/imgui_draw.cpp:2096–2096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2094static unsigned int stb_decompress(unsigned char* output, const unsigned char* input, unsigned int length);
2095static const char* GetDefaultCompressedFontDataTTFBase85();
2096static unsigned int Decode85Byte(char c) { return c >= '\\' ? c-36 : c-35; }
2097static void Decode85(const unsigned char* src, unsigned char* dst)
2098{
2099 while (*src)

Callers 1

Decode85Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected