Home
last modified time | relevance | path

Searched refs:wClipShape (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dwindowstr.h198 #define wClipShape(w) wUseDefault(w, clipShape, NULL) macro
205 #define HasBorder(w) ((w)->borderWidth || wClipShape(w))
/OK3568_Linux_fs/external/xserver/Xext/
H A Dshape.c481 srcRgn = wClipShape(pSrcWin); in ProcShapeCombine()
579 srcRgn = wClipShape(pWin); in ProcShapeOffset()
640 .clipShaped = (wClipShape(pWin) != 0) in ProcShapeQueryExtents()
657 if ((region = wClipShape(pWin))) { in ProcShapeQueryExtents()
854 region = wClipShape(pWin); in SendShapeNotify()
960 region = wClipShape(pWin); in ProcShapeGetRectangles()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DWindow.c491 if (!xnestRegionEqual(xnestWindowPriv(pWin)->clip_shape, wClipShape(pWin))) { in xnestShapeWindow()
493 if (wClipShape(pWin)) { in xnestShapeWindow()
494 RegionCopy(xnestWindowPriv(pWin)->clip_shape, wClipShape(pWin)); in xnestShapeWindow()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxwindow.c992 if (wClipShape(pWindow)) { in dmxDoSetShape()
993 pBox = RegionRects(wClipShape(pWindow)); in dmxDoSetShape()
994 nRect = nBox = RegionNumRects(wClipShape(pWindow)); in dmxDoSetShape()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiexpose.c249 if (!(region = wClipShape(pSrcWin))) in miHandleExposures()
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c1020 if (wClipShape(pWin)) in FreeWindowResources()
1021 RegionDestroy(wClipShape(pWin)); in FreeWindowResources()
1746 if (wBoundingShape(pWin) || wClipShape(pWin)) { in SetWinSize()
1751 if (wClipShape(pWin)) in SetWinSize()
1752 RegionIntersect(&pWin->winSize, &pWin->winSize, wClipShape(pWin)); in SetWinSize()
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dregion.c177 pRegion = wClipShape(pWin); in ProcXFixesCreateRegionFromWindow()