Searched refs:wClipShape (Results 1 – 7 of 7) sorted by relevance
198 #define wClipShape(w) wUseDefault(w, clipShape, NULL) macro205 #define HasBorder(w) ((w)->borderWidth || wClipShape(w))
481 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()
491 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()
992 if (wClipShape(pWindow)) { in dmxDoSetShape()993 pBox = RegionRects(wClipShape(pWindow)); in dmxDoSetShape()994 nRect = nBox = RegionNumRects(wClipShape(pWindow)); in dmxDoSetShape()
249 if (!(region = wClipShape(pSrcWin))) in miHandleExposures()
1020 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()
177 pRegion = wClipShape(pWin); in ProcXFixesCreateRegionFromWindow()