Home | History | Annotate | Download | only in core

Lines Matching refs:maxIndex

1983     int maxIndex = index;
1994 maxIndex = i;
1997 *maxIndexPtr = maxIndex;
2066 int maxIndex;
2067 int minIndex = find_min_max_x_at_y(pts, index, n, &maxIndex);
2068 if (minIndex == maxIndex) {
2072 SkASSERT(pts[maxIndex].fY == pts[index].fY);
2073 SkASSERT(pts[minIndex].fX <= pts[maxIndex].fX);
2076 cross = minIndex - maxIndex;