Lines Matching refs:index
66 for (int index = 0; index < count; ) {
67 SkScalar intersectX = (*CurvePointAtT[verb])(pts, weight, tVals[index]).fX;
69 ++index;
73 tVals[index] = tVals[--count];
78 ++index;
84 tVals[index] = tVals[--count];
87 for (int index = 0; index < count; ++index) {
88 directions[index] = to_direction((*CurveSlopeAtT[verb])(pts, weight, tVals[index]).fY);
90 for (int index = 0; index < count; ++index) {
92 if (zero_or_one(tVals[index]) && Contour::Direction::kCCW != directions[index]) {
95 winding += (int) directions[index];
148 for (int index = 0; index < roots; ++index) {
149 SkPoint temp = cubic.ptAtT(tValues[index]).asSkPoint();
150 if (0 == index || result.fX > temp.fX) {
152 t = tValues[index];
222 for (int index = 1; index <= kPtCount[verb]; ++index) {
223 if (pts[0].fY != pts[index].fY) {