Home
last modified time | relevance | path

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

/haiku/src/kits/interface/
H A DRegionSupport.cpp660 clipping_rect* pCurBox; /* Current box in current band */ in miCoalesce() local
678 pCurBox = &pReg->fData[curStart]; in miCoalesce()
679 bandY1 = pCurBox->top; in miCoalesce()
681 (pCurBox != pRegEnd) && (pCurBox->top == bandY1); in miCoalesce()
684 pCurBox++; in miCoalesce()
687 if (pCurBox != pRegEnd) in miCoalesce()
705 pCurBox -= curNumRects; in miCoalesce()
710 if (pPrevBox->bottom == pCurBox->top) in miCoalesce()
720 if ((pPrevBox->left != pCurBox->left) || in miCoalesce()
721 (pPrevBox->right != pCurBox->right)) in miCoalesce()
[all …]