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