Searched refs:ValidateTree (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessScreen.c | 372 SCREEN_UNWRAP(pScreen, ValidateTree); in RootlessValidateTree() 382 result = pScreen->ValidateTree(pParent, pChild, kind); in RootlessValidateTree() 386 SCREEN_WRAP(pScreen, ValidateTree); in RootlessValidateTree() 686 WRAP(ValidateTree); in RootlessWrap()
|
| H A D | rootlessCommon.h | 105 ValidateTreeProcPtr ValidateTree; member
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miwindow.c | 292 (*pScreen->ValidateTree) (pLayerWin->parent, NullWindow, kind); in miMoveWindow() 467 (*pScreen->ValidateTree) (pLayerWin->parent, pFirstChange, VTOther); in miResizeWindow() 670 (*pScreen->ValidateTree) (pLayerWin->parent, NullWindow, in miSetShape() 726 (*pScreen->ValidateTree) (pLayerWin->parent, pLayerWin, VTOther); in miChangeBorderWidth()
|
| H A D | miscrinit.c | 292 pScreen->ValidateTree = miValidateTree; in miScreenInit()
|
| H A D | mioverlay.c | 149 pScreen->ValidateTree = miOverlayValidateTree; in miInitOverlay() 958 (*pScreen->ValidateTree) (pWin->parent, NullWindow, kind); in miOverlayMoveWindow() 1214 (*pScreen->ValidateTree) (pWin->parent, pFirstChange, VTOther); in miOverlayResizeWindow() 1468 (*pScreen->ValidateTree) (pWin->parent, NullWindow, VTOther); in miOverlaySetShape() 1521 (*pScreen->ValidateTree) (pWin->parent, pWin, VTOther); in miOverlayChangeBorderWidth()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | scrnintstr.h | 540 ValidateTreeProcPtr ValidateTree; member
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | window.c | 2182 (*pScreen->ValidateTree) (pLayerWin->parent, pFirstChange, kind); in ReflectStackChange() 2699 (*pScreen->ValidateTree) (pLayerWin->parent, pLayerWin, VTMap); in MapWindow() 2780 (*pScreen->ValidateTree) (pLayerWin->parent, pFirstMapped, VTMap); in MapSubwindows() 2877 (*pScreen->ValidateTree) (pLayerWin->parent, pWin, VTUnmap); in UnmapWindow() 2947 (*pScreen->ValidateTree) (pLayerWin->parent, pHead, VTUnmap); in UnmapSubwindows() 3729 (*pScreen->ValidateTree) (pWin, NullWindow, VTOther); in SetRootClip()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxextension.c | 393 pScreen->ValidateTree(pRoot, NULL, VTBroken); in dmxUpdateScreenResources() 1052 pScreen->ValidateTree(pRoot, NULL, VTBroken); in dmxForceExposures()
|
| /OK3568_Linux_fs/external/xserver/composite/ |
| H A D | compalloc.c | 124 (*pScreen->ValidateTree) (pLayerWin->parent, pLayerWin, VTOther); in compHandleMarkedWindows()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | win.h | 514 ValidateTreeProcPtr ValidateTree; member
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 43151 dri1: Remove unused DRI{,Post}ValidateTree 43163 xquartz: Remove unused DRI{,Post}ValidateTree 92964 the pixmap destruction until ValidateTree is done. Window borders are 92978 the afected windows and calling ValidateTree and HandleExposures 92994 ValidateTree needs a valid borderClip so initialize the parent 98223 ValidateTree calls first ClipNotify and later might call
|