Searched refs:dashoffset (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Ddrawing.c84 int dashoffset = 0; local in function:Draw3DBorder
100 XDrawLine(dpy, w, Scr->BorderGC, x + i, y + dashoffset,
102 XDrawLine(dpy, w, Scr->BorderGC, x + dashoffset, y + i,
104 dashoffset = 1 - dashoffset;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfblinebits.h73 int dashoffset = 0; local in function:POLYLINE
77 n == 0 && gc->capStyle != CapNotLast, &dashoffset);
191 int dashoffset = 0; local in function:POLYSEGMENT
195 !capNotLast, &dashoffset);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfblinebits.h73 int dashoffset = 0; local in function:POLYLINE
77 n == 0 && gc->capStyle != CapNotLast, &dashoffset);
191 int dashoffset = 0; local in function:POLYSEGMENT
195 !capNotLast, &dashoffset);
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbbits.h684 int dashoffset = 0; local in function:POLYLINE
714 &dashoffset);
823 int dashoffset = 0; local in function:POLYSEGMENT
850 !capNotLast, &dashoffset);
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbbits.h608 int dashoffset = 0; local in function:POLYLINE
636 npt == 0 && pGC->capStyle != CapNotLast, &dashoffset);
730 int dashoffset = 0; local in function:POLYSEGMENT
756 !capNotLast, &dashoffset);

Completed in 5 milliseconds