Lines Matching refs:NUM_POINTS
49 #define NUM_POINTS (sizeof(points)/sizeof(points[0]))
87 XSegment seg[(NUM_POINTS+1)*8];
98 for (a = 0; a <= NUM_POINTS; a++) {
101 seg[n].x2 = NUM_POINTS + 64;
105 seg[n].x1 = NUM_POINTS - a + 64;
113 seg[n].x1 = NUM_POINTS + 64;
117 seg[n].x2 = NUM_POINTS - a + 64;
126 seg[n].y2 = NUM_POINTS + 64;
130 seg[n].y1 = NUM_POINTS - a + 64;
138 seg[n].y1 = NUM_POINTS + 64;
142 seg[n].y2 = NUM_POINTS - a + 64;
184 XSegment seg[NUM_POINTS*NUM_POINTS];
196 for (a = 0; a < NUM_POINTS; a++) {
197 for (b = 0; b < NUM_POINTS; b++) {