Searched refs:oIndex (Results 1 – 3 of 3) sorted by relevance
486 size_t oIndex = 0; in startsWith() local487 while (oIndex < oLen && tIndex < tLen) { in startsWith()489 bool oSpace = ' ' >= str[oIndex]; in startsWith()498 ++oIndex; in startsWith()499 } while (oIndex < oLen && ' ' >= str[oIndex]); in startsWith()502 if (fChar[tIndex] != str[oIndex]) { in startsWith()506 ++oIndex; in startsWith()508 return oIndex >= oLen; in startsWith()
1096 for (int oIndex = 0; oIndex < oppRayI.used(); ++oIndex) { in linesIntersect() local1098 ptMatches += oppRayI.pt(oIndex).approximatelyEqual(oppLine.fPts[lIndex]); in linesIntersect()1114 for (int oIndex = 0; oIndex < thisRayI.used(); ++oIndex) { in linesIntersect() local1115 if (!roughly_between(oppSpan->fStartT, thisRayI[0][oIndex], oppSpan->fEndT)) { in linesIntersect()1118 double distSq = thisRayI.pt(index).distanceSquared(oppRayI.pt(oIndex)); in linesIntersect()1122 oppCloseIndex = oIndex; in linesIntersect()
1097 for (int oIndex = 0; oIndex < oppRayI.used(); ++oIndex) { in linesIntersect() local1099 ptMatches += oppRayI.pt(oIndex).approximatelyEqual(oppLine.fPts[lIndex]); in linesIntersect()1115 for (int oIndex = 0; oIndex < thisRayI.used(); ++oIndex) { in linesIntersect() local1116 if (!roughly_between(oppSpan->fStartT, thisRayI[0][oIndex], oppSpan->fEndT)) { in linesIntersect()1119 double distSq = thisRayI.pt(index).distanceSquared(oppRayI.pt(oIndex)); in linesIntersect()1123 oppCloseIndex = oIndex; in linesIntersect()