Lines Matching refs:NewReg
355 RegionRec NewReg; in AllocateArea() local
407 RegionInit(&NewReg, &(link->area.box), 1); in AllocateArea()
408 RegionUnion(offman->FreeBoxes, offman->FreeBoxes, &NewReg); in AllocateArea()
409 RegionUninit(&NewReg); in AllocateArea()
427 RegionInit(&NewReg, &(area->box), 1); in AllocateArea()
428 RegionSubtract(offman->FreeBoxes, offman->FreeBoxes, &NewReg); in AllocateArea()
429 RegionUninit(&NewReg); in AllocateArea()
524 RegionRec NewReg; in localResizeOffscreenArea() local
533 RegionInit(&NewReg, &(resize->box), 1); in localResizeOffscreenArea()
534 RegionSubtract(&FreedReg, &FreedReg, &NewReg); in localResizeOffscreenArea()
537 RegionUninit(&NewReg); in localResizeOffscreenArea()