Lines Matching refs:FreeBoxes
287 RegionPtr FreeBoxes; member
304 offman->FreeBoxes, in SendCallFreeBoxCallbacks()
362 boxp = RegionRects(offman->FreeBoxes); in AllocateArea()
363 num = RegionNumRects(offman->FreeBoxes); in AllocateArea()
408 RegionUnion(offman->FreeBoxes, offman->FreeBoxes, &NewReg); in AllocateArea()
428 RegionSubtract(offman->FreeBoxes, offman->FreeBoxes, &NewReg); in AllocateArea()
477 RegionUnion(offman->FreeBoxes, offman->FreeBoxes, &FreedRegion); in localFreeOffscreenArea()
535 RegionUnion(offman->FreeBoxes, offman->FreeBoxes, &FreedReg); in localResizeOffscreenArea()
547 RegionUnion(offman->FreeBoxes, offman->FreeBoxes, &FreedReg); in localResizeOffscreenArea()
588 RegionSubtract(offman->FreeBoxes, offman->FreeBoxes, &FreedReg); in localResizeOffscreenArea()
658 RegionCopy(newRegion, offman->FreeBoxes); in localQueryLargestOffscreenArea()
675 nbox = RegionNumRects(offman->FreeBoxes); in localQueryLargestOffscreenArea()
676 pbox = RegionRects(offman->FreeBoxes); in localQueryLargestOffscreenArea()
744 RegionAppend(offman->FreeBoxes, &FreedRegion); in localPurgeUnlockedOffscreenAreas()
765 RegionValidate(offman->FreeBoxes, &anyUsed); in localPurgeUnlockedOffscreenAreas()
1176 RegionDestroy(offman->FreeBoxes); in xf86FBCloseScreen()
1333 offman->FreeBoxes = RegionCreate(NULL, 1); in xf86InitFBManagerRegion()
1336 RegionCopy(offman->FreeBoxes, FullRegion); in xf86InitFBManagerRegion()