MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / Decode85Byte

Function Decode85Byte

TheForceEngine/TFE_Ui/imGUI/imgui_draw.cpp:2529–2529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2527static unsigned int stb_decompress(unsigned char* output, const unsigned char* input, unsigned int length);
2528static const char* GetDefaultCompressedFontDataTTFBase85();
2529static unsigned int Decode85Byte(char c) { return c >= '\\' ? c-36 : c-35; }
2530static void Decode85(const unsigned char* src, unsigned char* dst)
2531{
2532 while (*src)

Callers 1

Decode85Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected