Home
last modified time | relevance | path

Searched refs:globalColorMapColors (Results 1 – 2 of 2) sorted by relevance

/external/skia/third_party/gif/
DSkGifImageReader.cpp501 const int globalColorMapColors = 2 << (currentComponent[4] & 0x07); in parse() local
503 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()
/external/skqp/third_party/gif/
DSkGifImageReader.cpp501 const int globalColorMapColors = 2 << (currentComponent[4] & 0x07); in parse() local
503 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()