Searched refs:stb_decompress_length (Results 1 – 1 of 1) sorted by relevance
1573 static unsigned int stb_decompress_length(const unsigned char *input);1646 …const unsigned int buf_decompressed_size = stb_decompress_length((const unsigned char*)compressed_… in AddFontFromMemoryCompressedTTF()3076 static unsigned int stb_decompress_length(const unsigned char *input) in stb_decompress_length() function3159 olen = stb_decompress_length(i); in stb_decompress()