Home | History | Annotate | Download | only in pathops

Lines Matching refs:start2

2359         const SkDPoint& start2 = sect2->fCurve[0];
2361 double t = head2->closestBoundedT(start2);
2362 if (sect1->fCurve.ptAtT(t).approximatelyEqual(start2)) {
2363 intersections->insert(t, 0, start2);