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

/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DXNWindow.h28 RegionPtr clip_shape; member in struct:__anon095c883c0108
H A DWindow.c138 xnestWindowPriv(pWin)->clip_shape =
154 RegionDestroy(xnestWindowPriv(pWin)->clip_shape);
491 if (!xnestRegionEqual(xnestWindowPriv(pWin)->clip_shape,
495 RegionCopy(xnestWindowPriv(pWin)->clip_shape, wClipShape(pWin));
498 pBox = RegionRects(xnestWindowPriv(pWin)->clip_shape);
500 i < RegionNumRects(xnestWindowPriv(pWin)->clip_shape);
513 RegionEmpty(xnestWindowPriv(pWin)->clip_shape);
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DXNWindow.h28 RegionPtr clip_shape; member in struct:__anon34cd66af0108
H A DWindow.c141 xnestWindowPriv(pWin)->clip_shape = RegionCreate(NULL, 1);
156 RegionDestroy(xnestWindowPriv(pWin)->clip_shape);
491 if (!xnestRegionEqual(xnestWindowPriv(pWin)->clip_shape, wClipShape(pWin))) {
494 RegionCopy(xnestWindowPriv(pWin)->clip_shape, wClipShape(pWin));
497 pBox = RegionRects(xnestWindowPriv(pWin)->clip_shape);
499 i < RegionNumRects(xnestWindowPriv(pWin)->clip_shape); i++) {
511 RegionEmpty(xnestWindowPriv(pWin)->clip_shape);

Completed in 4 milliseconds