Home
last modified time | relevance | path

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

/external/skia/third_party/gif/
DSkGifImageReader.cpp316 sk_sp<SkColorTable> SkGIFColorMap::buildTable(SkStreamBuffer* streamBuffer, SkColorType colorType, in buildTable() function in SkGIFColorMap
366 return localColorMap.buildTable(&m_streamBuffer, colorType, transPix); in getColorTable()
369 return m_globalColorMap.buildTable(&m_streamBuffer, colorType, transPix); in getColorTable()
DSkGifImageReader.h181 sk_sp<SkColorTable> buildTable(SkStreamBuffer*, SkColorType dstColorType,
/external/skqp/third_party/gif/
DSkGifImageReader.cpp316 sk_sp<SkColorTable> SkGIFColorMap::buildTable(SkStreamBuffer* streamBuffer, SkColorType colorType, in buildTable() function in SkGIFColorMap
366 return localColorMap.buildTable(&m_streamBuffer, colorType, transPix); in getColorTable()
369 return m_globalColorMap.buildTable(&m_streamBuffer, colorType, transPix); in getColorTable()
DSkGifImageReader.h181 sk_sp<SkColorTable> buildTable(SkStreamBuffer*, SkColorType dstColorType,
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp514 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage);
633 MatchTable MatchTable::buildTable(ArrayRef<Matcher *> Rules, in buildTable() function in __anon685cc1160111::MatchTable
4176 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()
4209 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()