Lines Matching refs:curBand
466 #define Coalesce(newReg, prevBand, curBand) \ argument
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 in RegionOp() local
697 curBand = newReg->data->numRects; in RegionOp()
699 Coalesce(newReg, prevBand, curBand); in RegionOp()
709 curBand = newReg->data->numRects; in RegionOp()
711 Coalesce(newReg, prevBand, curBand); in RegionOp()
726 curBand = newReg->data->numRects; in RegionOp()
729 Coalesce(newReg, prevBand, curBand); in RegionOp()
754 curBand = newReg->data->numRects; in RegionOp()
756 Coalesce(newReg, prevBand, curBand); in RegionOp()
764 curBand = newReg->data->numRects; in RegionOp()
766 Coalesce(newReg, prevBand, curBand); in RegionOp()
1142 int curBand; in RegionValidate() member
1195 ri[0].curBand = 0; in RegionValidate()
1236 Coalesce(reg, rit->prevBand, rit->curBand); in RegionValidate()
1237 rit->curBand = reg->data->numRects; in RegionValidate()
1258 rit->curBand = 0; in RegionValidate()
1275 Coalesce(reg, rit->prevBand, rit->curBand); in RegionValidate()