Searched refs:white (Results 1 - 23 of 23) sorted by relevance

/haiku/src/apps/glteapot/
H A Dglob.h6 extern float white[3];
H A DObjectView.cpp38 float white[3] = {1.0, 1.0, 1.0}; variable
65 {dimWhite, white, white},
H A DGLObject.cpp34 float *colors[] = {NULL, white, yellow, blue, red, green};
/haiku/src/apps/terminal/
H A DColors.h25 rgb_color white; member in struct:ansi_color_scheme
H A DColors.cpp44 && white == scheme.white;
H A DPrefHandler.cpp305 scheme->ansi_colors.white = getRGB(PREF_ANSI_WHITE_COLOR);
313 scheme->ansi_colors_h.white = getRGB(PREF_ANSI_WHITE_HCOLOR);
H A DThemeView.cpp54 B_TRANSLATE_MARK("ANSI white color"),
62 B_TRANSLATE_MARK("ANSI bright white color"),
144 B_TRANSLATE("white"),
421 pref->setRGB(PREF_ANSI_WHITE_COLOR, scheme->ansi_colors.white);
429 pref->setRGB(PREF_ANSI_WHITE_HCOLOR, scheme->ansi_colors_h.white);
/haiku/src/apps/haiku3d/
H A DRenderView.cpp120 float white[3] = {1.0, 1.0, 1.0}; local
123 glLightfv(GL_LIGHT0, GL_SPECULAR, white);
124 glLightfv(GL_LIGHT0, GL_DIFFUSE, white);
125 glLightfv(GL_LIGHT0, GL_AMBIENT, white);
/haiku/src/apps/cortex/ValControl/
H A DValControlSegment.cpp160 rgb_color white = {255,255,255,255}; local
165 SetLowColor(white);
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp8 rgb_color white = {255,255,255,255}; variable
81 (panel->alerts_displayed++ % 2 == 0) ? white : notwhite);
/haiku/src/servers/app/
H A DCursorSet.cpp390 const uint32 white = 0xffffffff; local
413 bitmapPosition[x] = ((cursorFlip & bit) != 0 ? black : white)
H A DWorkspacesView.cpp202 rgb_color white = (rgb_color){ 255, 255, 255, 255 }; local
214 _DarkenColor(white);
253 drawingEngine->FillRect(fillFrame, white);
270 rgb_color textColor = tint_color(white, B_DARKEN_4_TINT);
272 drawingEngine->SetLowColor(white);
/haiku/src/apps/soundrecorder/
H A DTrackSlider.cpp135 rgb_color white = {255,255,255}; local
154 BPoint(counterX-halfwidth-4,SLIDER_BASE-9), white);
156 BPoint(counterX+halfwidth+4,SLIDER_BASE-9), white);
197 rgb_color white = {255,255,255}; local
238 SLIDER_BASE+18), white);
/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css67 white-space:pre;
/haiku/src/preferences/printers/
H A DTestPageView.cpp225 rgb_color white = make_color(255, 255, 255); local
226 gradient.AddColor(white, 0.0);
/haiku/src/kits/interface/
H A DColorControl.cpp475 rgb_color white = { 255, 255, 255, 255 }; local
484 white.red = white.green = white.blue = 70;
486 _DrawColorRamp(_RampFrame(0), target, white, compColor, 0, false,
H A DHaikuControlLook.cpp3686 uint8 white = uint8(255 * brightness); local
3688 edgeLightColor = (rgb_color){ white, white, white, alpha };
/haiku/src/apps/resedit/
H A DResView.cpp76 rgb_color white = { 255, 255, 255, 255 }; local
77 fListView->SetColor(B_COLOR_BACKGROUND, white);
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Rasterizer.cpp395 ColorRGB32Little white = {255, 255, 255, 0}; local
404 fprintf(stderr, "white row\n");
405 fill(row, width, white);
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php831 .haiku_online_form { color: white; }
833 .haiku_online_out { color: white; }
/haiku/src/apps/deskbar/
H A DSwitcher.cpp1343 rgb_color white = {255, 255, 255, 255}; local
1351 white = make_color(200, 200, 200, 255);
1373 BPoint(center - kWedge, box.bottom + 1), white);
1375 box.RightBottom() + BPoint(1, 1), white);
1380 white);
1389 + BPoint(kWedge - 1, kWedge - 1), white);
1404 point + BPoint(1, 0) + BPoint(kWedge - 1, -(kWedge - 1)), white);
/haiku/src/libs/print/libprint/
H A DPreview.cpp731 const rgb_color white = { 255, 255, 255, 255 }; local
733 SetHighColor(white);
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp979 fprintf(stderr, "Cannot use camera white balance.\n");
2085 float white = 0, r;
2088 // 99th percentile white point
2099 if (white < val)
2100 white = val;
2103 white *= 8 / fBrightness;
2106 r = i / white;
3067 case 34306: // Leaf white balance

Completed in 152 milliseconds