Home
last modified time | relevance | path

Searched refs:WalkTree (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkcmap.c136 WalkTree(pScreenPriv->pInstalledmap->pScreen, TellLostMap, in KdInstallColormap()
145 WalkTree(pCmap->pScreen, TellGainedMap, (void *) &(pCmap->mid)); in KdInstallColormap()
178 WalkTree(pCmap->pScreen, TellLostMap, (void *) &(pCmap->mid)); in KdUninstallColormap()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DColor.c200 WalkTree(pScreen, xnestCountInstalledColormapWindows, (void *) &icws); in xnestSetInstalledColormapWindows()
204 WalkTree(pScreen, xnestGetInstalledColormapWindows, (void *) &icws); in xnestSetInstalledColormapWindows()
347 WalkTree(pCmap->pScreen, TellLostMap, (void *) &pOldCmap->mid); in xnestInstallColormap()
350 WalkTree(pCmap->pScreen, TellGainedMap, (void *) &pCmap->mid); in xnestInstallColormap()
H A DWindow.c67 WalkTree(screenInfo.screens[i], xnestFindWindowMatch, (void *) &wm); in xnestWindowPtr()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincmap.c133 WalkTree(pColormap->pScreen, TellLostMap, (char *) &oldpmap->mid); in winInstallColormap()
138 WalkTree(pColormap->pScreen, TellGainedMap, (char *) &pColormap->mid); in winInstallColormap()
H A Dwinwindow.c303 WalkTree(pWin->drawable.pScreen, winAddRgn, &hRgn); in winUpdateRgnRootless()
/OK3568_Linux_fs/external/xserver/include/
H A Dwindow.h88 extern _X_EXPORT int WalkTree(ScreenPtr pScreen,
/OK3568_Linux_fs/external/xserver/mi/
H A Dmicmap.c63 WalkTree(pmap->pScreen, TellLostMap, (char *) &oldpmap->mid); in miInstallColormap()
66 WalkTree(pmap->pScreen, TellGainedMap, (char *) &pmap->mid); in miInstallColormap()
/OK3568_Linux_fs/external/xserver/randr/
H A Drrproviderproperty.c53 WalkTree(pScreen, DeliverPropertyEvent, event); in RRDeliverPropertyEvent()
H A Drandr.c639 WalkTree(master, TellChanged, (void *) master); in RRTellChanged()
H A Drrproperty.c54 WalkTree(pScreen, DeliverPropertyEvent, event); in RRDeliverPropertyEvent()
/OK3568_Linux_fs/external/xserver/composite/
H A Dcompwindow.c85 WalkTree(pScreen, compCheckWindow, 0); in compCheckTree()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xv.c1186 WalkTree(pScreen, xf86XVReputAllVideo, 0); in xf86XVEnterVT()
/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c411 WalkTree(pmap->pScreen, (VisitWindowProcPtr) TellNoMap, (void *) &mid); in FreeColormap()
H A Dwindow.c466 WalkTree(ScreenPtr pScreen, VisitWindowProcPtr func, void *data) in WalkTree() function
/OK3568_Linux_fs/external/xserver/
H A DChangeLog107036 ==12536== by 0x809593E: WalkTree (window.c:255)