Searched refs:localColorMap (Results 1 – 2 of 2) sorted by relevance
393 const SkGIFColorMap& localColorMap = frameContext->localColorMap(); in getColorTable() local395 if (localColorMap.isDefined()) { in getColorTable()396 return localColorMap.buildTable(&m_streamBuffer, colorType, transPix); in getColorTable()833 currentFrame->localColorMap().setNumColors(numColors); in parse()846 auto& cmap = currentFrame->localColorMap(); in parse()
245 const SkGIFColorMap& localColorMap() const { return m_localColorMap; } in localColorMap() function246 SkGIFColorMap& localColorMap() { return m_localColorMap; } in localColorMap() function