Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dregion.c807 BoxPtr pBox, pBoxEnd; in RegionSetExtents() local
818 pBoxEnd = RegionEnd(pReg); in RegionSetExtents()
829 pReg->extents.x2 = pBoxEnd->x2; in RegionSetExtents()
830 pReg->extents.y2 = pBoxEnd->y2; in RegionSetExtents()
833 while (pBox <= pBoxEnd) { in RegionSetExtents()