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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dregiong.cpp642 register BoxPtr pBox, local
656 pBox = pReg->rects;
657 pBoxEnd = &pBox[pReg->numRects - 1];
660 * Since pBox is the first rectangle in the region, it must have the
663 * x2 from pBox and pBoxEnd, resp., as good things to initialize them
666 pExtents->x1 = pBox->x1;
667 pExtents->y1 = pBox->y1;
672 while (pBox <= pBoxEnd)
674 if (pBox->x1 < pExtents->x1)
676 pExtents->x1 = pBox
[all...]

Completed in 55 milliseconds