Searched refs:prevBand (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | region.c | 466 #define Coalesce(newReg, prevBand, curBand) \ argument 467 if (curBand - prevBand == newReg->data->numRects - curBand) { \ 468 prevBand = RegionCoalesce(newReg, prevBand, curBand); \ 470 prevBand = curBand; \ 589 int prevBand; /* Index of start of in RegionOp() local 668 prevBand = 0; in RegionOp() 699 Coalesce(newReg, prevBand, curBand); in RegionOp() 711 Coalesce(newReg, prevBand, curBand); in RegionOp() 729 Coalesce(newReg, prevBand, curBand); in RegionOp() 756 Coalesce(newReg, prevBand, curBand); in RegionOp() [all …]
|