Home
last modified time | relevance | path

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

/external/skia/third_party/gif/
DSkGifImageReader.cpp339 const uint8_t* srcColormap = rawData->bytes(); in buildTable() local
345 colorStorage[i] = proc(255, srcColormap[0], srcColormap[1], srcColormap[2]); in buildTable()
347 srcColormap += SK_BYTES_PER_COLORMAP_ENTRY; in buildTable()
/external/skqp/third_party/gif/
DSkGifImageReader.cpp339 const uint8_t* srcColormap = rawData->bytes(); in buildTable() local
345 colorStorage[i] = proc(255, srcColormap[0], srcColormap[1], srcColormap[2]); in buildTable()
347 srcColormap += SK_BYTES_PER_COLORMAP_ENTRY; in buildTable()