Home
last modified time | relevance | path

Searched refs:PositionWindow (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/external/xserver/dbe/
H A Dmidbe.c477 pScreen->PositionWindow = pDbeScreenPriv->PositionWindow; in miDbePositionWindow()
493 ret = (*pScreen->PositionWindow) (pWin, x, y); in miDbePositionWindow()
502 pDbeScreenPriv->PositionWindow = pScreen->PositionWindow; in miDbePositionWindow()
503 pScreen->PositionWindow = miDbePositionWindow; in miDbePositionWindow()
676 pDbeScreenPriv->PositionWindow = pScreen->PositionWindow; in miDbeInit()
677 pScreen->PositionWindow = miDbePositionWindow; in miDbeInit()
H A Ddbestruct.h177 PositionWindowProcPtr PositionWindow; member
H A Ddbe.c1264 pScreen->PositionWindow = pDbeScreenPriv->PositionWindow; in DbeResetProc()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinscrinit.c439 WRAP(PositionWindow); in winFinishScreenInitFB()
446 pScreen->PositionWindow = winPositionWindowRootless; in winFinishScreenInitFB()
472 WRAP(PositionWindow); in winFinishScreenInitFB()
484 pScreen->PositionWindow = winPositionWindowMultiWindow; in winFinishScreenInitFB()
H A Dwinwindow.c122 WIN_UNWRAP(PositionWindow); in winPositionWindowRootless()
123 fResult = (*pScreen->PositionWindow) (pWin, x, y); in winPositionWindowRootless()
124 WIN_WRAP(PositionWindow, winPositionWindowRootless); in winPositionWindowRootless()
H A Dwinmultiwindowwindow.c191 WIN_UNWRAP(PositionWindow); in winPositionWindowMultiWindow()
192 fResult = (*pScreen->PositionWindow) (pWin, x, y); in winPositionWindowMultiWindow()
193 WIN_WRAP(PositionWindow, winPositionWindowMultiWindow); in winPositionWindowMultiWindow()
H A Dwin.h510 PositionWindowProcPtr PositionWindow; member
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompinit.c78 pScreen->PositionWindow = cs->PositionWindow; in compCloseScreen()
405 cs->PositionWindow = pScreen->PositionWindow; in compScreenInit()
406 pScreen->PositionWindow = compPositionWindow; in compScreenInit()
H A Dcompwindow.c225 pScreen->PositionWindow = cs->PositionWindow; in compPositionWindow()
249 if (!(*pScreen->PositionWindow) (pWin, x, y)) in compPositionWindow()
251 cs->PositionWindow = pScreen->PositionWindow; in compPositionWindow()
252 pScreen->PositionWindow = compPositionWindow; in compPositionWindow()
H A Dcompint.h128 PositionWindowProcPtr PositionWindow; member
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxscrinit.c288 DMX_WRAP(PositionWindow, dmxPositionWindow, dmxScreen, pScreen); in dmxScreenInit()
410 DMX_UNWRAP(PositionWindow, dmxScreen, pScreen); in dmxCloseScreen()
H A Ddmxwindow.c447 DMX_UNWRAP(PositionWindow, dmxScreen, pScreen); in dmxPositionWindow()
449 if (pScreen->PositionWindow) in dmxPositionWindow()
450 ret = pScreen->PositionWindow(pWindow, x, y); in dmxPositionWindow()
478 DMX_WRAP(PositionWindow, dmxPositionWindow, dmxScreen, pScreen); in dmxPositionWindow()
H A Ddmx.h204 PositionWindowProcPtr PositionWindow; member
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessCommon.h95 PositionWindowProcPtr PositionWindow; member
H A DrootlessWindow.c340 SCREEN_UNWRAP(pScreen, PositionWindow); in RootlessPositionWindow()
341 result = pScreen->PositionWindow(pWin, x, y); in RootlessPositionWindow()
342 SCREEN_WRAP(pScreen, PositionWindow); in RootlessPositionWindow()
H A DrootlessScreen.c680 WRAP(PositionWindow); in RootlessWrap()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbscreen.c137 pScreen->PositionWindow = fbPositionWindow; in fbSetupScreen()
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h536 PositionWindowProcPtr PositionWindow; member
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiwindow.c277 (*pScreen->PositionWindow) (pWin, x, y); in miMoveWindow()
447 (*pScreen->PositionWindow) (pWin, x, y); in miResizeWindow()
H A Dmioverlay.c947 (*pScreen->PositionWindow) (pWin, x, y); in miOverlayMoveWindow()
1200 (*pScreen->PositionWindow) (pWin, x, y); in miOverlayResizeWindow()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DScreen.c271 pScreen->PositionWindow = xnestPositionWindow; in xnestOpenScreen()
/OK3568_Linux_fs/external/xserver/dix/
H A Dwindow.c673 (*pScreen->PositionWindow) (pWin, 0, 0); in InitRootWindow()
932 (*pScreen->PositionWindow) (pWin, pWin->drawable.x, pWin->drawable.y); in CreateWindow()
1888 (*pScreen->PositionWindow) (pSib, pSib->drawable.x, pSib->drawable.y); in ResizeChildrenWinSize()
1898 (*pScreen->PositionWindow) (pChild, in ResizeChildrenWinSize()
2594 (*pScreen->PositionWindow) (pWin, pWin->drawable.x, pWin->drawable.y); in ReparentWindow()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog144577 Drop the glx resize hook and stop chaining PositionWindow.
152501 - The final step is the call to PositionWindow().
190853 Check window reorigin in PositionWindow and bump pixmap serial numbers to