Searched defs:NPOINTS (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c726 #define NPOINTS (1 + (NITERATIONS * 2 * 4)) /* 1 move, 2 inverts, 4 sides */ macro
737 XPoint box[NPOINTS];
814 for (i = 0; i < NPOINTS; i += 4) {
816 if (i == (NPOINTS - 1)) break;
827 XAllPlanesDrawLines (dpy, root, box, NPOINTS, CoordModeOrigin);
831 XDrawLines (dpy, root, invGC, box, NPOINTS, CoordModeOrigin);

Completed in 13 milliseconds