Searched refs:colormaplen (Results 1 – 1 of 1) sorted by relevance
82 int i, colormaplen; in read_gif_map() local101 colormaplen = 2 << (header[10] & 0x07); in read_gif_map()103 for (i = 0; i < colormaplen; i++) { in read_gif_map()