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

/haiku/src/kits/interface/
H A DRegionSupport.cpp217 clipping_rect* pBoxEnd; local
231 pBoxEnd = &pBox[pReg->fCount - 1];
235 * smallest top and since pBoxEnd is the last rectangle in the region,
237 * right from pBox and pBoxEnd, resp., as good things to initialize them
242 pExtents->right = pBoxEnd->right;
243 pExtents->bottom = pBoxEnd->bottom;
246 while (pBox <= pBoxEnd)

Completed in 44 milliseconds