Searched refs:_GetPaletteColors (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/shared/
H A DColorQuantizer.h68 void _GetPaletteColors(Node* node, RGBA* table,
/haiku/src/kits/shared/
H A DColorQuantizer.cpp116 _GetPaletteColors(fTree, tmpPalette, &index, sums);
142 _GetPaletteColors(fTree, table, &index, NULL);
258 BColorQuantizer::_GetPaletteColors(Node* node, RGBA* table, uint32* _index, function in class:BColorQuantizer
275 _GetPaletteColors(node->child[i], table, _index, sums);

Completed in 85 milliseconds