Home | History | Annotate | Download | only in Intersection

Lines Matching refs:sortedIndex

4619         for (int sortedIndex = fFirstSorted; sortedIndex < segmentCount; ++sortedIndex) {
4620 Segment* testSegment = fSortedSegments[sortedIndex];
4889 int sortedIndex = fFirstSorted;
4891 for ( ; sortedIndex < segmentCount; ++sortedIndex) {
4892 Segment* testSegment = fSortedSegments[sortedIndex];
4894 if (sortedIndex == fFirstSorted) {