Lines Matching refs:index
518 for (int index = 0; index < i.used(); ++index) {
519 if (!between(oppAngle->start()->t(), i[0][index], oppAngle->end()->t())) {
522 double testDistSq = testPt.distanceSquared(i.pt(index));
840 for (int index = 0; index < used; ++index) {
841 if (cPt.roughlyEqual(i.pt(index))) {
1688 for (int index = 0; index < i.used(); ++index) {
1689 if (!between(0, i[0][index], 1)) {
1692 SkDPoint oppPt = i.pt(index);