Searched refs:oldpmap (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwincmap.c117 ColormapPtr oldpmap = pScreenPriv->pcmapInstalled; local in function:winInstallColormap
124 if (pColormap != oldpmap) {
131 if (oldpmap != (ColormapPtr) None) {
133 WalkTree(pColormap->pScreen, TellLostMap, (char *) &oldpmap->mid);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwincmap.c120 ColormapPtr oldpmap = pScreenPriv->pcmapInstalled; local in function:winInstallColormap
127 if (pColormap != oldpmap)
135 if (oldpmap != (ColormapPtr) None)
138 WalkTree (pColormap->pScreen, TellLostMap, (char *)&oldpmap->mid);
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmicmap.c58 ColormapPtr oldpmap = GetInstalledmiColormap(pmap->pScreen); local in function:miInstallColormap
60 if(pmap != oldpmap)
64 if(oldpmap != (ColormapPtr)None)
65 WalkTree(pmap->pScreen, TellLostMap, (char *)&oldpmap->mid);
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmicmap.c57 ColormapPtr oldpmap = GetInstalledmiColormap(pmap->pScreen); local in function:miInstallColormap
59 if (pmap != oldpmap) {
62 if (oldpmap != (ColormapPtr) None)
63 WalkTree(pmap->pScreen, TellLostMap, (char *) &oldpmap->mid);
/xsrc/external/mit/xorg-server.old/dist/hw/vfb/
H A DInitOutput.c413 ColormapPtr oldpmap = GetInstalledColormap(pmap->pScreen); local in function:vfbInstallColormap
415 if (pmap != oldpmap)
426 if(oldpmap != (ColormapPtr)None)
427 WalkTree(pmap->pScreen, TellLostMap, (char *)&oldpmap->mid);
/xsrc/external/mit/xorg-server/dist/hw/vfb/
H A DInitOutput.c384 ColormapPtr oldpmap = GetInstalledmiColormap(pmap->pScreen); local in function:vfbInstallColormap
386 if (pmap != oldpmap) {

Completed in 8 milliseconds