Home
last modified time | relevance | path

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

/haiku/src/kits/shared/
H A DColorQuantizer.cpp49 uint32 sumA; // Sum of alpha components member
168 (*_node)->sumA += a; in _AddColor()
217 uint32 sumA = 0; in _ReduceTree() local
225 sumA += node->child[i]->sumA; in _ReduceTree()
239 node->sumA = sumA; in _ReduceTree()
268 table[*_index].a = clip((float)node->sumA / node->pixelCount); in _GetPaletteColors()