Home
last modified time | relevance | path

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

/external/skia/third_party/gif/
DSkGifImageReader.cpp364 const int transPix = frameContext->transparentPixel(); in getColorTable() local
366 return localColorMap.buildTable(&m_streamBuffer, colorType, transPix); in getColorTable()
369 return m_globalColorMap.buildTable(&m_streamBuffer, colorType, transPix); in getColorTable()
764 const int transPix = m_frames.empty() ? SkGIFColorMap::kNotFound in parse() local
766 if (is_palette_index_valid(transPix)) { in parse()
/external/skqp/third_party/gif/
DSkGifImageReader.cpp364 const int transPix = frameContext->transparentPixel(); in getColorTable() local
366 return localColorMap.buildTable(&m_streamBuffer, colorType, transPix); in getColorTable()
369 return m_globalColorMap.buildTable(&m_streamBuffer, colorType, transPix); in getColorTable()
764 const int transPix = m_frames.empty() ? SkGIFColorMap::kNotFound in parse() local
766 if (is_palette_index_valid(transPix)) { in parse()