Searched refs:rectIndex (Results 1 – 3 of 3) sorted by relevance
529 for (unsigned rectIndex = 0; rectIndex < rectCount; ++rectIndex) in invalidateRenderedRectsForMarkersInRect() local530 if (rects[rectIndex].intersects(r)) in invalidateRenderedRectsForMarkersInRect()531 rects[rectIndex] = placeholderRectForMarker(); in invalidateRenderedRectsForMarkersInRect()
571 unsigned rectIndex = 0; in groups() local572 for (; rectIndex < arraySize; rectIndex++) { in groups()573 rectPtr = &rects.at(rectIndex); in groups()576 rectPtr->height(), rectIndex + 1); in groups()581 unsigned rectIndex = 0; in groups() local597 baseline, imageCount, ++rectIndex); in groups()
4763 unsigned rectIndex;4765 for (rectIndex = 0; rectIndex < rectCount; ++rectIndex) {4766 NSRect r = [[originalRects objectAtIndex:rectIndex] rectValue];4775 if (rectIndex % 10 == 0) {