Searched refs:SetShape (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winmultiwindowshape.c | 53 WIN_UNWRAP(SetShape); in winSetShapeMultiWindow() 54 (*pScreen->SetShape) (pWin, kind); in winSetShapeMultiWindow() 55 WIN_WRAP(SetShape, winSetShapeMultiWindow); in winSetShapeMultiWindow()
|
| H A D | winscrinit.c | 441 WRAP(SetShape); in winFinishScreenInitFB() 450 pScreen->SetShape = winSetShapeRootless; in winFinishScreenInitFB() 479 WRAP(SetShape); in winFinishScreenInitFB() 493 pScreen->SetShape = winSetShapeMultiWindow; in winFinishScreenInitFB()
|
| H A D | winwindow.c | 224 WIN_UNWRAP(SetShape); in winSetShapeRootless() 225 (*pScreen->SetShape) (pWin, kind); in winSetShapeRootless() 226 WIN_WRAP(SetShape, winSetShapeRootless); in winSetShapeRootless()
|
| H A D | win.h | 523 SetShapeProcPtr SetShape; member
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxscrinit.c | 322 DMX_WRAP(SetShape, dmxSetShape, dmxScreen, pScreen); in dmxScreenInit() 403 DMX_UNWRAP(SetShape, dmxScreen, pScreen); in dmxCloseScreen()
|
| H A D | dmxwindow.c | 1028 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 D | dmx.h | 232 SetShapeProcPtr SetShape; member
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessCommon.h | 107 SetShapeProcPtr SetShape; member
|
| H A D | rootlessWindow.c | 279 SCREEN_UNWRAP(pScreen, SetShape); in RootlessSetShape() 280 pScreen->SetShape(pWin, kind); in RootlessSetShape() 281 SCREEN_WRAP(pScreen, SetShape); in RootlessSetShape()
|
| H A D | rootlessScreen.c | 692 WRAP(SetShape); in RootlessWrap()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miscrinit.c | 316 pScreen->SetShape = miSetShape; in miScreenInit()
|
| H A D | mioverlay.c | 156 pScreen->SetShape = miOverlaySetShape; in miInitOverlay()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | scrnintstr.h | 620 SetShapeProcPtr SetShape; member
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Screen.c | 334 pScreen->SetShape = xnestSetShape; in xnestOpenScreen()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | shape.c | 175 (*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 D | region.c | 711 (*pWin->drawable.pScreen->SetShape) (pWin, stuff->destKind); in ProcXFixesSetWindowShapeRegion()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 64941 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
|