Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dregion.c410 BoxPtr pPrevBox; /* Current box in previous band */ in RegionCoalesce() local
428 pPrevBox = RegionBox(pReg, prevStart); in RegionCoalesce()
430 if (pPrevBox->y2 != pCurBox->y1) in RegionCoalesce()
442 if ((pPrevBox->x1 != pCurBox->x1) || (pPrevBox->x2 != pCurBox->x2)) { in RegionCoalesce()
445 pPrevBox++; in RegionCoalesce()
457 pPrevBox--; in RegionCoalesce()
458 pPrevBox->y2 = y2; in RegionCoalesce()