Home
last modified time | relevance | path

Searched refs:global_colormap (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/image-decoders/gif/
DGIFImageReader.h161 …unsigned char* global_colormap; /* (3* MAX_COLORS in size) Default colormap if local not suppli… member
185 global_colormap = 0;
195 delete []global_colormap; in ~GIFImageReader()
196 global_colormap = 0; in ~GIFImageReader()
DGIFImageReader.cpp401 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()
DGIFImageDecoder.cpp216 colorMap = m_reader->global_colormap; in haveDecodedRow()