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

/haiku/src/kits/shared/
H A DColorQuantizer.cpp57 fLeafCount(0),
90 _AddColor(&fTree, r, g, b, 0, fBitsPerColor, 0, &fLeafCount,
93 while (fLeafCount > fMaxColors)
94 _ReduceTree(fBitsPerColor, &fLeafCount, fReducibleNodes);
105 return fLeafCount;
117 if (fLeafCount > fOutputMaxColors) {
119 uint32 a = (j * fLeafCount) / fOutputMaxColors;
120 uint32 b = ((j + 1) * fLeafCount) / fOutputMaxColors;
139 memcpy(table, tmpPalette, fLeafCount * sizeof(RGBA));
/haiku/headers/private/shared/
H A DColorQuantizer.h73 uint32 fLeafCount; member in class:BPrivate::BColorQuantizer

Completed in 98 milliseconds