Searched refs:pRegEnd (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/interface/
H A DRegionSupport.cpp661 clipping_rect* pRegEnd; /* End of region */ local
668 pRegEnd = &pReg->fData[pReg->fCount];
681 (pCurBox != pRegEnd) && (pCurBox->top == bandY1);
687 if (pCurBox != pRegEnd)
695 pRegEnd--;
696 while (pRegEnd[-1].top == pRegEnd->top)
698 pRegEnd--;
700 curStart = pRegEnd - pReg->fData;
701 pRegEnd
[all...]

Completed in 101 milliseconds