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

/haiku/headers/private/shared/
H A DColorQuantizer.h75 uint32 fMaxColors; member in class:BPrivate::BColorQuantizer
/haiku/src/kits/shared/
H A DColorQuantizer.cpp58 fMaxColors(maxColors),
66 if (fMaxColors < 16)
67 fMaxColors = 16;
93 while (fLeafCount > fMaxColors)

Completed in 41 milliseconds