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

/haiku/src/kits/interface/
H A DRegionSupport.cpp216 clipping_rect* pBox; local
230 pBox = pReg->fData;
231 pBoxEnd = &pBox[pReg->fCount - 1];
234 * Since pBox is the first rectangle in the region, it must have the
237 * right from pBox and pBoxEnd, resp., as good things to initialize them
240 pExtents->left = pBox->left;
241 pExtents->top = pBox->top;
246 while (pBox <= pBoxEnd)
248 if (pBox->left < pExtents->left)
250 pExtents->left = pBox
[all...]

Completed in 73 milliseconds