Searched refs:bounding_shape (Results 1 – 2 of 2) sorted by relevance
140 xnestWindowPriv(pWin)->bounding_shape = RegionCreate(NULL, 1); in xnestCreateWindow()155 RegionDestroy(xnestWindowPriv(pWin)->bounding_shape); in xnestDestroyWindow()461 if (!xnestRegionEqual(xnestWindowPriv(pWin)->bounding_shape, in xnestShapeWindow()465 RegionCopy(xnestWindowPriv(pWin)->bounding_shape, in xnestShapeWindow()469 pBox = RegionRects(xnestWindowPriv(pWin)->bounding_shape); in xnestShapeWindow()471 i < RegionNumRects(xnestWindowPriv(pWin)->bounding_shape); in xnestShapeWindow()484 RegionEmpty(xnestWindowPriv(pWin)->bounding_shape); in xnestShapeWindow()
27 RegionPtr bounding_shape; member