Searched refs:dash_offset (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DSetDashes.c36 int dash_offset,
45 req->dashOffset = gc->values.dash_offset = dash_offset;
33 XSetDashes(register Display * dpy,GC gc,int dash_offset,_Xconst char * list,int n) argument
H A DCopyGC.c126 destgv->dash_offset = srcgv->dash_offset;
H A DGetGCVals.c122 values->dash_offset = gc->values.dash_offset;
H A DCrGC.c55 0, /* dash_offset */
145 if (dirty & GCDashOffset) *value++ = gv->dash_offset;
299 if (gv->dash_offset != attr->dash_offset) {
300 gv->dash_offset = attr->dash_offset;
/xsrc/external/mit/xcb-util/dist/aux/
H A Dxcb_aux.h148 uint32_t dash_offset; member in struct:__anonc7e5e04d0308
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DGC.c163 values.dash_offset = pGC->dashOffset;
/xsrc/external/mit/libXt/dist/src/
H A DGCManager.c141 CHECK(GCDashOffset, dash_offset, 0);
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DGC.c164 values.dash_offset = pGC->dashOffset;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxgc.c274 if (mask & GCDashOffset) v.dash_offset = pGC->dashOffset;
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlib.h201 int dash_offset; /* patterned/dashed line information */ member in struct:__anonf1b122fa0308
3208 int /* dash_offset */,

Completed in 15 milliseconds