Home
last modified time | relevance | path

Searched refs:clip_shape (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DWindow.c141 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()
H A DXNWindow.h28 RegionPtr clip_shape; member