HomeSort by: relevance | last modified time | path
    Searched refs:GCLineWidth (Results 1 - 25 of 43) sorted by relevancy

1 2

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

1 2