Lines Matching defs:curBand
459 #define Coalesce(newReg, prevBand, curBand) \
460 if (curBand - prevBand == newReg->data->numRects - curBand) { \
461 prevBand = RegionCoalesce(newReg, prevBand, curBand); \
463 prevBand = curBand; \
593 int curBand; /* Index of start of current
665 * In the beginning, there is no previous band, so prevBand == curBand
666 * (curBand is set later on, of course, but the first band will always
667 * start at index 0). prevBand and curBand must be indices because of
700 curBand = newReg->data->numRects;
702 Coalesce(newReg, prevBand, curBand);
711 curBand = newReg->data->numRects;
713 Coalesce(newReg, prevBand, curBand);
727 curBand = newReg->data->numRects;
730 Coalesce(newReg, prevBand, curBand);
753 curBand = newReg->data->numRects;
755 Coalesce(newReg, prevBand, curBand);
762 curBand = newReg->data->numRects;
764 Coalesce(newReg, prevBand, curBand);
1170 int curBand;
1228 ri[0].curBand = 0;
1271 Coalesce(reg, rit->prevBand, rit->curBand);
1272 rit->curBand = reg->data->numRects;
1294 rit->curBand = 0;
1311 Coalesce(reg, rit->prevBand, rit->curBand);