Lines Matching refs:fX
121 double left = SkTMin(line1[0].fX, line1[1].fX); in testOne()
122 double right = SkTMax(line1[0].fX, line1[1].fX); in testOne()
124 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left); in testOne()
128 double left = SkTMin(line2[0].fX, line2[1].fX); in testOne()
129 double right = SkTMax(line2[0].fX, line2[1].fX); in testOne()
131 ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left); in testOne()
134 if (line1[0].fX == line1[1].fX) { in testOne()
138 ts.vertical(line2, top, bottom, line1[0].fX, line1[0].fY != top); in testOne()
141 if (line2[0].fX == line2[1].fX) { in testOne()
145 ts.vertical(line1, top, bottom, line2[0].fX, line2[0].fY != top); in testOne()
164 double left = SkTMin(line1[0].fX, line1[1].fX); in testOneCoincident()
165 double right = SkTMax(line1[0].fX, line1[1].fX); in testOneCoincident()
167 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left); in testOneCoincident()
173 double left = SkTMin(line2[0].fX, line2[1].fX); in testOneCoincident()
174 double right = SkTMax(line2[0].fX, line2[1].fX); in testOneCoincident()
176 ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left); in testOneCoincident()
181 if (line1[0].fX == line1[1].fX) { in testOneCoincident()
185 ts.vertical(line2, top, bottom, line1[0].fX, line1[0].fY != top); in testOneCoincident()
190 if (line2[0].fX == line2[1].fX) { in testOneCoincident()
194 ts.vertical(line1, top, bottom, line2[0].fX, line2[0].fY != top); in testOneCoincident()