Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsTSect.h1362 for (int oIndex = 0; oIndex < oppRayI.used(); ++oIndex) { in linesIntersect() local
1364 ptMatches += oppRayI.pt(oIndex).approximatelyEqual(oppLine.fPts[lIndex]); in linesIntersect()
1380 for (int oIndex = 0; oIndex < thisRayI.used(); ++oIndex) { in linesIntersect() local
1381 if (!roughly_between(oppSpan->fStartT, thisRayI[0][oIndex], oppSpan->fEndT)) { in linesIntersect()
1384 double distSq = thisRayI.pt(index).distanceSquared(oppRayI.pt(oIndex)); in linesIntersect()
1388 oppCloseIndex = oIndex; in linesIntersect()