Searched refs:stbi__do_zlib (Results 1 - 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 4488 static int stbi__do_zlib(stbi__zbuf *a, char *obuf, int olen, int exp, int parse_header) in stbi__do_zlib() function 4505 if (stbi__do_zlib(&a, p, initial_size, 1, 1)) { in stbi_zlib_decode_malloc_guesssize() 4526 if (stbi__do_zlib(&a, p, initial_size, 1, parse_header)) { in stbi_zlib_decode_malloc_guesssize_headerflag() 4540 if (stbi__do_zlib(&a, obuffer, olen, 0, 1)) in stbi_zlib_decode_buffer() 4553 if (stbi__do_zlib(&a, p, 16384, 1, 0)) { in stbi_zlib_decode_noheader_malloc() 4567 if (stbi__do_zlib(&a, obuffer, olen, 0, 0)) in stbi_zlib_decode_noheader_buffer()
|
Completed in 22 milliseconds