Home | History | Annotate | Download | only in Intersection

Lines Matching refs:tx1

37                     double tx1, ty1;
38 xy_at_t(quad1, tt1, tx1, ty1);
42 if (!approximately_equal(tx1, tx2)) {
44 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
48 __FUNCTION__, (int)index, pt, tt1, tx1, ty1, tt2, tx2, ty2);
213 double tx1, ty1;
214 xy_at_t(quad1, tt1, tx1, ty1);
219 if (!AlmostEqualUlps(tx1, tx2)) {
221 __FUNCTION__, (int)outer, (int)inner, tt1, tx1, ty1, tt2, tx2, ty2);
226 __FUNCTION__, (int)outer, (int)inner, tt1, tx1, ty1, tt2, tx2, ty2);
231 outer, inner, tt1, tx1, ty1, tt2);