Lines Matching refs:prevBand
759 int prevBand; /* Index of start of
819 * prevBand serves to mark the start of the previous band so rectangles
821 * In the beginning, there is no previous band, so prevBand == curBand
823 * start at index 0). prevBand and curBand must be indices because of
827 prevBand = 0;
897 prevBand = miCoalesce (newReg, prevBand, curBand);
914 prevBand = miCoalesce (newReg, prevBand, curBand);
969 (void) miCoalesce (newReg, prevBand, curBand);