Lines Matching refs:index
40 for (int index = 0; index < last; ) {
41 double conicMidT = ((*fIntersections)[0][index] + (*fIntersections)[0][index + 1]) / 2;
45 ++index;
48 if (fIntersections->isCoincident(index)) {
49 fIntersections->removeOne(index);
51 } else if (fIntersections->isCoincident(index + 1)) {
52 fIntersections->removeOne(index + 1);
55 fIntersections->setCoincident(index++);
57 fIntersections->setCoincident(index);
79 for (int index = 0; index < count; ++index) {
80 double conicT = roots[index];
104 for (int index = 0; index < roots; ++index) {
105 double conicT = rootVals[index];
157 for (int index = 0; index < count; ++index) {
158 double conicT = roots[index];
370 for (int index = 0; index < fUsed; ++index) {
371 fPt[index] = conic.ptAtT(fT[0][index]);