Lines Matching refs:index
135 for (int index = 0; index < roots; ++index) {
136 double t = tVals[index];
276 for (int index = 0; index < count; ++index) {
277 hit = sorted[index];
282 SkDebugf("%s [%d] valid=%d operand=%d span=%d ccw=%d ", __FUNCTION__, index,
294 for (int index = 0; index < count; ++index) {
295 hit = sorted[index];
312 if (index < count - 1) {
313 const SkPoint& next = sorted[index + 1]->fPt;
413 for (int index = 0; index < SkOpGlobalState::kMaxWindingTries; ++index) {