Searched refs:GCFont (Results 1 - 25 of 48) sorted by relevance

12

/xsrc/external/mit/libX11/dist/src/
H A DChGC.c46 if (gc->dirty & (GCFont | GCTile | GCStipple))
H A DSetFont.c41 gc->dirty |= GCFont;
H A DGetGCVals.c41 GCFont | GCSubwindowMode | GCGraphicsExposures | \
105 if (valuemask & GCFont)
H A DCrGC.c139 if (dirty & GCFont) *value++ = gv->font;
261 if (mask & GCFont)
264 gc->dirty |= GCFont;
H A DCopyGC.c105 if (mask & GCFont)
/xsrc/external/mit/twm/dist/src/
H A Dgc.c97 {gcm |= GCFont; gcv.font = Scr->MenuFont.font->fid;}
/xsrc/external/mit/libXaw/dist/src/
H A DSmeBSB.c715 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 DTip.c258 tip->tip.gc = XtAllocateGC(w, 0, GCForeground | GCBackground | GCFont |
259 GCGraphicsExposures, &values, GCFont, 0);
392 GCFont | GCGraphicsExposures, &values,
393 GCFont, 0);
H A DList.c334 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 DLabel.c402 &values, GCFont, 0);
405 GCForeground | GCBackground | GCFont |
431 &values, GCFont, 0);
435 GCFont | GCTile | GCFillStyle |
H A DCommand.c239 GCCapStyle, &values, GCFont, 0));
242 GCForeground | GCBackground | GCFont | GCLineWidth |
/xsrc/external/mit/x11perf/dist/
H A Ddo_text.c66 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 Dglyphcurs.c121 ChangeGC(NullClient, pGC, GCFunction | GCForeground | GCFont, gcval);
/xsrc/external/mit/xorg-server/dist/dix/
H A Dglyphcurs.c116 ChangeGC(NullClient, pGC, GCFunction | GCForeground | GCFont, gcval);
/xsrc/external/mit/libXt/dist/src/
H A DGCManager.c99 GCFont | GCSubwindowMode | GCGraphicsExposures | \
123 CHECK(GCFont, font, ~0UL);
/xsrc/external/mit/xterm/dist/
H A DcachedGCs.c325 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 Ddmxgc.c256 if (mask & GCFont) {
262 mask &= ~GCFont;
/xsrc/external/mit/xfontsel/dist/
H A DULabel.c388 &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 DGC.c144 if (mask & GCFont)
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DX.h578 #define GCFont (1L<<14) macro
/xsrc/external/mit/ctwm/dist/
H A Dctwm.h117 XChangeGC(dpy, Scr->NormalGC, GCFont|GCForeground|GCBackground,&Gcv)
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dxuserotfont.c266 valuemask = GCForeground | GCBackground | GCFont;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c285 valuemask = GCForeground | GCBackground | GCFont;
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dxfont.c296 valuemask = GCForeground | GCBackground | GCFont;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dxfonts.c283 valuemask = GCForeground | GCBackground | GCFont;

Completed in 19 milliseconds

12