Searched refs:pInstalledmap (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkcmap.c36 ColormapPtr pCmap = pScreenPriv->pInstalledmap;
131 if (pCmap == pScreenPriv->pInstalledmap)
135 if (pScreenPriv->pInstalledmap)
136 WalkTree(pScreenPriv->pInstalledmap->pScreen, TellLostMap,
137 (void *) &(pScreenPriv->pInstalledmap->mid));
140 pScreenPriv->pInstalledmap = pCmap;
163 if (pCmap != pScreenPriv->pInstalledmap)
179 pScreenPriv->pInstalledmap = 0;
189 if (pScreenPriv->pInstalledmap) {
190 *pCmaps++ = pScreenPriv->pInstalledmap
[all...]
H A Dkdrive.h142 ColormapPtr pInstalledmap; /* current colormap */ member in struct:__anon99926b600108
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkcmap.c36 ColormapPtr pCmap = pScreenPriv->pInstalledmap;
135 if (pCmap == pScreenPriv->pInstalledmap)
139 if (pScreenPriv->pInstalledmap)
140 WalkTree(pScreenPriv->pInstalledmap->pScreen, TellLostMap,
141 (pointer) &(pScreenPriv->pInstalledmap->mid));
144 pScreenPriv->pInstalledmap = pCmap;
167 if (pCmap != pScreenPriv->pInstalledmap)
185 pScreenPriv->pInstalledmap = 0;
195 if (pScreenPriv->pInstalledmap)
197 *pCmaps++ = pScreenPriv->pInstalledmap
[all...]
H A Dkdrive.h149 ColormapPtr pInstalledmap; /* current colormap */ member in struct:__anon6a273dcd0108

Completed in 4 milliseconds