Home
last modified time | relevance | path

Searched refs:stb__lit (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_draw.cpp3093 static void stb__lit(const unsigned char *data, unsigned int length) in stb__lit() function
3111 else /* *i >= 0x20 */ stb__lit(i+1, i[0] - 0x20 + 1), i += 1 + (i[0] - 0x20 + 1); in stb_decompress_token()
3115 …else if (*i >= 0x08) stb__lit(i+2, stb__in2(0) - 0x0800 + 1), i += 2 + (stb__in2(0) - 0x0800 + 1); in stb_decompress_token()
3116 else if (*i == 0x07) stb__lit(i+3, stb__in2(1) + 1), i += 3 + (stb__in2(1) + 1); in stb_decompress_token()