Lines Matching defs:curBand
761 int curBand; /* Index of start of current
821 * In the beginning, there is no previous band, so prevBand == curBand
822 * (curBand is set later on, of course, but the first band will always
823 * start at index 0). prevBand and curBand must be indices because of
831 curBand = newReg->numRects;
895 if (newReg->numRects != curBand)
897 prevBand = miCoalesce (newReg, prevBand, curBand);
905 curBand = newReg->numRects;
912 if (newReg->numRects != curBand)
914 prevBand = miCoalesce (newReg, prevBand, curBand);
934 curBand = newReg->numRects;
967 if (newReg->numRects != curBand)
969 (void) miCoalesce (newReg, prevBand, curBand);