| /xsrc/external/mit/ctwm/dist/ |
| workspace_config.c | 77 ws->cp.shadd = Scr->Black; 89 GetColor(Scr->Monochrome, &(ws->backcp.back), "Black"); 143 ws->curBorderColor = Scr->Black; 145 ws->curColors.fore = Scr->Black; 185 ws->defBorderColor = Scr->Black; 187 ws->defColors.fore = Scr->Black;
|
| functions_win.c | 475 attributes.background_pixel = Scr->Black; 493 0, 0, 9999, 9999, 0, Scr->Black, Scr->Black); 496 0, 0, 9999, 9999, 0, Scr->Black, Scr->Black);
|
| gc.c | 105 gcv.foreground = Scr->Black;
|
| cursor.c | 156 fore.pixel = Scr->Black; 187 XColor black, white; local 196 black.pixel = Scr->Black; 197 XQueryColor(dpy, cmap, &black); 219 cursor = XCreatePixmapCursor(dpy, bitmap, None, &black, &white, 0, 0);
|
| drawing.c | 94 XSetForeground(dpy, Scr->BorderGC, Scr->Black); 106 XSetForeground(dpy, Scr->BorderGC, ((state == on) ? Scr->White : Scr->Black));
|
| mask_screen.c | 40 XColor black; local 48 attributes.background_pixel = Scr->Black; 64 .fore = Scr->Black, 73 black.red = 0; 74 black.green = 0; 75 black.blue = 0; 76 XAllocColor(dpy, Scr->WelcomeCmap, &black); 112 XSetWindowBackground(dpy, Scr->WindowMask, black.pixel);
|
| ctwm_main.c | 549 GetColor(Scr->Monochrome, &(Scr->Black), "black"); 552 Scr->MenuShadowColor = Scr->Black; 553 Scr->IconBorderColor = Scr->Black; 554 Scr->IconManagerHighlight = Scr->Black; 556 #define SETFB(fld) Scr->fld.fore = Scr->Black; Scr->fld.back = Scr->White;
|
| occupation.c | 623 occwin->cp.shadd = Scr->Black; 696 1, Scr->Black, occwin->cp.back); 726 0, Scr->Black, ws->cp.back); 759 Scr->Black, occupyButtoncp.back); 764 Scr->Black, occupyButtoncp.back); 769 Scr->Black, occupyButtoncp.back);
|
| windowbox.c | 65 win = XCreateSimpleWindow(dpy, Scr->Root, x, y, w, h, 0, Scr->Black,
|
| screen.h | 711 Pixel Black; ///< Stash of "Black" X color for the screen
|
| vscreen.c | 77 attributes.background_pixel = Scr->Black;
|
| iconmgr.c | 144 Scr->Black, background); 815 attributes.border_pixel = Scr->Black;
|
| workspace_manager.c | 392 Scr->Black, Scr->workSpaceMgr.cp.back); 418 0, Scr->Black, ws->cp.back); 2177 Scr->Black, cp.back);
|
| /xsrc/external/mit/xgc/dist/ |
| constants.h | 24 #define Black BlackPixel(X.dpy,0)
|
| main.c | 430 tile_height,Black,White,
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| spectex.c | 33 static GLfloat Black[4] = {0.0, 0.0, 0.0, 1.0}; 77 glLightfv(GL_LIGHT0, GL_DIFFUSE, Black); /* disable diffuse */ 88 glLightfv(GL_LIGHT0, GL_SPECULAR, Black); /* disable specular */ 98 glLightfv(GL_LIGHT0, GL_SPECULAR, Black); /* disable specular */ 107 glLightfv(GL_LIGHT0, GL_DIFFUSE, Black); /* disable diffuse */ 184 glLightModelfv(GL_LIGHT_MODEL_AMBIENT, Black);
|
| gloss.c | 53 static GLfloat Black[4] = { 0, 0, 0, 0 }; 100 glMaterialfv(GL_FRONT, GL_SPECULAR, Black); 109 glMaterialfv(GL_FRONT, GL_DIFFUSE, Black); 366 glLightfv(GL_LIGHT0, GL_AMBIENT, Black); 371 glMaterialfv(GL_FRONT, GL_AMBIENT, Black);
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| xdemo.c | 22 static GLint Black, Red, Green, Blue; 77 Black = Red = Green = Blue = 0; 95 printf("Couldn't allocate black!\n"); 98 Black = xcolor.pixel; 269 glClearIndex( Black );
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/ |
| dmxwininfo.c | 237 Black = Red = Green = Blue = 0; 255 printf("Couldn't allocate black!\n"); 258 Black = xcolor.pixel; 429 glClearIndex( Black );
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/ |
| MESA_packed_depth_stencil.spec | 95 CMYK_EXT Color Cyan, Magenta, Yellow, Black components 96 CMYKA_EXT Color Cyan, Magenta, Yellow, Black, A components 181 CMYK_EXT cyan magenta yellow black
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/ |
| MESA_packed_depth_stencil.spec | 95 CMYK_EXT Color Cyan, Magenta, Yellow, Black components 96 CMYKA_EXT Color Cyan, Magenta, Yellow, Black, A components 181 CMYK_EXT cyan magenta yellow black
|
| /xsrc/external/mit/twm/dist/src/ |
| screen.h | 185 unsigned long Black;
|
| iconmgr.c | 94 1, Scr->Black, background); 417 attributes.border_pixel = Scr->Black;
|
| menus.c | 2140 attributes.background_pixel = Scr->Black; 2161 0, 0, 9999, 9999, 0, Scr->Black, 2162 Scr->Black); 2165 0, 0, 9999, 9999, 0, Scr->Black, 2166 Scr->Black);
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| 00-mesa-defaults.conf | 714 <application name="Black Mesa" executable="bms_linux">
|