Lines Matching refs:index
37 for (int index = 0; index <= SkPathOpsVerbToPoints(verb); ++index) {
38 curve[index] = force_small_to_zero(curve[index]);
214 for (unsigned index = 0; index < SK_ARRAY_COUNT(pair); ++index) {
215 pair[index] = force_small_to_zero(pair[index]);
282 for (int index = 0; index <= breaks; ++index) {
283 Splitsville* split = &splits[index];
284 split->fT[0] = index ? splitT[index - 1] : 0;
285 split->fT[1] = index < breaks ? splitT[index] : 1;
295 for (int index = 0; index <= breaks; ++index) {
296 Splitsville* split = &splits[index];
300 int prior = index;
304 if (prior < index) {
308 int next = index;
313 if (next > index) {
317 if (prior < index || next > index) {