Lines Matching refs:index
118 for (int index = 0; index < last; ) {
119 double quadMidT = ((*fIntersections)[0][index] + (*fIntersections)[0][index + 1]) / 2;
123 ++index;
126 if (fIntersections->isCoincident(index)) {
127 fIntersections->removeOne(index);
129 } else if (fIntersections->isCoincident(index + 1)) {
130 fIntersections->removeOne(index + 1);
133 fIntersections->setCoincident(index++);
135 fIntersections->setCoincident(index);
176 for (int index = 0; index < roots; ++index) {
177 double quadT = rootVals[index];
205 for (int index = 0; index < roots; ++index) {
206 double quadT = rootVals[index];
261 for (int index = 0; index < roots; ++index) {
262 double quadT = rootVals[index];
446 for (int index = 0; index < fUsed; ++index) {
447 fPt[index] = quad.ptAtT(fT[0][index]);