Home
last modified time | relevance | path

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

/haiku/headers/private/shared/
H A DColorQuantizer.h64 void _ReduceTree(uint32 bitsPerColor, uint32* _leafCount,
/haiku/src/kits/shared/
H A DColorQuantizer.cpp94 _ReduceTree(fBitsPerColor, &fLeafCount, fReducibleNodes); in ProcessImage()
202 BColorQuantizer::_ReduceTree(uint32 bitsPerColor, uint32* _leafCount, in _ReduceTree() function in BColorQuantizer