Searched refs:local_colors (Results 1 – 1 of 1) sorted by relevance
991 local_colors, in ReadGIFImage() local1273 local_colors=BitSet((int) flag,0x80) == 0 ? global_colors : one << in ReadGIFImage()1275 image->colors=local_colors; in ReadGIFImage()1318 MagickMax(local_colors,256),3UL*sizeof(*colormap)); in ReadGIFImage()1321 (void) memset(colormap,0,3*MagickMax(local_colors,256)* in ReadGIFImage()1323 count=ReadBlob(image,(3*local_colors)*sizeof(*colormap),colormap); in ReadGIFImage()1324 if (count != (ssize_t) (3*local_colors)) in ReadGIFImage()