Searched refs:stbi_gif_parse_colortable (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/stbi/
H A Dstb_image.c4367 static void stbi_gif_parse_colortable(stbi *s, uint8 pal[256][4], int num_entries, int transp) function
4401 stbi_gif_parse_colortable(s,g->pal, 2 << (g->flags & 7), -1);
4603 stbi_gif_parse_colortable(s,g->lpal, 2 << (g->lflags & 7), g->eflags & 0x01 ? g->transparent : -1);

Completed in 172 milliseconds