Searched refs:curpmap (Results 1 – 4 of 4) sorted by relevance
158 ColormapPtr curpmap = pScreenPriv->pcmapInstalled; in winUninstallColormap() local165 if (pmap != curpmap) { in winUninstallColormap()180 dixLookupResourceByType((void *) &curpmap, pmap->pScreen->defColormap, in winUninstallColormap()182 (*pmap->pScreen->InstallColormap) (curpmap); in winUninstallColormap()
953 ColormapPtr curpmap = pScreenPriv->pcmapInstalled; in winStoreColorsShadowGDI() local964 if (pColormap != curpmap) { in winStoreColorsShadowGDI()
1072 ColormapPtr curpmap = pScreenPriv->pcmapInstalled; in winStoreColorsShadowDDNL() local1089 if (pColormap != curpmap) { in winStoreColorsShadowDDNL()
74 ColormapPtr curpmap = GetInstalledmiColormap(pmap->pScreen); in miUninstallColormap() local76 if (pmap == curpmap) { in miUninstallColormap()78 dixLookupResourceByType((void **) &curpmap, in miUninstallColormap()81 (*pmap->pScreen->InstallColormap) (curpmap); in miUninstallColormap()