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

/xsrc/external/mit/xgc/dist/
H A Dinterpret.c269 char dasharray[DASHLENGTH]; /* what we're going to pass to XSetDashes */ local in function:GC_change_dashlist
270 int dashnumber = 0; /* which element of dasharray we're currently
276 /* Initialize the dasharray */
278 for (i = 0; i < DASHLENGTH; ++i) dasharray[i] = 0;
287 /* Go through all the bits in dashlist, and update the dasharray
296 ++dasharray[dashnumber];
299 ++dasharray[++dashnumber]; /* start a new dash */
303 XSetDashes(X.dpy,X.gc,0,dasharray,dashnumber+1);

Completed in 47 milliseconds