Home
last modified time | relevance | path

Searched refs:curpmap (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincmap.c158 ColormapPtr curpmap = pScreenPriv->pcmapInstalled; in winUninstallColormap() local
165 if (pmap != curpmap) { in winUninstallColormap()
180 dixLookupResourceByType((void *) &curpmap, pmap->pScreen->defColormap, in winUninstallColormap()
182 (*pmap->pScreen->InstallColormap) (curpmap); in winUninstallColormap()
H A Dwinshadgdi.c953 ColormapPtr curpmap = pScreenPriv->pcmapInstalled; in winStoreColorsShadowGDI() local
964 if (pColormap != curpmap) { in winStoreColorsShadowGDI()
H A Dwinshadddnl.c1072 ColormapPtr curpmap = pScreenPriv->pcmapInstalled; in winStoreColorsShadowDDNL() local
1089 if (pColormap != curpmap) { in winStoreColorsShadowDDNL()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmicmap.c74 ColormapPtr curpmap = GetInstalledmiColormap(pmap->pScreen); in miUninstallColormap() local
76 if (pmap == curpmap) { in miUninstallColormap()
78 dixLookupResourceByType((void **) &curpmap, in miUninstallColormap()
81 (*pmap->pScreen->InstallColormap) (curpmap); in miUninstallColormap()