Home
last modified time | relevance | path

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

/external/skia/third_party/gif/
DSkGifImageReader.cpp871 const size_t globalColors = m_globalColorMap.numColors(); in hasTransparentPixel() local
872 if (!globalColors) { in hasTransparentPixel()
882 return transparentPixel < globalColors; in hasTransparentPixel()