| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| spectex.c | 13 * 3. Redraw the surface with a matte white material and only the 34 static GLfloat White[4] = {1.0, 1.0, 1.0, 1.0}; 67 glLightfv(GL_LIGHT0, GL_DIFFUSE, White); /* enable diffuse */ 68 glLightfv(GL_LIGHT0, GL_SPECULAR, White); /* enable specular */ 78 glLightfv(GL_LIGHT0, GL_SPECULAR, White); /* enable specular */ 87 glLightfv(GL_LIGHT0, GL_DIFFUSE, White); /* enable diffuse */ 97 glLightfv(GL_LIGHT0, GL_DIFFUSE, White); /* enable diffuse */ 108 glLightfv(GL_LIGHT0, GL_SPECULAR, White); /* enable specular */ 116 glLightfv(GL_LIGHT0, GL_DIFFUSE, White); /* enable diffuse */ 117 glLightfv(GL_LIGHT0, GL_SPECULAR, White); /* enable specular * [all...] |
| gloss.c | 54 static GLfloat White[4] = { 1, 1, 1, 1 }; 110 glMaterialfv(GL_FRONT, GL_SPECULAR, White); 367 glLightfv(GL_LIGHT0, GL_DIFFUSE, White); 368 glLightfv(GL_LIGHT0, GL_SPECULAR, White);
|
| /xsrc/external/mit/xgc/dist/ |
| constants.h | 25 #define White WhitePixel(X.dpy,0)
|
| main.c | 468 tile_height,Black,White,
|
| /xsrc/external/mit/ctwm/dist/ |
| workspace_config.c | 76 ws->cp.shadc = Scr->White; 97 GetColor(Scr->Monochrome, &(ws->backcp.fore), "White"); 144 ws->curColors.back = Scr->White; 186 ws->defColors.back = Scr->White;
|
| gc.c | 107 gcv.background = Scr->White;
|
| cursor.c | 158 back.pixel = Scr->White; 187 XColor black, white; local 198 white.pixel = Scr->White; 199 XQueryColor(dpy, cmap, &white); 219 cursor = XCreatePixmapCursor(dpy, bitmap, None, &black, &white, 0, 0);
|
| drawing.c | 97 XSetForeground(dpy, Scr->BorderGC, Scr->White); 106 XSetForeground(dpy, Scr->BorderGC, ((state == on) ? Scr->White : Scr->Black));
|
| windowbox.c | 66 Scr->White);
|
| mask_screen.c | 65 .back = Scr->White,
|
| screen.h | 712 Pixel White; ///< Stash of "White" X color for the screen
|
| ctwm_main.c | 550 GetColor(Scr->Monochrome, &(Scr->White), "white"); 556 #define SETFB(fld) Scr->fld.fore = Scr->Black; Scr->fld.back = Scr->White;
|
| occupation.c | 622 occwin->cp.shadc = Scr->White; 747 occupyButtoncp.fore = Scr->White;
|
| /xsrc/external/mit/twm/dist/src/ |
| screen.h | 186 unsigned long White;
|
| parse.c | 118 Scr->PointerBackground.pixel != Scr->White) {
|
| twm.c | 146 static unsigned long black, white; variable 491 GetColor(Scr->Monochrome, &white, "white"); 492 Scr->White = white; 703 Scr->DefaultC.back = white; 706 Scr->BorderTileC.back = white; 708 Scr->TitleC.back = white; 710 Scr->MenuC.back = white; 712 Scr->MenuTitleC.back = white; [all...] |