Searched refs:wClipShape (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xorg-server/dist/include/
H A Dwindowstr.h196 #define wClipShape(w) wUseDefault(w, clipShape, NULL) macro
203 #define HasBorder(w) ((w)->borderWidth || wClipShape(w))
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dwindowstr.h201 #define wClipShape(w) wUseDefault(w, clipShape, NULL) macro
208 #define HasBorder(w) ((w)->borderWidth || wClipShape(w))
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dshape.c481 srcRgn = wClipShape(pSrcWin);
579 srcRgn = wClipShape(pWin);
640 .clipShaped = (wClipShape(pWin) != 0)
657 if ((region = wClipShape(pWin))) {
854 region = wClipShape(pWin);
960 region = wClipShape(pWin);
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DWindow.c492 wClipShape(pWin))) {
494 if (wClipShape(pWin)) {
495 RegionCopy(xnestWindowPriv(pWin)->clip_shape, wClipShape(pWin));
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DWindow.c491 if (!xnestRegionEqual(xnestWindowPriv(pWin)->clip_shape, wClipShape(pWin))) {
493 if (wClipShape(pWin)) {
494 RegionCopy(xnestWindowPriv(pWin)->clip_shape, wClipShape(pWin));
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dshape.c490 srcRgn = wClipShape (pSrcWin);
588 srcRgn = wClipShape(pWin);
652 rep.clipShaped = (wClipShape(pWin) != 0);
667 if ((region = wClipShape(pWin))) {
868 region = wClipShape(pWin);
972 region = wClipShape(pWin);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxwindow.c967 if (wClipShape(pWindow)) {
968 pBox = RegionRects(wClipShape(pWindow));
969 nRect = nBox = RegionNumRects(wClipShape(pWindow));
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmiexpose.c242 if (!(region = wClipShape(pSrcWin)))
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiexpose.c270 if (!(region = wClipShape (pSrcWin)))
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dwindow.c834 if (wClipShape (pWin))
835 RegionDestroy(wClipShape (pWin));
1613 if (wBoundingShape (pWin) || wClipShape (pWin)) {
1619 if (wClipShape (pWin))
1621 wClipShape (pWin));
/xsrc/external/mit/xorg-server/dist/dix/
H A Dwindow.c1007 if (wClipShape(pWin))
1008 RegionDestroy(wClipShape(pWin));
1735 if (wBoundingShape(pWin) || wClipShape(pWin)) {
1740 if (wClipShape(pWin))
1741 RegionIntersect(&pWin->winSize, &pWin->winSize, wClipShape(pWin));
/xsrc/external/mit/xorg-server.old/dist/xfixes/
H A Dregion.c179 pRegion = wClipShape(pWin);
/xsrc/external/mit/xorg-server/dist/xfixes/
H A Dregion.c177 pRegion = wClipShape(pWin);

Completed in 21 milliseconds