Home | History | Annotate | Download | only in pathops

Lines Matching defs:start2

2001         const SkDPoint& start2 = sect2->fCurve[0];
2003 double t = head2->closestBoundedT(start2);
2004 if (sect1->fCurve.ptAtT(t).approximatelyEqual(start2)) {
2005 intersections->insert(t, 0, start2);