Home
last modified time | relevance | path

Searched refs:oldpmap (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincmap.c117 ColormapPtr oldpmap = pScreenPriv->pcmapInstalled; in winInstallColormap() local
124 if (pColormap != oldpmap) { in winInstallColormap()
131 if (oldpmap != (ColormapPtr) None) { in winInstallColormap()
133 WalkTree(pColormap->pScreen, TellLostMap, (char *) &oldpmap->mid); in winInstallColormap()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmicmap.c57 ColormapPtr oldpmap = GetInstalledmiColormap(pmap->pScreen); in miInstallColormap() local
59 if (pmap != oldpmap) { in miInstallColormap()
62 if (oldpmap != (ColormapPtr) None) in miInstallColormap()
63 WalkTree(pmap->pScreen, TellLostMap, (char *) &oldpmap->mid); in miInstallColormap()
/OK3568_Linux_fs/external/xserver/hw/vfb/
H A DInitOutput.c396 ColormapPtr oldpmap = GetInstalledmiColormap(pmap->pScreen); in vfbInstallColormap() local
398 if (pmap != oldpmap) { in vfbInstallColormap()