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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86fbman.c367 BoxPtr boxp; local in function:AllocateArea
371 boxp = RegionRects(offman->FreeBoxes);
375 for(i = 0; i < num; i++, boxp++) {
376 x = boxp->x1;
380 if(((boxp->y2 - boxp->y1) < h) || ((boxp->x2 - x) < w))
403 boxp = &(link->area.box);
404 x = boxp->x1;
408 if(((boxp
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86fbman.c357 BoxPtr boxp; local in function:AllocateArea
362 boxp = RegionRects(offman->FreeBoxes);
366 for (i = 0; i < num; i++, boxp++) {
367 x = boxp->x1;
371 if (((boxp->y2 - boxp->y1) < h) || ((boxp->x2 - x) < w))
395 boxp = &(link->area.box);
396 x = boxp->x1;
400 if (((boxp
[all...]

Completed in 4 milliseconds