Searched refs:oppLine (Results 1 – 1 of 1) sorted by relevance
1339 SkDLine oppLine = {{ oppSpan->fPart[0], oppSpan->fPart[OppCurve::kPointLast] }}; in linesIntersect() local1345 if (!oppRayI.intersectRay(this->fCurve, oppLine)) { in linesIntersect()1364 ptMatches += oppRayI.pt(oIndex).approximatelyEqual(oppLine.fPts[lIndex]); in linesIntersect()1367 if (ptMatches == 2|| is_parallel(oppLine, this->fCurve)) { in linesIntersect()1415 oppLine[0] = opp->fCurve.ptAtT(start); in linesIntersect()1416 oppLine[1] = oppLine[0] + opp->fCurve.dxdyAtT(start); in linesIntersect()1417 if (!oppRayI.intersectRay(this->fCurve, oppLine)) { in linesIntersect()