Lines Matching refs:pCmap
482 ColormapPtr pCmap;
487 rc = dixLookupResourceByType((pointer *)&pCmap, pPriv->installedMap,
491 (*pCmap->pScreen->UninstallColormap) (pCmap);
510 ColormapPtr pCmap;
604 result = dixLookupResourceByType((pointer *)&pCmap, wantMap, RT_COLORMAP,
611 (*pCmap->pScreen->InstallColormap) (pCmap);
811 ColormapPtr pCmap;
1109 ret = dixLookupResourceByType((pointer *)&pCmap, cmap, RT_COLORMAP,
1116 if (pCmap->pVisual->vid != visual || pCmap->pScreen != pScreen)