Lines Matching refs:NUMPOINTS
27 #define NUMPOINTS 100
31 static XPoint points[NUMPOINTS];
43 for (int i = 1; i != NUMPOINTS/2; i++) {
49 y += HEIGHT / (NUMPOINTS/2);
54 for (int i = NUMPOINTS/2; i!= NUMPOINTS; i++) {
60 x += WIDTH / (NUMPOINTS/2);
70 XDrawLines(xp->d, xp->w, xp->fggc, points, NUMPOINTS, CoordModeOrigin);
120 XDrawLines(xp->d, xp->w, xp->fggc, points, NUMPOINTS, CoordModeOrigin);
625 XDrawLines(xp->d, pix, pixgc, points, NUMPOINTS, CoordModeOrigin);