Home
last modified time | relevance | path

Searched refs:GIF_IBITS (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dpng.c2205 #define GIF_IBITS 8 macro
2380 if (hdr[GIF_IBITS] & GIF_LPFLAG) in load_gif_frame()
2382 int cols = 2 << (hdr[GIF_IBITS] & 7); in load_gif_frame()
2405 if (hdr[GIF_IBITS] & GIF_ILFLAG) k = 2 , kx = 10; /* Interlace */ in load_gif_frame()