Searched refs:localColorMap (Results 1 – 4 of 4) sorted by relevance
363 const SkGIFColorMap& localColorMap = frameContext->localColorMap(); in getColorTable() local365 if (localColorMap.isDefined()) { in getColorTable()366 return localColorMap.buildTable(&m_streamBuffer, colorType, transPix); in getColorTable()803 currentFrame->localColorMap().setNumColors(numColors); in parse()816 auto& cmap = currentFrame->localColorMap(); in parse()
243 const SkGIFColorMap& localColorMap() const { return m_localColorMap; } in localColorMap() function244 SkGIFColorMap& localColorMap() { return m_localColorMap; } in localColorMap() function