Lines Matching refs:xp
117 XPoint xp[MAX_POINTS + 1];
129 xp[i].x = pt[i].x; xp[i].y = pt[i].y;
131 xp[i].x = pt[0].x; xp[i].y = pt[0].y;
133 XFillPolygon (display, draw, draw_gc, xp, i+1, Complex, CoordModeOrigin);
135 XDrawLines (display, draw, draw_gc, xp, i + 1, CoordModeOrigin);
142 XPoint xp[MAX_POINTS];
146 xp[i].x = mp[i].x; xp[i].y = mp[i].y;
150 DrawPoints (saver, gc, xp, n);
155 DrawPoints (old_pixmaps[history_head], bit_1_gc, xp, n);
157 DrawPoints (old_pixmaps[i], bit_0_gc, xp, n);