Lines Matching refs:p1
40 XPointDouble p1, p2;
80 thick_left.p1.x = x; thick_left.p1.y = y;
83 thick_right.p1.x = x + thick; thick_right.p1.y = y;
86 thin_left.p1.x = x + size-d31; thin_left.p1.y = y;
89 thin_right.p1.x = x + size; thin_right.p1.y = y;
92 gap_left.p1.x = x + size-( thin+gap); gap_left.p1.y = y;
95 gap_right.p1.x = x + size- thin; gap_right.p1.y = y;
98 poly[0] = thick_left.p1;
99 poly[1] = thick_right.p1;
110 poly[0] = thin_right.p1;
111 poly[1] = gap_right.p1;
126 return ((l->p2.x - l->p1.x) /
127 (l->p2.y - l->p1.y));
133 return (l->p1.x) - inverse_slope * l->p1.y;