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

/haiku/src/kits/shared/
H A DColorQuantizer.cpp59 fOutputMaxColors(maxColors),
113 if (fOutputMaxColors < 16) {
117 if (fLeafCount > fOutputMaxColors) {
118 for (uint32 j = 0; j < fOutputMaxColors; j++) {
119 uint32 a = (j * fLeafCount) / fOutputMaxColors;
120 uint32 b = ((j + 1) * fLeafCount) / fOutputMaxColors;
/haiku/headers/private/shared/
H A DColorQuantizer.h76 uint32 fOutputMaxColors; member in class:BPrivate::BColorQuantizer

Completed in 41 milliseconds