Home
last modified time | relevance | path

Searched refs:TellLostMap (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkcmap.c136 WalkTree(pScreenPriv->pInstalledmap->pScreen, TellLostMap, in KdInstallColormap()
178 WalkTree(pCmap->pScreen, TellLostMap, (void *) &(pCmap->mid)); in KdUninstallColormap()
/OK3568_Linux_fs/external/xserver/include/
H A Dcolormap.h88 extern _X_EXPORT int TellLostMap(WindowPtr pwin,
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincmap.c133 WalkTree(pColormap->pScreen, TellLostMap, (char *) &oldpmap->mid); in winInstallColormap()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DColor.c347 WalkTree(pCmap->pScreen, TellLostMap, (void *) &pOldCmap->mid); in xnestInstallColormap()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmicmap.c63 WalkTree(pmap->pScreen, TellLostMap, (char *) &oldpmap->mid); in miInstallColormap()
/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c480 TellLostMap(WindowPtr pwin, void *value) in TellLostMap() function