Home
last modified time | relevance | path

Searched refs:curBand (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dregion.c466 #define Coalesce(newReg, prevBand, curBand) \ argument
467 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() local
697 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 …]