Searched refs:green (Results 126 - 150 of 237) sorted by relevance

12345678910

/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_bes.c596 ow->red.value, ow->green.value, ow->blue.value, ow->alpha.value));
598 ow->red.mask, ow->green.mask, ow->blue.mask, ow->alpha.mask));
744 DXIW(COLKEY0GREEN, (ow->green.value & ow->green.mask));
750 DXIW(COLMSK0GREEN, ow->green.mask);
/haiku/src/add-ons/translators/tiff/
H A DTIFFTranslator.cpp754 uint16 green[256]; local
759 green[i] = map->color_list[i].green * 256 + map->color_list[i].green;
762 TIFFSetField(tif, TIFFTAG_COLORMAP, &red, &green, &blue);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorField.cpp307 RGB_to_HSV(color.red / 255.0, color.green / 255.0, color.blue / 255.0,
317 fMarkerPosition = BPoint(color.green / 255.0 * width,
328 (255.0 - color.green) / 255.0 * height);
H A DColorPickerView.cpp46 g((float)color.green / 255.0),
376 g = (float)color.green / 255;
402 color.green = (uint8)round(g * 255.0);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/
H A DSonixCamDevice.h81 virtual status_t SetVideoParams(float brightness, float contrast, float hue, float red, float green, float blue);
/haiku/src/add-ons/translators/ico/
H A DICO.cpp183 return ((color.blue >> 3) << 11) | ((color.green >> 2) << 5) | (color.red >> 3);
344 outRowData[x].green = ((color >> 5) & 0x3f) << 3;
351 outRowData[x].green = line[x * 3 + 1];
440 xorRowData[x * 3 + 1] = color.green;
/haiku/src/libs/print/libprint/
H A DValidRect.cpp48 return pixel->red == 0xff && pixel->green == 0xff && pixel->blue == 0xff;
/haiku/src/tests/add-ons/opengl/fake_renderer/
H A DFakeRenderer.cpp176 *p++ = fDrawColor.green;
/haiku/src/tests/servers/app/drawing_debugger/
H A DDrawingDebugger.cpp73 result.green = (system_time() >> 8) % 256;
/haiku/src/tests/servers/app/following/
H A Dmain.cpp31 color.green = rand() / 256;
/haiku/src/preferences/time/
H A DTimeZoneListItem.cpp160 if (textColor.red + textColor.green + textColor.blue > 128 * 3)
/haiku/src/bin/
H A DWindowShade.cpp123 color.green = g;
/haiku/headers/os/interface/
H A DColorControl.h138 int32 c = (color.red << 24) + (color.green << 16) + (color.blue << 8);
/haiku/src/kits/interface/
H A DPrivateScreen.cpp288 BPrivateScreen::IndexForColor(uint8 red, uint8 green, uint8 blue, uint8 alpha) argument
292 && green == B_TRANSPARENT_COLOR.green
297 uint16 index = ((red & 0xf8) << 7) | ((green & 0xf8) << 2) | (blue >> 3);
/haiku/src/tests/kits/game/ParticlesII/
H A DparticlesII.cpp202 c1.green = j*4;
209 c1.green = 0;
216 c1.green = j*4;
223 c1.green = 0;
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.cpp165 rgb_color green = (rgb_color){ 0, 255, 0, 255 }; local
167 green = tint_color(color, B_DARKEN_1_TINT);
195 gradient.AddColor(tint_color(green, B_LIGHTEN_1_TINT), 0);
196 gradient.AddColor(tint_color(green, B_DARKEN_1_TINT), 255.0);
/haiku/src/apps/icon-o-matic/gui/
H A DIconObjectListView.cpp71 if (lowColor.red + lowColor.green + lowColor.blue > 128 * 3)
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.cpp261 if (color.red == color.green && color.red == color.blue) {
288 || !buffer.Write(color.green)
667 if (step->color.red != step->color.green
710 || !buffer.Write(step->color.green)
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp361 handle[1] = c.green;
388 handle[1] = c.green;
614 handle[1] = c.green;
1451 color.green / 255.0,
1455 color.green / 255.0,
1460 color.green / 255.0,
1464 color.green / 255.0,
1468 color.green / 255.0,
H A DPainter.h325 color.green = g;
337 color.green = g;
/haiku/src/tests/servers/app/playground/
H A DObjectView.cpp476 color.green != fColor.green ||
/haiku/src/tools/translation/stxtinfo/
H A Dstxtinfo.cpp75 uint8 green; member in struct:Style
101 static_cast<unsigned int>(style.green),
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGExporter.cpp420 stop->color.green,
489 style->Color().green,
/haiku/src/add-ons/accelerants/radeon/
H A Doverlay.c276 uint32 space, uint8 red, uint8 green, uint8 blue )
290 ((uint32)(green >> 0) << (8+3)) |
296 ((uint32)(green >> 0) << (8+2)) |
301 res = ((uint32)(red) << 16) | ((uint32)(green) << 8) | blue;
321 ow->red.value, ow->green.value, ow->blue.value,
322 ow->red.mask, ow->green.mask, ow->blue.mask );*/
326 ow->red.value, ow->green.value, ow->blue.value );
328 ow->red.mask, ow->green.mask, ow->blue.mask );
275 colourKey2RGB32( uint32 space, uint8 red, uint8 green, uint8 blue ) argument
/haiku/src/apps/showimage/
H A DFilter.cpp830 color.green = Limit(srcData[1] + error[1] / 16);
840 err[1] = color.green - actualColor.green;
881 color.green = Limit(srcData[1] + error[1] / 16);
891 err[1] = color.green - actualColor.green;

Completed in 668 milliseconds

12345678910