| /xsrc/external/mit/libX11/dist/src/ |
| H A D | SetFore.c | 36 unsigned long foreground) /* CARD32 */ 39 if (gc->values.foreground != foreground) { 40 gc->values.foreground = foreground; 33 XSetForeground(register Display * dpy,GC gc,unsigned long foreground) argument
|
| H A D | RecolorC.c | 36 XColor *foreground, 44 req->foreRed = foreground->red; 45 req->foreGreen = foreground->green; 46 req->foreBlue = foreground->blue; 33 XRecolorCursor(register Display * dpy,Cursor cursor,XColor * foreground,XColor * background) argument
|
| H A D | SetState.c | 36 unsigned long foreground, 53 if (foreground != gv->foreground) { 54 gv->foreground = foreground; 33 XSetState(register Display * dpy,GC gc,unsigned long foreground,unsigned long background,int function,unsigned long planemask) argument
|
| H A D | Cursor.c | 31 static XColor _Xconst foreground = { 0, 0, 0, 0 }; /* black */ variable in typeref:typename:XColor _Xconst 51 which, which + 1, &foreground, &background);
|
| H A D | CrCursor.c | 37 XColor *foreground, 47 XColor *foreground, 58 foreground, background, x, y); 67 req->foreRed = foreground->red; 68 req->foreGreen = foreground->green; 69 req->foreBlue = foreground->blue; 43 XCreatePixmapCursor(register Display * dpy,Pixmap source,Pixmap mask,XColor * foreground,XColor * background,unsigned int x,unsigned int y) argument
|
| H A D | CrGlCur.c | 93 XColor *foreground, 103 XColor _Xconst *foreground, 135 XColor _Xconst *foreground, 143 foreground, background); 176 XColor *foreground, 185 return (*func) (dpy, source, mask, foreground, background, x, y); 196 XColor _Xconst *foreground, 204 source_char, mask_char, foreground, background); 215 req->foreRed = foreground->red; 216 req->foreGreen = foreground 130 _XTryShapeCursor(Display * dpy,Font source_font,Font mask_font,unsigned int source_char,unsigned int mask_char,XColor _Xconst * foreground,XColor _Xconst * background) argument 173 _XTryShapeBitmapCursor(Display * dpy,Pixmap source,Pixmap mask,XColor * foreground,XColor * background,unsigned int x,unsigned int y) argument 190 XCreateGlyphCursor(register Display * dpy,Font source_font,Font mask_font,unsigned int source_char,unsigned int mask_char,XColor _Xconst * foreground,XColor _Xconst * background) argument [all...] |
| H A D | Cr.h | 24 XColor *foreground,
|
| H A D | CrPFBData.c | 63 .foreground = fg,
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | workspace_config.h | 8 const char *background, const char *foreground, 12 const char *background, const char *foreground, 15 const char *background, const char *foreground,
|
| H A D | workspace_config.c | 29 * "One" { name background foreground backback backfore "backpix.jpg" } 36 AddWorkSpace(const char *name, const char *background, const char *foreground, argument 67 if(foreground == NULL) { 71 GetColor(Scr->Monochrome, &(ws->cp.fore), foreground); 137 const char *background, const char *foreground, 157 if(foreground == NULL) { 160 GetColor(Scr->Monochrome, &ws->curColors.fore, foreground); 179 const char *background, const char *foreground, 198 if(foreground == NULL) { 201 GetColor(Scr->Monochrome, &ws->defColors.fore, foreground); 136 WMapCreateCurrentBackGround(const char * border,const char * background,const char * foreground,const char * pixmap) argument 178 WMapCreateDefaultBackGround(const char * border,const char * background,const char * foreground,const char * pixmap) argument [all...] |
| H A D | gc.c | 66 gcv.foreground = Scr->XORvalue; 74 gcv.foreground = Scr->MenuC.fore; 105 gcv.foreground = Scr->Black;
|
| /xsrc/external/mit/x11perf/dist/ |
| H A D | do_valgc.c | 37 xp->d, xp->w, 10, 10, 10, 10, 1, xp->foreground, xp->background); 39 xp->d, xp->w, 30, 30, 10, 10, 1, xp->foreground, xp->background); 50 gcv.foreground = xp->foreground; 54 gcv.foreground = xp->background; 58 gcv.foreground = xp->background; 62 gcv.foreground = xp->foreground;
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | GrayPixmap.c | 61 Pixel foreground, background; member in struct:_PixmapCache 96 if (cachePtr->screen == screen && cachePtr->foreground == fore && 108 cachePtr->foreground = fore;
|
| H A D | CrPixFBit.c | 66 xgcv.foreground = fore;
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | SmeLineP.h | 54 Pixel foreground; /* Foreground color */ member in struct:__anon356c957d0108
|
| H A D | ScrollbarP.h | 56 Pixel foreground; /* thumb foreground color */ member in struct:__anon53ffbbd40108
|
| H A D | SmeBSBP.h | 59 Pixel foreground; /* foreground color */ member in struct:__anon3df996ec0108
|
| H A D | TipP.h | 50 Pixel foreground; member in struct:_TipPart
|
| /xsrc/external/mit/xkbutils/dist/ |
| H A D | LEDP.h | 50 Pixel foreground; member in struct:__anon93db67f90208
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | gc.c | 88 gcm |= GCForeground; gcv.foreground = Scr->XORvalue; 94 gcm |= GCForeground; gcv.foreground = Scr->MenuC.fore;
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | Command.c | 226 .foreground = fg, 268 cbw->command.normal_GC = Get_GC(cbw, cbw->label.foreground, 271 cbw->label.foreground); 321 xaw->label.foreground); ++num_args; 525 Pixel foreground, background; local in function:XawCommandSetValues 527 foreground = oldcbw->label.foreground; 531 background = cbw->label.foreground; 533 foreground = cbw->core.background_pixel; 535 cbw->label.foreground [all...] |
| /xsrc/external/mit/libXpm/dist/src/ |
| H A D | CrPFrI.c | 59 values.foreground = 1;
|
| /xsrc/external/mit/xfontsel/dist/ |
| H A D | ULabelP.h | 82 Pixel foreground; member in struct:__anonb61506760208
|
| /xsrc/external/mit/xman/dist/ |
| H A D | ScrollByLP.h | 61 Pixel foreground; /* The color for the foreground of the text. */ member in struct:_ScrollByLinePart
|
| /xsrc/external/mit/libXaw/dist/examples/ |
| H A D | simple.c | 27 values.foreground = 0xcf00fe; //purple 29 values.foreground = 0x00ff00; //green
|