Lines Matching defs:iRect
135 unsigned iRect;
136 for (iRect = 0; iRect < nRects; iRect++)
139 unsigned iNextRect = hlpNextAdjacentRectXP(paRects, nRects, iRect);
140 DDCLOG(("next %d -> %d\n", iRect, iNextRect));
150 int delta = paNewRects[iRect].right - paNewRects[iNextRect].left;
155 paNewRects[iRect].right, paNewRects[iNextRect].left,
164 for (iRect = 0; iRect < nRects; iRect++)
167 unsigned iNextRect = hlpNextAdjacentRectXN(paRects, nRects, iRect);
168 DDCLOG(("next %d -> %d\n", iRect, iNextRect));
178 int delta = paNewRects[iRect].left - paNewRects[iNextRect].right;
183 paNewRects[iRect].left, paNewRects[iNextRect].right,
192 for (iRect = 0; iRect < nRects; iRect++)
195 unsigned iNextRect = hlpNextAdjacentRectYP(paRects, nRects, iRect);
196 DDCLOG(("next %d -> %d\n", iRect, iNextRect));
206 int delta = paNewRects[iRect].bottom - paNewRects[iNextRect].top;
211 paNewRects[iRect].bottom, paNewRects[iNextRect].top,
220 for (iRect = 0; iRect < nRects; iRect++)
223 unsigned iNextRect = hlpNextAdjacentRectYN(paRects, nRects, iRect);
224 DDCLOG(("next %d -> %d\n", iRect, iNextRect));
234 int delta = paNewRects[iRect].top - paNewRects[iNextRect].bottom;
239 paNewRects[iRect].top, paNewRects[iNextRect].bottom,