Lines Matching refs:pInstalledmap
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()
210 if (pCmap != pScreenPriv->pInstalledmap) in KdStoreColors()