Searched refs:tmpPalette (Results 1 – 1 of 1) sorted by relevance
115 RGBA tmpPalette[16]; in GetColorTable() local116 _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()