| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/ |
| H A D | dash.c | 13 VGint cap_style = VG_CAP_BUTT; variable in typeref:typename:VGint 41 vgSeti(VG_STROKE_CAP_STYLE, cap_style); 68 ++cap_style; 69 if (cap_style > VG_CAP_SQUARE) 70 cap_style = VG_CAP_BUTT; 71 switch(cap_style) { 82 vgSeti(VG_STROKE_CAP_STYLE, cap_style);
|
| H A D | stroke.c | 13 VGint cap_style = VG_CAP_BUTT; variable in typeref:typename:VGint 44 vgSeti(VG_STROKE_CAP_STYLE, cap_style); 71 ++cap_style; 72 if (cap_style > VG_CAP_SQUARE) 73 cap_style = VG_CAP_BUTT; 74 switch(cap_style) { 85 vgSeti(VG_STROKE_CAP_STYLE, cap_style);
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | SetLStyle.c | 52 if (capstyle != gv->cap_style) { 53 gv->cap_style = capstyle;
|
| H A D | CopyGC.c | 79 destgv->cap_style = srcgv->cap_style;
|
| H A D | GetGCVals.c | 82 values->cap_style = gc->values.cap_style;
|
| H A D | CrGC.c | 40 CapButt, /* cap_style */ 131 if (dirty & GCCapStyle) *value++ = gv->cap_style; 208 if (gv->cap_style != attr->cap_style) { 209 gv->cap_style = attr->cap_style;
|
| /xsrc/external/mit/x11perf/dist/ |
| H A D | do_segs.c | 157 gcv.cap_style = CapNotLast; 253 gcv.cap_style = CapNotLast; 322 gcv.cap_style = CapNotLast;
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | basic-lines.c | 70 val.cap_style = cap;
|
| H A D | DrawSegments.c | 69 val.cap_style = cap;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | basic-lines.c | 70 val.cap_style = cap;
|
| H A D | DrawSegments.c | 69 val.cap_style = cap;
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | ShapeWidg.c | 127 values.cap_style = CapRound;
|
| /xsrc/external/mit/xgc/dist/ |
| H A D | record.c | 180 if ((CapstyleStuff.data)[i].code == X.gcv.cap_style) {
|
| H A D | interpret.c | 221 X.gcv.cap_style = capstyle;
|
| /xsrc/external/mit/xcb-util/dist/aux/ |
| H A D | xcb_aux.h | 134 uint32_t cap_style; member in struct:__anonc7e5e04d0308
|
| H A D | xcb_aux.c | 361 XCB_AUX_ADD_PARAM(&mask, &gv, cap_style, capstyle);
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | GC.c | 117 values.cap_style = pGC->capStyle;
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | GCManager.c | 132 CHECK(GCCapStyle, cap_style, CapButt);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | GC.c | 118 values.cap_style = pGC->capStyle;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxgc.c | 238 if (mask & GCCapStyle) v.cap_style = pGC->capStyle;
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | DisplayList.c | 1044 int cap_style = (int)(long)args; local in function:DlCapStyle 1046 if (xdata->values.cap_style != cap_style) 1049 xdata->values.cap_style = cap_style;
|
| H A D | Command.c | 229 .cap_style = CapProjecting,
|
| /xsrc/external/mit/xfd/dist/ |
| H A D | grid.c | 372 gcv.cap_style = CapProjecting;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| H A D | xdmxconfig.c | 128 gcvals.cap_style = CapNotLast;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | dmxconsole.c | 818 gcvals.cap_style = CapNotLast;
|