Searched refs:pPrevBox (Results 1 – 1 of 1) sorted by relevance
410 BoxPtr pPrevBox; /* Current box in previous band */ in RegionCoalesce() local428 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()