Home
last modified time | relevance | path

Searched refs:oIndex (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsTSect.h1445 for (int oIndex = 0; oIndex < oppRayI.used(); ++oIndex) { in linesIntersect() local
1447 ptMatches += oppRayI.pt(oIndex).approximatelyEqual(oppLine.fPts[lIndex]); in linesIntersect()
1463 for (int oIndex = 0; oIndex < thisRayI.used(); ++oIndex) { in linesIntersect() local
1464 if (!roughly_between(oppSpan->fStartT, thisRayI[0][oIndex], oppSpan->fEndT)) { in linesIntersect()
1467 double distSq = thisRayI.pt(index).distanceSquared(oppRayI.pt(oIndex)); in linesIntersect()
1471 oppCloseIndex = oIndex; in linesIntersect()