Searched refs:globalColorMapColors (Results 1 – 2 of 2) sorted by relevance
501 const int globalColorMapColors = 2 << (currentComponent[4] & 0x07); in parse() local503 if ((currentComponent[4] & 0x80) && globalColorMapColors > 0) { /* global map */ in parse()504 m_globalColorMap.setNumColors(globalColorMapColors); in parse()505 GETN(SK_BYTES_PER_COLORMAP_ENTRY * globalColorMapColors, SkGIFGlobalColormap); in parse()