Searched refs:curBand (Results 1 – 1 of 1) sorted by relevance
466 #define Coalesce(newReg, prevBand, curBand) \ argument467 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() local697 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()[all …]