Lines Matching refs:index
99 for (int index = 0; index < last; ) {
100 double cubicMidT = ((*fIntersections)[0][index] + (*fIntersections)[0][index + 1]) / 2;
104 ++index;
107 if (fIntersections->isCoincident(index)) {
108 fIntersections->removeOne(index);
110 } else if (fIntersections->isCoincident(index + 1)) {
111 fIntersections->removeOne(index + 1);
114 fIntersections->setCoincident(index++);
116 fIntersections->setCoincident(index);
132 for (int index = 0; index < count; ++index) {
133 SkDPoint calcPt = c.ptAtT(roots[index]);
155 for (int index = 0; index < roots; ++index) {
156 double cubicT = rootVals[index];
172 for (int index = 0; index < count; ++index) {
173 SkDPoint calcPt = c.ptAtT(roots[index]);
191 for (int index = 0; index < count; ++index) {
192 double cubicT = roots[index];
235 for (int index = 0; index < count; ++index) {
236 SkDPoint calcPt = c.ptAtT(roots[index]);
254 for (int index = 0; index < count; ++index) {
255 double cubicT = roots[index];
441 for (int index = 0; index < fUsed; ++index) {
442 fPt[index] = cubic.ptAtT(fT[0][index]);