Home
last modified time | relevance | path

Searched refs:ListInstalledColormaps (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DColor.c304 n = (*pScreen->ListInstalledColormaps) (pScreen, pCmapIDs); in xnestDirectInstallColormaps()
325 n = (*pScreen->ListInstalledColormaps) (pScreen, pCmapIDs); in xnestDirectUninstallColormaps()
H A DScreen.c301 pScreen->ListInstalledColormaps = xnestListInstalledColormaps; in xnestOpenScreen()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbscreen.c151 pScreen->ListInstalledColormaps = fbListInstalledColormaps; in fbSetupScreen()
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h582 ListInstalledColormapsProcPtr ListInstalledColormaps; member
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincmap.c84 pScreen->ListInstalledColormaps = winListInstalledColormaps; in winSetColormapFunctions()
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkdrive.c747 pScreen->ListInstalledColormaps = KdListInstalledColormaps; in KdScreenInit()
/OK3568_Linux_fs/external/xserver/dix/
H A Dprotocol.txt512 R083 X11:ListInstalledColormaps
H A Dcolormap.c2478 nummaps = (*pWin->drawable.pScreen->ListInstalledColormaps) in IsMapInstalled()
H A Ddispatch.c2523 nummaps = (*pWin->drawable.pScreen->ListInstalledColormaps) in ProcListInstalledColormaps()