Searched refs:pLayerWin (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miwindow.c | 254 WindowPtr pLayerWin; in miMoveWindow() local 267 anyMarked = (*pScreen->MarkOverlappedWindows) (pWin, pWin, &pLayerWin); in miMoveWindow() 284 if (pLayerWin == pWin) in miMoveWindow() 289 (pWin, pLayerWin, NULL); in miMoveWindow() 292 (*pScreen->ValidateTree) (pLayerWin->parent, NullWindow, kind); in miMoveWindow() 296 (*pScreen->HandleExposures) (pLayerWin->parent); in miMoveWindow() 298 (*pScreen->PostValidateTree) (pLayerWin->parent, NULL, kind); in miMoveWindow() 367 WindowPtr pLayerWin; in miResizeWindow() local 401 anyMarked |= (*pScreen->MarkOverlappedWindows) (pWin, pWin, &pLayerWin); in miResizeWindow() 454 if (pLayerWin == pWin) in miResizeWindow() [all …]
|
| H A D | mioverlay.c | 328 WindowPtr pFirst, WindowPtr *pLayerWin) in miOverlayMarkOverlappedWindows() argument 337 if (pLayerWin) in miOverlayMarkOverlappedWindows() 338 *pLayerWin = pWin; /* hah! */ in miOverlayMarkOverlappedWindows()
|
| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compalloc.c | 106 WindowPtr pLayerWin = pWin; in compMarkWindows() local 111 (*pScreen->MarkOverlappedWindows) (pWin, pWin, &pLayerWin); in compMarkWindows() 112 (*pScreen->MarkWindow) (pLayerWin->parent); in compMarkWindows() 114 *ppLayerWin = pLayerWin; in compMarkWindows() 120 compHandleMarkedWindows(WindowPtr pWin, WindowPtr pLayerWin) in compHandleMarkedWindows() argument 124 (*pScreen->ValidateTree) (pLayerWin->parent, pLayerWin, VTOther); in compHandleMarkedWindows() 125 (*pScreen->HandleExposures) (pLayerWin->parent); in compHandleMarkedWindows() 127 (*pScreen->PostValidateTree) (pLayerWin->parent, pLayerWin, VTOther); in compHandleMarkedWindows() 139 WindowPtr pLayerWin; in compRedirectWindow() local 186 anyMarked = compMarkWindows(pWin, &pLayerWin); in compRedirectWindow() [all …]
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | window.c | 2167 WindowPtr pLayerWin; in ReflectStackChange() local 2178 &pLayerWin); in ReflectStackChange() 2179 if (pLayerWin != pWin) in ReflectStackChange() 2180 pFirstChange = pLayerWin; in ReflectStackChange() 2182 (*pScreen->ValidateTree) (pLayerWin->parent, pFirstChange, kind); in ReflectStackChange() 2183 (*pScreen->HandleExposures) (pLayerWin->parent); in ReflectStackChange() 2185 (*pScreen->PostValidateTree) (pLayerWin->parent, pFirstChange, in ReflectStackChange() 2670 WindowPtr pLayerWin; in MapWindow() local 2697 &pLayerWin); in MapWindow() 2699 (*pScreen->ValidateTree) (pLayerWin->parent, pLayerWin, VTMap); in MapWindow() [all …]
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-fbturbo/ |
| H A D | 0005-backing_store_tuner-struct-_Window-backStorage-is-go.patch | 36 @@ -109,7 +109,7 @@ xPostValidateTree(WindowPtr pWin, WindowPtr pLayerWin, VTKind kind) 45 @@ -125,7 +125,7 @@ xPostValidateTree(WindowPtr pWin, WindowPtr pLayerWin, VTKind kind)
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86xv.c | 88 static void xf86XVPostValidateTree(WindowPtr pWin, WindowPtr pLayerWin, 1027 xf86XVPostValidateTree(WindowPtr pWin, WindowPtr pLayerWin, VTKind kind) in xf86XVPostValidateTree() argument 1036 pScreen = pLayerWin->drawable.pScreen; in xf86XVPostValidateTree() 1045 (*pScreen->PostValidateTree) (pWin, pLayerWin, kind); in xf86XVPostValidateTree()
|