Searched refs:wBoundingShape (Results 1 – 19 of 19) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winmultiwindowshape.c | 115 if (!wBoundingShape(pWin)) in winReshapeMultiWindow() 119 RegionCopy(&rrNewShape, wBoundingShape(pWin)); in winReshapeMultiWindow()
|
| H A D | winwindow.c | 342 if (!wBoundingShape(pWin)) in winReshapeRootless() 346 RegionCopy(&rrNewShape, wBoundingShape(pWin)); in winReshapeRootless()
|
| H A D | winwin32rootlesswindow.c | 289 wBoundingShape(pRLWinPriv->pFrame->win)); in winMWExtWMUpdateWindowDecoration() 338 wBoundingShape(pRLWinPriv->pFrame->win)); in winMWExtWMUpdateWindowDecoration()
|
| H A D | winwindowswm.c | 426 if (wBoundingShape(pWin) != NULL) { in ProcWindowsWMFrameDraw() 431 RegionCopy(&newShape, wBoundingShape(pWin)); in ProcWindowsWMFrameDraw()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | shape.c | 477 srcRgn = wBoundingShape(pSrcWin); in ProcShapeCombine() 576 srcRgn = wBoundingShape(pWin); in ProcShapeOffset() 639 .boundingShaped = (wBoundingShape(pWin) != 0), in ProcShapeQueryExtents() 642 if ((region = wBoundingShape(pWin))) { in ProcShapeQueryExtents() 840 region = wBoundingShape(pWin); in SendShapeNotify() 957 region = wBoundingShape(pWin); in ProcShapeGetRectangles()
|
| H A D | panoramiXprocs.c | 656 && (!wBoundingShape(pWin) || in PanoramiXTranslateCoords() 657 RegionContainsPoint(wBoundingShape(pWin), in PanoramiXTranslateCoords()
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Window.c | 462 wBoundingShape(pWin))) { in xnestShapeWindow() 464 if (wBoundingShape(pWin)) { in xnestShapeWindow() 466 wBoundingShape(pWin)); in xnestShapeWindow()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | windowstr.h | 197 #define wBoundingShape(w) wUseDefault(w, boundingShape, NULL) macro
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | window.c | 1018 if (wBoundingShape(pWin)) in FreeWindowResources() 1019 RegionDestroy(wBoundingShape(pWin)); in FreeWindowResources() 1746 if (wBoundingShape(pWin) || wClipShape(pWin)) { in SetWinSize() 1748 if (wBoundingShape(pWin)) in SetWinSize() 1750 wBoundingShape(pWin)); in SetWinSize() 1784 if (wBoundingShape(pWin)) { in SetBorderSize() 1788 wBoundingShape(pWin)); in SetBorderSize() 1970 #define IS_SHAPED(pWin) (wBoundingShape (pWin) != NULL) 1977 if (wBoundingShape(pWin)) { in MakeBoundingRegion() 1979 RegionIntersect(pRgn, pRgn, wBoundingShape(pWin)); in MakeBoundingRegion()
|
| H A D | events.c | 857 if (wBoundingShape(pWin)) in CheckVirtualMotion() 896 pSprite->hotShape = wBoundingShape(pWin) ? &pWin->borderSize in ConfineCursorToWindow()
|
| H A D | dispatch.c | 1208 && (!wBoundingShape(pWin) || in ProcTranslateCoords()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxwindow.c | 969 if (wBoundingShape(pWindow)) { in dmxDoSetShape() 970 pBox = RegionRects(wBoundingShape(pWindow)); in dmxDoSetShape() 971 nRect = nBox = RegionNumRects(wBoundingShape(pWindow)); in dmxDoSetShape()
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessValTree.c | 173 if ((pBounding = wBoundingShape(pParent))) { in RootlessComputeClips()
|
| H A D | rootlessWindow.c | 214 if (wBoundingShape(pWin) == NULL) in RootlessGetShape() 221 RegionCopy(pShape, wBoundingShape(pWin)); in RootlessGetShape()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miexpose.c | 250 region = wBoundingShape(pSrcWin); in miHandleExposures()
|
| H A D | mivaltree.c | 253 if ((pBounding = wBoundingShape(pParent))) { in miComputeClips()
|
| H A D | miwindow.c | 767 && (!wBoundingShape(pWin) || PointInBorderSize(pWin, x, y)) in miSpriteTrace()
|
| H A D | mioverlay.c | 488 if ((pBounding = wBoundingShape(pParent))) { in miOverlayComputeClips()
|
| /OK3568_Linux_fs/external/xserver/xfixes/ |
| H A D | region.c | 170 pRegion = wBoundingShape(pWin); in ProcXFixesCreateRegionFromWindow()
|