Searched refs:m_globalColormapPosition (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/gif/
H A DGIFImageReader.h239 , m_globalColormapPosition(0)
269 return m_isGlobalColormapDefined ? data(m_globalColormapPosition) : 0;
318 size_t m_globalColormapPosition; // (3* MAX_COLORS in size) Default colormap if local not supplied, 3 bytes for each color. member in class:GIFImageReader
H A DGIFImageReader.cpp459 m_globalColormapPosition = dataPosition;

Completed in 117 milliseconds