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

/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DXNWindow.h27 RegionPtr bounding_shape; member in struct:__anon095c883c0108
H A DWindow.c136 xnestWindowPriv(pWin)->bounding_shape =
153 RegionDestroy(xnestWindowPriv(pWin)->bounding_shape);
462 if (!xnestRegionEqual(xnestWindowPriv(pWin)->bounding_shape,
466 RegionCopy(xnestWindowPriv(pWin)->bounding_shape, wBoundingShape(pWin));
469 pBox = RegionRects(xnestWindowPriv(pWin)->bounding_shape);
471 i < RegionNumRects(xnestWindowPriv(pWin)->bounding_shape);
484 RegionEmpty(xnestWindowPriv(pWin)->bounding_shape);
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DXNWindow.h27 RegionPtr bounding_shape; member in struct:__anon34cd66af0108
H A DWindow.c140 xnestWindowPriv(pWin)->bounding_shape = RegionCreate(NULL, 1);
155 RegionDestroy(xnestWindowPriv(pWin)->bounding_shape);
461 if (!xnestRegionEqual(xnestWindowPriv(pWin)->bounding_shape,
465 RegionCopy(xnestWindowPriv(pWin)->bounding_shape,
469 pBox = RegionRects(xnestWindowPriv(pWin)->bounding_shape);
471 i < RegionNumRects(xnestWindowPriv(pWin)->bounding_shape);
484 RegionEmpty(xnestWindowPriv(pWin)->bounding_shape);

Completed in 3 milliseconds