Home
last modified time | relevance | path

Searched refs:wBoundingShape (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowshape.c115 if (!wBoundingShape(pWin)) in winReshapeMultiWindow()
119 RegionCopy(&rrNewShape, wBoundingShape(pWin)); in winReshapeMultiWindow()
H A Dwinwindow.c342 if (!wBoundingShape(pWin)) in winReshapeRootless()
346 RegionCopy(&rrNewShape, wBoundingShape(pWin)); in winReshapeRootless()
H A Dwinwin32rootlesswindow.c289 wBoundingShape(pRLWinPriv->pFrame->win)); in winMWExtWMUpdateWindowDecoration()
338 wBoundingShape(pRLWinPriv->pFrame->win)); in winMWExtWMUpdateWindowDecoration()
H A Dwinwindowswm.c426 if (wBoundingShape(pWin) != NULL) { in ProcWindowsWMFrameDraw()
431 RegionCopy(&newShape, wBoundingShape(pWin)); in ProcWindowsWMFrameDraw()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dshape.c477 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 DpanoramiXprocs.c656 && (!wBoundingShape(pWin) || in PanoramiXTranslateCoords()
657 RegionContainsPoint(wBoundingShape(pWin), in PanoramiXTranslateCoords()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DWindow.c462 wBoundingShape(pWin))) { in xnestShapeWindow()
464 if (wBoundingShape(pWin)) { in xnestShapeWindow()
466 wBoundingShape(pWin)); in xnestShapeWindow()
/OK3568_Linux_fs/external/xserver/include/
H A Dwindowstr.h197 #define wBoundingShape(w) wUseDefault(w, boundingShape, NULL) macro
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c1018 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 Devents.c857 if (wBoundingShape(pWin)) in CheckVirtualMotion()
896 pSprite->hotShape = wBoundingShape(pWin) ? &pWin->borderSize in ConfineCursorToWindow()
H A Ddispatch.c1208 && (!wBoundingShape(pWin) || in ProcTranslateCoords()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxwindow.c969 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 DrootlessValTree.c173 if ((pBounding = wBoundingShape(pParent))) { in RootlessComputeClips()
H A DrootlessWindow.c214 if (wBoundingShape(pWin) == NULL) in RootlessGetShape()
221 RegionCopy(pShape, wBoundingShape(pWin)); in RootlessGetShape()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiexpose.c250 region = wBoundingShape(pSrcWin); in miHandleExposures()
H A Dmivaltree.c253 if ((pBounding = wBoundingShape(pParent))) { in miComputeClips()
H A Dmiwindow.c767 && (!wBoundingShape(pWin) || PointInBorderSize(pWin, x, y)) in miSpriteTrace()
H A Dmioverlay.c488 if ((pBounding = wBoundingShape(pParent))) { in miOverlayComputeClips()
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dregion.c170 pRegion = wBoundingShape(pWin); in ProcXFixesCreateRegionFromWindow()