Searched refs:color_count (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/translators/ico/
H A DICO.h38 uint8 color_count; member in struct:ICO::ico_dir_entry
H A DICO.cpp542 TRACE(("width: %d, height: %d, planes: %d, color_count: %d, bits_per_pixel: %d, size: %ld, offset: %ld\n",
543 entry.width, entry.height, entry.planes, entry.color_count, entry.bits_per_pixel,
739 entry.color_count = 0;
741 entry.color_count = numColors;
/haiku/src/tests/kits/game/chart/
H A DChartWindow.h283 void SetStarColors(int32 *color_list, int32 color_count);
H A DChartWindow.cpp1432 int32 i, color_count, old_step; local
1489 color_count = 0;
1492 color_index[color_count++] = i;
1494 if (color_count == 0)
1495 color_index[color_count++] = 6;
1497 SetStarColors(color_index, color_count);
1938 ChartWindow::SetStarColors(int32 *color_list, int32 color_count) argument
1946 if (index >= color_count)
1952 if (index >= color_count)

Completed in 171 milliseconds