Home
last modified time | relevance | path

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

/haiku/src/kits/shared/
H A DColorQuantizer.cpp115 RGBA tmpPalette[16]; in GetColorTable() local
116 _GetPaletteColors(fTree, tmpPalette, &index, sums); in GetColorTable()
127 nr += tmpPalette[k].r * sums[k]; in GetColorTable()
128 ng += tmpPalette[k].g * sums[k]; in GetColorTable()
129 nb += tmpPalette[k].b * sums[k]; in GetColorTable()
130 na += tmpPalette[k].a * sums[k]; in GetColorTable()
139 memcpy(table, tmpPalette, fLeafCount * sizeof(RGBA)); in GetColorTable()