Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/composite/
H A Dcompinit.c68 pScreen->MoveWindow = cs->MoveWindow; in compCloseScreen()
429 cs->MoveWindow = pScreen->MoveWindow; in compScreenInit()
430 pScreen->MoveWindow = compMoveWindow; in compScreenInit()
H A Dcompwindow.c390 pScreen->MoveWindow = cs->MoveWindow; in compMoveWindow()
391 (*pScreen->MoveWindow) (pWin, x, y, pSib, kind); in compMoveWindow()
392 cs->MoveWindow = pScreen->MoveWindow; in compMoveWindow()
393 pScreen->MoveWindow = compMoveWindow; in compMoveWindow()
H A Dcompint.h141 MoveWindowProcPtr MoveWindow; member
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowwindow.c265 MoveWindow(hWnd, in winPositionWindowMultiWindow()
835 WIN_UNWRAP(MoveWindow); in winMoveWindowMultiWindow()
836 (*pScreen->MoveWindow) (pWin, x, y, pSib, kind); in winMoveWindowMultiWindow()
837 WIN_WRAP(MoveWindow, winMoveWindowMultiWindow); in winMoveWindowMultiWindow()
H A Dwinscrinit.c477 WRAP(MoveWindow); in winFinishScreenInitFB()
491 pScreen->MoveWindow = winMoveWindowMultiWindow; in winFinishScreenInitFB()
H A Dwin.h522 MoveWindowProcPtr MoveWindow; member
H A Dwinwin32rootless.c506 MoveWindow(pRLWinPriv->hWnd, in winMWExtWMResizeFrame()
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessCommon.h90 MoveWindowProcPtr MoveWindow; member
H A DrootlessWindow.c1220 SCREEN_UNWRAP(pScreen, MoveWindow); in RootlessMoveWindow()
1226 pScreen->MoveWindow(pWin, x, y, pSib, kind); in RootlessMoveWindow()
1232 SCREEN_WRAP(pScreen, MoveWindow); in RootlessMoveWindow()
H A DrootlessScreen.c679 WRAP(MoveWindow); in RootlessWrap()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiscrinit.c310 pScreen->MoveWindow = miMoveWindow; in miScreenInit()
H A Dmioverlay.c151 pScreen->MoveWindow = miOverlayMoveWindow; in miInitOverlay()
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h614 MoveWindowProcPtr MoveWindow; member
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxextension.c492 pScreen->MoveWindow(pChild, in dmxSetRootWindowOrigin()
679 pScreen->MoveWindow(pChild, in dmxConfigureDesktop()
/OK3568_Linux_fs/kernel/drivers/net/wireless/cisco/
H A Dairo.c1298 static void MoveWindow(miccntx *context, u32 micSeq);
1590 MoveWindow(context, micSeq); in RxSeqValid()
1603 MoveWindow(context, micSeq); in RxSeqValid()
1610 static void MoveWindow(miccntx *context, u32 micSeq) in MoveWindow() function
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c2418 (*pWin->drawable.pScreen->MoveWindow) (pWin, x, y, pSib, in ConfigureWindow()
3165 (*pWin->drawable.pScreen->MoveWindow) (pWin, in dixSaveScreens()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog109753 basically did the same thing, so we can drop the MoveWindow,
190852 Wrap ClipNotify to see region motions during MoveWindow.