Searched refs:GCLineWidth (Results 1 - 25 of 43) sorted by relevance

12

/xsrc/external/mit/twm/dist/src/
H A Dgc.c87 gcm |= GCLineWidth; gcv.line_width = 0;
109 gcm |= GCLineWidth; gcv.line_width = 0;
/xsrc/external/mit/libX11/dist/src/
H A DSetLStyle.c46 gc->dirty |= GCLineWidth;
H A DGetGCVals.c37 GCBackground | GCLineWidth | GCLineStyle | \
75 if (valuemask & GCLineWidth)
H A DCrGC.c129 if (dirty & GCLineWidth) *value++ = gv->line_width;
195 if (mask & GCLineWidth)
198 gc->dirty |= GCLineWidth;
H A DCopyGC.c72 if (mask & GCLineWidth)
/xsrc/external/mit/ctwm/dist/
H A Dgc.c63 gcm |= GCLineWidth;
90 gcm |= GCLineWidth;
/xsrc/external/mit/libXmu/dist/src/
H A DShapeWidg.c130 GCForeground | GCBackground | GCLineWidth | GCCapStyle,
154 XChangeGC(dpy, gc, GCLineWidth | GCForeground, &values);
209 mask = GCForeground | GCLineWidth;
/xsrc/external/mit/libXaw/dist/src/
H A DSmeLine.c184 XtGCMask mask = GCForeground | GCGraphicsExposures | GCLineWidth;
H A DCommand.c238 GCForeground | GCBackground | GCLineWidth |
242 GCForeground | GCBackground | GCFont | GCLineWidth |
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Dbasic-lines.c75 GCLineWidth |
H A DDrawSegments.c74 GCLineWidth |
H A Dbasic-rectangle.c19 gc = XCreateGC(t->dpy, d, GCForeground | GCFunction | GCLineWidth, &val);
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Dbasic-lines.c75 GCLineWidth |
H A DDrawSegments.c74 GCLineWidth |
H A Dbasic-rectangle.c19 gc = XCreateGC(t->dpy, d, GCForeground | GCFunction | GCLineWidth, &val);
/xsrc/external/mit/libXt/dist/src/
H A DGCManager.c95 GCBackground | GCLineWidth | GCLineStyle | \
125 CHECK(GCLineWidth, line_width, 0);
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DGC.c110 if (mask & GCLineWidth)
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DX.h568 #define GCLineWidth (1L<<4) macro
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dtexture_from_pixmap.c574 GCFunction | GCForeground | GCLineWidth | GCLineStyle | GCFillStyle,
578 GCFunction | GCForeground | GCLineWidth | GCLineStyle | GCFillStyle,
/xsrc/external/mit/xgc/dist/
H A Dinterpret.c203 XChangeGC(X.dpy,X.gc,GCLineWidth,&X.gcv);
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DGC.c111 if (mask & GCLineWidth)
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxgc.c236 if (mask & GCLineWidth) v.line_width = pGC->lineWidth;
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dgc.c175 case GCLineWidth: /* ??? line width is a CARD16 */
638 case GCLineWidth:
/xsrc/external/mit/xorg-server/dist/dix/
H A Dgc.c172 case GCLineWidth: /* ??? line width is a CARD16 */
644 case GCLineWidth:
/xsrc/external/mit/xclock/dist/
H A DClock.c568 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