Searched refs:clip_shape (Results 1 – 2 of 2) sorted by relevance
141 xnestWindowPriv(pWin)->clip_shape = RegionCreate(NULL, 1); in xnestCreateWindow()156 RegionDestroy(xnestWindowPriv(pWin)->clip_shape); in xnestDestroyWindow()491 if (!xnestRegionEqual(xnestWindowPriv(pWin)->clip_shape, wClipShape(pWin))) { in xnestShapeWindow()494 RegionCopy(xnestWindowPriv(pWin)->clip_shape, wClipShape(pWin)); in xnestShapeWindow()497 pBox = RegionRects(xnestWindowPriv(pWin)->clip_shape); in xnestShapeWindow()499 i < RegionNumRects(xnestWindowPriv(pWin)->clip_shape); i++) { in xnestShapeWindow()511 RegionEmpty(xnestWindowPriv(pWin)->clip_shape); in xnestShapeWindow()
28 RegionPtr clip_shape; member