Searched refs:red (Results 201 - 225 of 247) sorted by relevance

12345678910

/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css522 background-color: red;
/haiku/src/apps/processcontroller/
H A DProcessController.cpp515 swap_color.red = 203;
526 idle_color.red /= 3;
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.cpp251 _colors[i].red = std::max((int)_colors[i].red - 80, 0);
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp305 run->offset, run->color.red, run->color.green, run->color.blue);
757 rtfFile << "\\red" << cit->red
H A DRTF.cpp497 if (Command *gun = colorTable->FindDefinition("red", index))
498 color.red = gun->Option();
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.cpp174 _colors[i].red = std::max((int)_colors[i].red - 80, 0);
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp223 unfilledColor.red = 256 - unfilledColor.red;
/haiku/src/apps/magnify/
H A DMagnify.cpp1118 color.red, color.green, color.blue, color.red, color.green, color.blue);
2155 c.red = (pixel >> 16) & 0xFF;
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php835 .haiku_online_error { color: red; font-weight: bold; }
/haiku/src/apps/resedit/
H A DBitmapView.cpp33 col->red = r;
/haiku/headers/libs/glut/GL/
H A Dglut.h661 GLUTAPI void GLUTAPIENTRY glutSetColor(int ndx, GLfloat red, GLfloat green, GLfloat blue);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDevice.cpp237 float red, float green, float blue)
236 SetVideoParams(float brightness, float contrast, float hue, float red, float green, float blue) argument
/haiku/src/add-ons/translators/png/
H A DPNGTranslator.cpp703 ppng[2] = c.red;
/haiku/src/libs/icon/
H A DIconRenderer.cpp176 fColor = agg::rgba8(fGammaTable.dir(c.red), fGammaTable.dir(c.green),
/haiku/src/kits/interface/
H A DMenuItem.cpp699 if (bgColor.red + bgColor.green + bgColor.blue > 128 * 3)
H A DTextView.cpp103 uint8 red; member in struct:flattened_text_run
2938 array->styles[i].red = runArray->runs[i].color.red;
2994 runArray->runs[i].color.red = array->styles[i].red;
4484 // Highlight in red the selected part
/haiku/src/apps/icon-o-matic/gui/
H A DPathListView.cpp90 if (lowColor.red + lowColor.green + lowColor.blue < 128 * 3) {
/haiku/src/bin/network/ping/
H A Dping6.c2324 struct nd_redirect *red; local
2427 red = (struct nd_redirect *)icp;
2429 if (!inet_ntop(AF_INET6, &red->nd_rd_dst, ntop_buf,
2433 if (!inet_ntop(AF_INET6, &red->nd_rd_target, ntop_buf,
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp829 fillColor.red = uint8(fillColor.red * 0.4 + base.red * 0.6);
1617 if (textcolor.red + textcolor.green + textcolor.blue >= 128 * 3)
/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.cpp721 bmppixel[2] = c.red;
1144 palHandle[2] = c.red;
/haiku/src/kits/shared/
H A DCalendarView.cpp1117 if (textColor.red + textColor.green + textColor.blue > 125 * 3)
1120 if (bgColor.red + bgColor.green + bgColor.blue > 125 * 3)
/haiku/src/libs/compat/openbsd_wlan/sys/
H A Dtree.h34 * splay trees and red-black trees.
48 * A red-black tree is a binary search tree with the node color as an
52 * - each red node (except for the root) has a black parent,
55 * Every operation on a red-black tree is bounded as O(lg n).
56 * The maximum height of a red-black tree is 2lg (n+1).
292 /* Macros that define a red-black tree */
328 #define RB_SET_BLACKRED(black, red, field) do { \
330 RB_COLOR(red, field) = RB_RED; \
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.cpp1701 return (uint32)((color.alpha << 24) | (color.red << 16)
1723 colors[j++] = palette[i].red;
/haiku/src/tests/kits/interface/balert/
H A DAlertTest.cpp28 if (left.red == right.red && left.green == right.green &&
39 return stream << "rgb_color(" << clr.red << ", " <<
/haiku/src/apps/terminal/
H A DTermView.cpp1146 bright.red = saturated_add<uint8>(bright.red, 64);
1921 index, color.red, color.green, color.blue);

Completed in 293 milliseconds

12345678910