Home | History | Annotate | Download | only in core

Lines Matching refs:maxIndex

2522     int maxIndex = index;
2533 maxIndex = i;
2536 *maxIndexPtr = maxIndex;
2588 int maxIndex;
2589 int minIndex = find_min_max_x_at_y(pts, index, n, &maxIndex);
2590 if (minIndex == maxIndex) {
2594 SkASSERT(pts[maxIndex].fY == pts[index].fY);
2595 SkASSERT(pts[minIndex].fX <= pts[maxIndex].fX);
2598 cross = minIndex - maxIndex;