Lines Matching defs:pmap
48 winStoreColors (ColormapPtr pmap, int ndef, xColorItem *pdefs);
51 winInstallColormap (ColormapPtr pmap);
54 winUninstallColormap (ColormapPtr pmap);
63 winCreateColormap (ColormapPtr pmap);
66 winDestroyColormap (ColormapPtr pmap);
161 winUninstallColormap (ColormapPtr pmap)
163 winScreenPriv(pmap->pScreen);
171 if (pmap != curpmap)
186 if (pmap->mid != pmap->pScreen->defColormap)
188 dixLookupResourceByType((pointer) &curpmap, pmap->pScreen->defColormap,
190 (*pmap->pScreen->InstallColormap) (curpmap);
197 winStoreColors (ColormapPtr pmap,
201 ScreenPtr pScreen = pmap->pScreen;
203 winCmapPriv(pmap);
238 if (!((pScreenPriv->pwinStoreColors) (pmap, ndef, pdefs)))
264 winCreateColormap (ColormapPtr pmap)
267 ScreenPtr pScreen = pmap->pScreen;
275 if (!winAllocateCmapPrivates (pmap))
282 pCmapPriv = winGetCmapPriv (pmap);
301 if (!((*pScreenPriv->pwinCreateColormap) (pmap)))