Home | History | Annotate | Download | only in pathops

Lines Matching full:end1

2369         const SkDPoint& end1 = sect1->fCurve[TCurve::kPointLast];
2371 double t = tail1->closestBoundedT(end1);
2372 if (sect2->fCurve.ptAtT(t).approximatelyEqual(end1)) {
2373 intersections->insert(1, t, end1);