Searched refs:global_colormap (Results 1 – 3 of 3) sorted by relevance
161 …unsigned char* global_colormap; /* (3* MAX_COLORS in size) Default colormap if local not suppli… member185 global_colormap = 0;195 delete []global_colormap; in ~GIFImageReader()196 global_colormap = 0; in ~GIFImageReader()
401 p = global_colormap; in read()530 global_colormap = new unsigned char[size]; in read()539 if (global_colormap) in read()540 memcpy(global_colormap, buf, size); in read()912 p = global_colormap; in read()
216 colorMap = m_reader->global_colormap; in haveDecodedRow()