Home
last modified time | relevance | path

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

/third_party/cups-filters/cupsfilters/
H A Dimage-gif.c17 * gif_read_cmap() - Read the colormap from a GIF file...
54 static int gif_read_cmap(FILE *fp, int ncolors, gif_cmap_t cmap,
104 if (gif_read_cmap(fp, ncolors, cmap, &gray)) in _cupsImageReadGIF()
147 if (gif_read_cmap(fp, ncolors, cmap, &gray)) in _cupsImageReadGIF()
390 * 'gif_read_cmap()' - Read the colormap from a GIF file...
394 gif_read_cmap(FILE *fp, /* I - File to read from */ in gif_read_cmap() function

Completed in 2 milliseconds