Lines Matching defs:p2
40 XPointDouble p1, p2;
81 thick_left.p2.x = x + size - thick; thick_left.p2.y = y + size;
84 thick_right.p2.x = x + size; thick_right.p2.y = y + size;
87 thin_left.p2.x = x + 0; thin_left.p2.y = y + size;
90 thin_right.p2.x = x + d31; thin_right.p2.y = y + size;
93 gap_left.p2.x = x + thin; gap_left.p2.y = y + size;
96 gap_right.p2.x = x + thin + gap; gap_right.p2.y = y + size;
101 poly[3] = gap_left.p2;
102 poly[4] = thin_left.p2;
113 poly[3] = thick_left.p2;
114 poly[4] = thick_right.p2;
126 return ((l->p2.x - l->p1.x) /
127 (l->p2.y - l->p1.y));