Searched refs:pInstalledmap (Results 1 – 2 of 2) sorted by relevance
36 ColormapPtr pCmap = pScreenPriv->pInstalledmap; in KdSetColormap()131 if (pCmap == pScreenPriv->pInstalledmap) in KdInstallColormap()135 if (pScreenPriv->pInstalledmap) in KdInstallColormap()136 WalkTree(pScreenPriv->pInstalledmap->pScreen, TellLostMap, in KdInstallColormap()137 (void *) &(pScreenPriv->pInstalledmap->mid)); in KdInstallColormap()140 pScreenPriv->pInstalledmap = pCmap; in KdInstallColormap()163 if (pCmap != pScreenPriv->pInstalledmap) in KdUninstallColormap()179 pScreenPriv->pInstalledmap = 0; in KdUninstallColormap()189 if (pScreenPriv->pInstalledmap) { in KdListInstalledColormaps()190 *pCmaps++ = pScreenPriv->pInstalledmap->mid; in KdListInstalledColormaps()[all …]
142 ColormapPtr pInstalledmap; /* current colormap */ member