| /xsrc/external/mit/libX11/dist/src/ |
| H A D | ChGC.c | 46 if (gc->dirty & (GCFont | GCTile | GCStipple))
|
| H A D | SetFont.c | 41 gc->dirty |= GCFont;
|
| H A D | GetGCVals.c | 41 GCFont | GCSubwindowMode | GCGraphicsExposures | \ 105 if (valuemask & GCFont)
|
| H A D | CrGC.c | 139 if (dirty & GCFont) *value++ = gv->font; 261 if (mask & GCFont) 264 gc->dirty |= GCFont;
|
| H A D | CopyGC.c | 105 if (mask & GCFont)
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | gc.c | 97 {gcm |= GCFont; gcv.font = Scr->MenuFont.font->fid;}
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | SmeBSB.c | 715 XtGCMask mask = GCForeground | GCBackground | GCGraphicsExposures | GCFont; 719 entry->sme_bsb.rev_gc = XtAllocateGC(w, 0, mask_i18n, &values, GCFont, 0); 726 entry->sme_bsb.norm_gc = XtAllocateGC(w, 0, mask_i18n, &values, GCFont, 0); 740 GCFont, 0);
|
| H A D | Tip.c | 258 tip->tip.gc = XtAllocateGC(w, 0, GCForeground | GCBackground | GCFont | 259 GCGraphicsExposures, &values, GCFont, 0); 392 GCFont | GCGraphicsExposures, &values, 393 GCFont, 0);
|
| H A D | List.c | 334 lw->list.normgc = XtAllocateGC(w, 0, GCForeground, &values, GCFont, 0); 336 lw->list.normgc = XtGetGC(w, GCForeground | GCFont, &values); 341 lw->list.revgc = XtAllocateGC(w, 0, GCForeground, &values, GCFont, 0); 343 lw->list.revgc = XtGetGC(w, GCForeground | GCFont, &values); 353 &values, GCFont, 0); 355 lw->list.graygc = XtGetGC(w, GCFont | GCTile | GCFillStyle, &values);
|
| H A D | Label.c | 402 &values, GCFont, 0); 405 GCForeground | GCBackground | GCFont | 431 &values, GCFont, 0); 435 GCFont | GCTile | GCFillStyle |
|
| H A D | Command.c | 239 GCCapStyle, &values, GCFont, 0)); 242 GCForeground | GCBackground | GCFont | GCLineWidth |
|
| /xsrc/external/mit/x11perf/dist/ |
| H A D | do_text.c | 66 XChangeGC(xp->d, xp->fggc, GCFont, &gcv); 67 XChangeGC(xp->d, xp->bggc, GCFont, &gcv); 164 XChangeGC(xp->d, xp->fggc, GCFont, &gcv); 165 XChangeGC(xp->d, xp->bggc, GCFont, &gcv);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | glyphcurs.c | 121 ChangeGC(NullClient, pGC, GCFunction | GCForeground | GCFont, gcval);
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | glyphcurs.c | 116 ChangeGC(NullClient, pGC, GCFunction | GCForeground | GCFont, gcval);
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | GCManager.c | 99 GCFont | GCSubwindowMode | GCGraphicsExposures | \ 123 CHECK(GCFont, font, ~0UL);
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | cachedGCs.c | 325 mask = (GCForeground | GCBackground | GCFont); 330 mask &= (XtGCMask) ~ GCFont; 407 XtGCMask mask = (GCForeground | GCBackground | GCFont); 516 me->mask |= GCFont; 561 me->mask &= (unsigned) ~(GCFont | GC_CSet); 587 if (!(me->mask & GCFont))
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxgc.c | 256 if (mask & GCFont) { 262 mask &= ~GCFont;
|
| /xsrc/external/mit/xfontsel/dist/ |
| H A D | ULabel.c | 388 &values, GCFont, 0 ); 392 (unsigned) GCForeground | GCBackground | GCFont | GCGraphicsExposures, 417 &values, GCFont, 0); 421 GCFont | GCTile | GCFillStyle |
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | GC.c | 144 if (mask & GCFont)
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | X.h | 578 #define GCFont (1L<<14) macro
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | ctwm.h | 117 XChangeGC(dpy, Scr->NormalGC, GCFont|GCForeground|GCBackground,&Gcv)
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | xuserotfont.c | 266 valuemask = GCForeground | GCBackground | GCFont;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | glx_usefont.c | 285 valuemask = GCForeground | GCBackground | GCFont;
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | xfont.c | 296 valuemask = GCForeground | GCBackground | GCFont;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | xfonts.c | 283 valuemask = GCForeground | GCBackground | GCFont;
|