Searched refs:stbi__gif_header (Results 1 – 1 of 1) sorted by relevance
6523 static int stbi__gif_header(stbi__context *s, stbi__gif *g, int *comp, int is_info) in stbi__gif_header() function6558 if (!stbi__gif_header(s, g, comp, 1)) { in stbi__gif_info_raw()6704 … if (!stbi__gif_header(s, g, comp,0)) return 0; // stbi__g_failure_reason set by stbi__gif_header in stbi__gif_load_next()