Lines Matching refs:rit
1152 RegionInfo *rit; /* &ri[j] */
1211 for (j = numRI, rit = ri; --j >= 0; rit++) {
1212 reg = &rit->reg;
1237 Coalesce(reg, rit->prevBand, rit->curBand);
1238 rit->curBand = reg->data->numRects;
1251 rit = (RegionInfo *) reallocarray(ri, sizeRI, sizeof(RegionInfo));
1252 if (!rit)
1254 ri = rit;
1255 rit = &ri[numRI];
1258 rit->prevBand = 0;
1259 rit->curBand = 0;
1260 rit->reg.extents = *box;
1261 rit->reg.data = NULL;
1262 if (!RegionRectAlloc(&rit->reg, (i + numRI) / numRI)) /* MUST force allocation */
1270 for (j = numRI, rit = ri; --j >= 0; rit++) {
1271 reg = &rit->reg;
1276 Coalesce(reg, rit->prevBand, rit->curBand);