| stb_image.c | 4336 } stbi_gif;  typedef in typeref:struct:stbi_gif_struct 4378 static int stbi_gif_header(stbi *s, stbi_gif *g, int *comp, int is_info)
 4408    stbi_gif *g;
 4422 static void stbi_out_gif_code(stbi_gif *g, uint16 code)
 4456 static uint8 *stbi_process_gif_raster(stbi *s, stbi_gif *g)
 4535 static void stbi_fill_gif_background(stbi_gif *g)
 4550 static uint8 *stbi_gif_load_next(stbi *s, stbi_gif *g, int *comp, int req_comp)
 4665    stbi_gif g={0};
 4683    stbi_gif *pg;
 4690    stbi_gif g
 [all...]
 |