Home | History | Annotate | Download | only in core

Lines Matching refs:maxIndex

2483     int maxIndex = index;
2494 maxIndex = i;
2497 *maxIndexPtr = maxIndex;
2549 int maxIndex;
2550 int minIndex = find_min_max_x_at_y(pts, index, n, &maxIndex);
2551 if (minIndex == maxIndex) {
2555 SkASSERT(pts[maxIndex].fY == pts[index].fY);
2556 SkASSERT(pts[minIndex].fX <= pts[maxIndex].fX);
2559 cross = minIndex - maxIndex;