Home
last modified time | relevance | path

Searched defs:stbi_gif_struct (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/stbi/
H A Dstb_image.c4321 typedef struct stbi_gif_struct struct
4323 int w,h;
4324 stbi_uc *out; // output buffer (always 4 components)
4325 int flags, bgindex, ratio, transparent, eflags;
4326 uint8 pal[256][4];
4327 uint8 lpal[256][4];
4328 stbi_gif_lzw codes[4096];
4329 uint8 *color_table;
4330 int parse, step;
4331 int lflags;
[all …]