Lines Matching defs:points
121 XPoint *points,
149 pt.x = xoff + points->x;
150 pt.y = yoff + points->y;
153 Data16(dpy, (short *) (points + 1), nbytes - 4);
156 Data16(dpy, (short *) points, nbytes);
160 XPoint *pptr = points;
161 points += n;
162 while (pptr != points) {
168 points += n;
179 XPoint *points,
200 Data16(dpy, (short *) points, len);