Home
last modified time | relevance | path

Searched refs:SetShape (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowshape.c53 WIN_UNWRAP(SetShape); in winSetShapeMultiWindow()
54 (*pScreen->SetShape) (pWin, kind); in winSetShapeMultiWindow()
55 WIN_WRAP(SetShape, winSetShapeMultiWindow); in winSetShapeMultiWindow()
H A Dwinscrinit.c441 WRAP(SetShape); in winFinishScreenInitFB()
450 pScreen->SetShape = winSetShapeRootless; in winFinishScreenInitFB()
479 WRAP(SetShape); in winFinishScreenInitFB()
493 pScreen->SetShape = winSetShapeMultiWindow; in winFinishScreenInitFB()
H A Dwinwindow.c224 WIN_UNWRAP(SetShape); in winSetShapeRootless()
225 (*pScreen->SetShape) (pWin, kind); in winSetShapeRootless()
226 WIN_WRAP(SetShape, winSetShapeRootless); in winSetShapeRootless()
H A Dwin.h523 SetShapeProcPtr SetShape; member
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxscrinit.c322 DMX_WRAP(SetShape, dmxSetShape, dmxScreen, pScreen); in dmxScreenInit()
403 DMX_UNWRAP(SetShape, dmxScreen, pScreen); in dmxCloseScreen()
H A Ddmxwindow.c1028 DMX_UNWRAP(SetShape, dmxScreen, pScreen); in dmxSetShape()
1030 if (pScreen->SetShape) in dmxSetShape()
1031 pScreen->SetShape(pWindow, kind); in dmxSetShape()
1043 DMX_WRAP(SetShape, dmxSetShape, dmxScreen, pScreen); in dmxSetShape()
H A Ddmx.h232 SetShapeProcPtr SetShape; member
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessCommon.h107 SetShapeProcPtr SetShape; member
H A DrootlessWindow.c279 SCREEN_UNWRAP(pScreen, SetShape); in RootlessSetShape()
280 pScreen->SetShape(pWin, kind); in RootlessSetShape()
281 SCREEN_WRAP(pScreen, SetShape); in RootlessSetShape()
H A DrootlessScreen.c692 WRAP(SetShape); in RootlessWrap()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiscrinit.c316 pScreen->SetShape = miSetShape; in miScreenInit()
H A Dmioverlay.c156 pScreen->SetShape = miOverlaySetShape; in miInitOverlay()
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h620 SetShapeProcPtr SetShape; member
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DScreen.c334 pScreen->SetShape = xnestSetShape; in xnestOpenScreen()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dshape.c175 (*pWin->drawable.pScreen->SetShape) (pWin, kind); in RegionOperate()
590 (*pWin->drawable.pScreen->SetShape) (pWin, stuff->destKind); in ProcShapeOffset()
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dregion.c711 (*pWin->drawable.pScreen->SetShape) (pWin, stuff->destKind); in ProcXFixesSetWindowShapeRegion()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog64941 window shape changes, instead we hook the screen SetShape procedure and reshape
109654 rootless: Fix SetShape regression
110031 Propagate the shape kind all the way to SetShape to avoid performing non-input