Home
last modified time | relevance | path

Searched refs:pInstalledmap (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkcmap.c36 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 …]
H A Dkdrive.h142 ColormapPtr pInstalledmap; /* current colormap */ member