Searched refs:pmaps (Results 1 – 7 of 7) sorted by relevance
39 fbListInstalledColormaps(ScreenPtr pScreen, Colormap * pmaps) in fbListInstalledColormaps() argument41 return miListInstalledColormaps(pScreen, pmaps); in fbListInstalledColormaps()
720 fbListInstalledColormaps(ScreenPtr pScreen, Colormap * pmaps);
44 winListInstalledColormaps(ScreenPtr pScreen, Colormap * pmaps);96 winListInstalledColormaps(ScreenPtr pScreen, Colormap * pmaps) in winListInstalledColormaps() argument105 *pmaps = pScreenPriv->pcmapInstalled->mid; in winListInstalledColormaps()
21 Colormap * pmaps);
45 miListInstalledColormaps(ScreenPtr pScreen, Colormap * pmaps) in miListInstalledColormaps() argument48 *pmaps = GetInstalledmiColormap(pScreen)->mid; in miListInstalledColormaps()
351 jp2k pdf pmaps ps psd raw rsvg tga tgv tiff wbmp webp xcf xpm
2471 Colormap *pmaps; in IsMapInstalled() local2474 pmaps = xallocarray(pWin->drawable.pScreen->maxInstalledCmaps, in IsMapInstalled()2476 if (!pmaps) in IsMapInstalled()2479 (pWin->drawable.pScreen, pmaps); in IsMapInstalled()2482 if (pmaps[imap] == map) { in IsMapInstalled()2487 free(pmaps); in IsMapInstalled()