Lines Matching refs:pmap
394 vfbInstallColormap(ColormapPtr pmap) in vfbInstallColormap() argument
396 ColormapPtr oldpmap = GetInstalledmiColormap(pmap->pScreen); in vfbInstallColormap()
398 if (pmap != oldpmap) { in vfbInstallColormap()
407 miInstallColormap(pmap); in vfbInstallColormap()
409 entries = pmap->pVisual->ColormapEntries; in vfbInstallColormap()
410 pXWDHeader = vfbScreens[pmap->pScreen->myNum].pXWDHeader; in vfbInstallColormap()
411 pVisual = pmap->pVisual; in vfbInstallColormap()
427 QueryColors(pmap, entries, ppix, prgb, serverClient); in vfbInstallColormap()
436 (*pmap->pScreen->StoreColors) (pmap, entries, defs); in vfbInstallColormap()
445 vfbStoreColors(ColormapPtr pmap, int ndef, xColorItem * pdefs) in vfbStoreColors() argument
450 if (pmap != GetInstalledmiColormap(pmap->pScreen)) { in vfbStoreColors()
454 pXWDCmap = vfbScreens[pmap->pScreen->myNum].pXWDCmap; in vfbStoreColors()
456 if ((pmap->pVisual->class | DynamicClass) == DirectColor) { in vfbStoreColors()