Searched refs:cap_style (Results 1 - 25 of 27) sorted by relevance

12

/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
H A Ddash.c13 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 Dstroke.c13 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 DSetLStyle.c52 if (capstyle != gv->cap_style) {
53 gv->cap_style = capstyle;
H A DCopyGC.c79 destgv->cap_style = srcgv->cap_style;
H A DGetGCVals.c82 values->cap_style = gc->values.cap_style;
H A DCrGC.c40 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 Ddo_segs.c157 gcv.cap_style = CapNotLast;
253 gcv.cap_style = CapNotLast;
322 gcv.cap_style = CapNotLast;
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Dbasic-lines.c70 val.cap_style = cap;
H A DDrawSegments.c69 val.cap_style = cap;
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Dbasic-lines.c70 val.cap_style = cap;
H A DDrawSegments.c69 val.cap_style = cap;
/xsrc/external/mit/libXmu/dist/src/
H A DShapeWidg.c127 values.cap_style = CapRound;
/xsrc/external/mit/xgc/dist/
H A Drecord.c180 if ((CapstyleStuff.data)[i].code == X.gcv.cap_style) {
H A Dinterpret.c221 X.gcv.cap_style = capstyle;
/xsrc/external/mit/xcb-util/dist/aux/
H A Dxcb_aux.h134 uint32_t cap_style; member in struct:__anonc7e5e04d0308
H A Dxcb_aux.c361 XCB_AUX_ADD_PARAM(&mask, &gv, cap_style, capstyle);
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DGC.c117 values.cap_style = pGC->capStyle;
/xsrc/external/mit/libXt/dist/src/
H A DGCManager.c132 CHECK(GCCapStyle, cap_style, CapButt);
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DGC.c118 values.cap_style = pGC->capStyle;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxgc.c238 if (mask & GCCapStyle) v.cap_style = pGC->capStyle;
/xsrc/external/mit/libXaw/dist/src/
H A DDisplayList.c1044 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 DCommand.c229 .cap_style = CapProjecting,
/xsrc/external/mit/xfd/dist/
H A Dgrid.c372 gcv.cap_style = CapProjecting;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Dxdmxconfig.c128 gcvals.cap_style = CapNotLast;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Ddmxconsole.c818 gcvals.cap_style = CapNotLast;

Completed in 21 milliseconds

12