Lines Matching refs:pmap
47 winStoreColors(ColormapPtr pmap, int ndef, xColorItem * pdefs);
50 winInstallColormap(ColormapPtr pmap);
53 winUninstallColormap(ColormapPtr pmap);
62 winCreateColormap(ColormapPtr pmap);
65 winDestroyColormap(ColormapPtr pmap);
155 winUninstallColormap(ColormapPtr pmap) in winUninstallColormap() argument
157 winScreenPriv(pmap->pScreen); in winUninstallColormap()
165 if (pmap != curpmap) { in winUninstallColormap()
179 if (pmap->mid != pmap->pScreen->defColormap) { in winUninstallColormap()
180 dixLookupResourceByType((void *) &curpmap, pmap->pScreen->defColormap, in winUninstallColormap()
182 (*pmap->pScreen->InstallColormap) (curpmap); in winUninstallColormap()
188 winStoreColors(ColormapPtr pmap, int ndef, xColorItem * pdefs) in winStoreColors() argument
190 ScreenPtr pScreen = pmap->pScreen; in winStoreColors()
193 winCmapPriv(pmap); in winStoreColors()
226 if (!((pScreenPriv->pwinStoreColors) (pmap, ndef, pdefs))) { in winStoreColors()
249 winCreateColormap(ColormapPtr pmap) in winCreateColormap() argument
252 ScreenPtr pScreen = pmap->pScreen; in winCreateColormap()
261 if (!winAllocateCmapPrivates(pmap)) { in winCreateColormap()
267 pCmapPriv = winGetCmapPriv(pmap); in winCreateColormap()
286 if (!((*pScreenPriv->pwinCreateColormap) (pmap))) { in winCreateColormap()