MCPcopy Create free account
hub / github.com/RenderKit/embree / Decode85Byte

Function Decode85Byte

tutorials/common/imgui/imgui_draw.cpp:2101–2101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2099static unsigned int stb_decompress(unsigned char* output, const unsigned char* input, unsigned int length);
2100static const char* GetDefaultCompressedFontDataTTFBase85();
2101static unsigned int Decode85Byte(char c) { return c >= '\\' ? c-36 : c-35; }
2102static void Decode85(const unsigned char* src, unsigned char* dst)
2103{
2104 while (*src)

Callers 1

Decode85Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected