Searched refs:prevBand (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dregion.c459 #define Coalesce(newReg, prevBand, curBand) \
460 if (curBand - prevBand == newReg->data->numRects - curBand) { \
461 prevBand = RegionCoalesce(newReg, prevBand, curBand); \
463 prevBand = curBand; \
591 int prevBand; /* Index of start of local in function:RegionOp
663 * prevBand serves to mark the start of the previous band so rectangles
665 * In the beginning, there is no previous band, so prevBand == curBand
667 * start at index 0). prevBand and curBand must be indices because of
671 prevBand
1169 int prevBand; member in struct:RegionValidate::__anon9c7178c20108
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dregion.c466 #define Coalesce(newReg, prevBand, curBand) \
467 if (curBand - prevBand == newReg->data->numRects - curBand) { \
468 prevBand = RegionCoalesce(newReg, prevBand, curBand); \
470 prevBand = curBand; \
589 int prevBand; /* Index of start of local in function:RegionOp
660 * prevBand serves to mark the start of the previous band so rectangles
662 * In the beginning, there is no previous band, so prevBand == curBand
664 * start at index 0). prevBand and curBand must be indices because of
668 prevBand
1142 int prevBand; member in struct:RegionValidate::__anon38f402950108
[all...]
/xsrc/external/mit/libX11/dist/src/
H A DRegion.c759 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, curBan
758 int prevBand; /* Index of start of local in function:miRegionOp
[all...]

Completed in 33 milliseconds