Lines Matching refs:y2
90 x2, y2 = point
94 if y1 < y and y2 < y:
96 if y1 >= y and y2 >= y:
100 dy = y2 - y1
105 self._addIntersection(y2 > y1)
110 x2, y2 = bcp1
116 if y1 < y and y2 < y and y3 < y and y4 < y:
118 if y1 >= y and y2 >= y and y3 >= y and y4 >= y:
122 cy = (y2 - dy) * 3.0
123 by = (y3 - y2) * 3.0 - cy
175 x2, y2 = bcp
178 b = (y2 - c) * 2.0