Lines Matching defs:curPoint
38 XPoint *curPoint;
45 curPoint = points;
51 for (int i = 0; i != p->objects; i++, curPoint += NUM_POINTS) {
52 curPoint[0].x = x - skew;
53 curPoint[0].y = y;
54 curPoint[1].x = x - skew + size;
55 curPoint[1].y = y;
56 curPoint[2].x = x + skew;
57 curPoint[2].y = y + size;
58 curPoint[3].x = x + skew - size;
59 curPoint[3].y = y + size;
84 XPoint *curPoint = points;
86 XFillPolygon(xp->d, xp->w, pgc, curPoint, NUM_POINTS, Convex,
88 curPoint += NUM_POINTS;