Searched refs:curPoint (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/x11perf/dist/
H A Ddo_complex.c45 XPoint *curPoint; local in function:InitComplexPoly
71 curPoint = points;
77 curPoint->x = (int) ((double)x + (radius * cos(phi2)) + 0.5);
78 curPoint->y = (int) ((double)y + (radius * sin(phi2)) + 0.5);
79 curPoint++;
81 curPoint->x = x;
82 curPoint->y = y;
83 curPoint++;
102 XPoint *curPoint = points; local in function:DoComplexPoly
104 XFillPolygon(xp->d, xp->w, pgc, curPoint, NUM_POINT
130 XPoint *curPoint; local in function:InitGeneralPoly
177 XPoint *curPoint = points; local in function:DoGeneralPoly
[all...]
H A Ddo_tris.c69 XPoint *curPoint; local in function:InitTriangles
95 curPoint = points;
104 curPoint->x = (int) ((double)x + (radius * cos(phi2)) + 0.5);
105 curPoint->y = (int) ((double)y + (radius * sin(phi2)) + 0.5);
106 curPoint++;
108 area = Area(curPoint[-1], curPoint[-2], curPoint[-3]);
111 Distance(curPoint[-1], curPoint[
141 XPoint *curPoint = points; local in function:DoTriangles
[all...]
H A Ddo_traps.c38 XPoint *curPoint; local in function:InitTrapezoids
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[
84 XPoint *curPoint = points; local in function:DoTrapezoids
[all...]

Completed in 5 milliseconds