Searched refs:oppRayI (Results 1 – 1 of 1) sorted by relevance
1337 SkIntersections thisRayI, oppRayI; in linesIntersect() local1345 if (!oppRayI.intersectRay(this->fCurve, oppLine)) { in linesIntersect()1360 if (oppRayI.used() > 1) { in linesIntersect()1362 for (int oIndex = 0; oIndex < oppRayI.used(); ++oIndex) { in linesIntersect()1364 ptMatches += oppRayI.pt(oIndex).approximatelyEqual(oppLine.fPts[lIndex]); in linesIntersect()1376 for (int index = 0; index < oppRayI.used(); ++index) { in linesIntersect()1377 if (!roughly_between(span->fStartT, oppRayI[0][index], span->fEndT)) { in linesIntersect()1384 double distSq = thisRayI.pt(index).distanceSquared(oppRayI.pt(oIndex)); in linesIntersect()1396 const SkDPoint& iPt = oppRayI.pt(closeIndex); in linesIntersect()1397 if (between(span->fStartT, oppRayI[0][closeIndex], span->fEndT) in linesIntersect()[all …]