Searched refs:numColors (Results 1 - 6 of 6) sorted by path

/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.cpp101 Activity::SetColors(const rgb_color* colors, uint32 numColors) argument
104 rgb_color* colorsCopy = new rgb_color[numColors];
105 for (uint32 i = 0; i < numColors; i++)
109 fNumColors = numColors;
H A DZipOMaticActivity.h28 uint32 numColors);
/haiku/src/add-ons/translators/ico/
H A DICO.cpp188 find_rgba32_color(rgba32_color *palette, int32 numColors, rgba32_color &color) argument
191 for (int32 i = 0; i < numColors; i++) {
225 int32 numColors = 0; local
231 int32 index = find_rgba32_color(palette, numColors, color);
234 if (numColors == 256)
239 palette[numColors++] = color;
244 return numColors;
403 int32 numColors = 1 << bitsPerPixel;
413 uint8 index = find_rgba32_color(palette, numColors, color);
620 int32 numColors
723 int32 numColors = 1 << bitsPerPixel; local
[all...]
/haiku/headers/private/shared/
H A DBarberPole.h43 uint32 numColors);
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp1078 int32 scale = 1, sh, c, i, j, k, m, row, col, size, numColors, dim = 0;
1100 numColors = fColors;
1101 if (numColors == 3 && fFilters)
1102 numColors++;
1104 for (c = 0; c < numColors; c++) {
/haiku/src/kits/shared/
H A DBarberPole.cpp335 BarberPole::SetColors(const rgb_color* colors, uint32 numColors) argument
338 rgb_color* colorsCopy = new rgb_color[numColors];
339 for (uint32 i = 0; i < numColors; i++)
343 fNumColors = numColors;

Completed in 116 milliseconds