Searched refs:GCLineWidth (Results 1 - 25 of 43) sorted by relevance
12
| /xsrc/external/mit/twm/dist/src/ |
| H A D | gc.c | 87 gcm |= GCLineWidth; gcv.line_width = 0; 109 gcm |= GCLineWidth; gcv.line_width = 0;
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | SetLStyle.c | 46 gc->dirty |= GCLineWidth;
|
| H A D | GetGCVals.c | 37 GCBackground | GCLineWidth | GCLineStyle | \ 75 if (valuemask & GCLineWidth)
|
| H A D | CrGC.c | 129 if (dirty & GCLineWidth) *value++ = gv->line_width; 195 if (mask & GCLineWidth) 198 gc->dirty |= GCLineWidth;
|
| H A D | CopyGC.c | 72 if (mask & GCLineWidth)
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | gc.c | 63 gcm |= GCLineWidth; 90 gcm |= GCLineWidth;
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | ShapeWidg.c | 130 GCForeground | GCBackground | GCLineWidth | GCCapStyle, 154 XChangeGC(dpy, gc, GCLineWidth | GCForeground, &values); 209 mask = GCForeground | GCLineWidth;
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | SmeLine.c | 184 XtGCMask mask = GCForeground | GCGraphicsExposures | GCLineWidth;
|
| H A D | Command.c | 238 GCForeground | GCBackground | GCLineWidth | 242 GCForeground | GCBackground | GCFont | GCLineWidth |
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | basic-lines.c | 75 GCLineWidth |
|
| H A D | DrawSegments.c | 74 GCLineWidth |
|
| H A D | basic-rectangle.c | 19 gc = XCreateGC(t->dpy, d, GCForeground | GCFunction | GCLineWidth, &val);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | basic-lines.c | 75 GCLineWidth |
|
| H A D | DrawSegments.c | 74 GCLineWidth |
|
| H A D | basic-rectangle.c | 19 gc = XCreateGC(t->dpy, d, GCForeground | GCFunction | GCLineWidth, &val);
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | GCManager.c | 95 GCBackground | GCLineWidth | GCLineStyle | \ 125 CHECK(GCLineWidth, line_width, 0);
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | GC.c | 110 if (mask & GCLineWidth)
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | X.h | 568 #define GCLineWidth (1L<<4) macro
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | texture_from_pixmap.c | 574 GCFunction | GCForeground | GCLineWidth | GCLineStyle | GCFillStyle, 578 GCFunction | GCForeground | GCLineWidth | GCLineStyle | GCFillStyle,
|
| /xsrc/external/mit/xgc/dist/ |
| H A D | interpret.c | 203 XChangeGC(X.dpy,X.gc,GCLineWidth,&X.gcv);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | GC.c | 111 if (mask & GCLineWidth)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxgc.c | 236 if (mask & GCLineWidth) v.line_width = pGC->lineWidth;
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | gc.c | 175 case GCLineWidth: /* ??? line width is a CARD16 */ 638 case GCLineWidth:
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | gc.c | 172 case GCLineWidth: /* ??? line width is a CARD16 */ 644 case GCLineWidth:
|
| /xsrc/external/mit/xclock/dist/ |
| H A D | Clock.c | 568 valuemask = GCForeground | GCBackground | GCFont | GCLineWidth; 702 valuemask = GCForeground | GCLineWidth | GCGraphicsExposures; 2040 valuemask = GCForeground | GCBackground | GCFont | GCLineWidth; 2051 valuemask = GCForeground | GCLineWidth; 2069 valuemask = GCForeground | GCLineWidth | GCGraphicsExposures;
|
Completed in 20 milliseconds
12