Lines Matching refs:poly
64 XPointDouble poly[6];
98 poly[0] = thick_left.p1;
99 poly[1] = thick_right.p1;
100 intersect(&thick_right, &gap_left, &poly[2]);
101 poly[3] = gap_left.p2;
102 poly[4] = thin_left.p2;
103 intersect(&thick_left, &thin_left, &poly[5]);
108 poly, 6, 0);
110 poly[0] = thin_right.p1;
111 poly[1] = gap_right.p1;
112 intersect(&thick_left, &gap_right, &poly[2]);
113 poly[3] = thick_left.p2;
114 poly[4] = thick_right.p2;
115 intersect(&thick_right, &thin_right, &poly[5]);
120 poly, 6, 0);