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

/xsrc/external/mit/x11perf/dist/
H A Ddo_blt.c27 #define NUMPOINTS 100 macro
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, CoordModeOrigi
[all...]

Completed in 3 milliseconds