Searched refs:boxp (Results 1 – 1 of 1) sorted by relevance
357 BoxPtr boxp; in AllocateArea() local362 boxp = RegionRects(offman->FreeBoxes); in AllocateArea()366 for (i = 0; i < num; i++, boxp++) { in AllocateArea()367 x = boxp->x1; in AllocateArea()371 if (((boxp->y2 - boxp->y1) < h) || ((boxp->x2 - x) < w)) in AllocateArea()395 boxp = &(link->area.box); in AllocateArea()396 x = boxp->x1; in AllocateArea()400 if (((boxp->y2 - boxp->y1) < h) || ((boxp->x2 - x) < w)) { in AllocateArea()421 area->box.y1 = boxp->y1; in AllocateArea()422 area->box.y2 = boxp->y1 + h; in AllocateArea()