Home | History | Annotate | Download | only in Intersection

Lines Matching refs:tx2

40                     double tx2, ty2;
41 xy_at_t(quad2, tt2, tx2, ty2);
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);
217 double tx2, ty2;
218 xy_at_t(quad2, tt2, tx2, ty2);
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);