Lines Matching refs:fY
120 if (line1[0].fY == line1[1].fY) { in testOne()
124 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left); in testOne()
127 if (line2[0].fY == line2[1].fY) { in testOne()
131 ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left); in testOne()
135 double top = SkTMin(line1[0].fY, line1[1].fY); in testOne()
136 double bottom = SkTMax(line1[0].fY, line1[1].fY); in testOne()
138 ts.vertical(line2, top, bottom, line1[0].fX, line1[0].fY != top); in testOne()
142 double top = SkTMin(line2[0].fY, line2[1].fY); in testOne()
143 double bottom = SkTMax(line2[0].fY, line2[1].fY); in testOne()
145 ts.vertical(line1, top, bottom, line2[0].fX, line2[0].fY != top); in testOne()
163 if (line1[0].fY == line1[1].fY) { in testOneCoincident()
167 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left); in testOneCoincident()
172 if (line2[0].fY == line2[1].fY) { in testOneCoincident()
176 ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left); in testOneCoincident()
182 double top = SkTMin(line1[0].fY, line1[1].fY); in testOneCoincident()
183 double bottom = SkTMax(line1[0].fY, line1[1].fY); in testOneCoincident()
185 ts.vertical(line2, top, bottom, line1[0].fX, line1[0].fY != top); in testOneCoincident()
191 double top = SkTMin(line2[0].fY, line2[1].fY); in testOneCoincident()
192 double bottom = SkTMax(line2[0].fY, line2[1].fY); in testOneCoincident()
194 ts.vertical(line1, top, bottom, line2[0].fX, line2[0].fY != top); in testOneCoincident()