Lines Matching refs:rit
1179 RegionInfo *rit; /* &ri[j] */
1244 for (j = numRI, rit = ri; --j >= 0; rit++)
1246 reg = &rit->reg;
1271 Coalesce(reg, rit->prevBand, rit->curBand);
1272 rit->curBand = reg->data->numRects;
1286 rit = (RegionInfo *) realloc(ri, sizeRI * sizeof(RegionInfo));
1287 if (!rit)
1289 ri = rit;
1290 rit = &ri[numRI];
1293 rit->prevBand = 0;
1294 rit->curBand = 0;
1295 rit->reg.extents = *box;
1296 rit->reg.data = NULL;
1297 if (!RegionRectAlloc(&rit->reg, (i+numRI) / numRI)) /* MUST force allocation */
1305 for (j = numRI, rit = ri; --j >= 0; rit++)
1307 reg = &rit->reg;
1311 Coalesce(reg, rit->prevBand, rit->curBand);