Lines Matching defs:tri
94 XTriangle tri;
116 step_to_point(step, out.width, out.height, &tri.p1);
119 &tri.p2);
122 &tri.p3);
125 "tri=((%d, %d), (%d, %d), (%d, %d))\n",
126 tri.p1.x >> 16, tri.p1.y >> 16,
127 tri.p2.x >> 16, tri.p2.y >> 16,
128 tri.p3.x >> 16, tri.p3.y >> 16);
137 &tri, 1);
146 &tri, 1);