Lines Matching defs:curBand
466 #define Coalesce(newReg, prevBand, curBand) \
467 if (curBand - prevBand == newReg->data->numRects - curBand) { \
468 prevBand = RegionCoalesce(newReg, prevBand, curBand); \
470 prevBand = curBand; \
591 int curBand; /* Index of start of current
662 * In the beginning, there is no previous band, so prevBand == curBand
663 * (curBand is set later on, of course, but the first band will always
664 * start at index 0). prevBand and curBand must be indices because of
697 curBand = newReg->data->numRects;
699 Coalesce(newReg, prevBand, curBand);
709 curBand = newReg->data->numRects;
711 Coalesce(newReg, prevBand, curBand);
726 curBand = newReg->data->numRects;
729 Coalesce(newReg, prevBand, curBand);
754 curBand = newReg->data->numRects;
756 Coalesce(newReg, prevBand, curBand);
764 curBand = newReg->data->numRects;
766 Coalesce(newReg, prevBand, curBand);
1143 int curBand;
1196 ri[0].curBand = 0;
1237 Coalesce(reg, rit->prevBand, rit->curBand);
1238 rit->curBand = reg->data->numRects;
1259 rit->curBand = 0;
1276 Coalesce(reg, rit->prevBand, rit->curBand);