Home
last modified time | relevance | path

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

/haiku/src/add-ons/translators/gif/
H A DSavePalette.cpp342 int unique_colors = hash.CountItems(); in SavePalette() local
343 while (((1 << fSizeInBits) < unique_colors) in SavePalette()
359 for (int i = 0; i < unique_colors; i++) { in SavePalette()