Home
last modified time | relevance | path

Searched refs:xnestColormap (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DColor.c68 XQueryColors(xnestDisplay, xnestColormap(pCmap), colors, ncolors); in xnestCreateColormap()
81 XQueryColors(xnestDisplay, xnestColormap(pCmap), colors, ncolors); in xnestCreateColormap()
108 XQueryColors(xnestDisplay, xnestColormap(pCmap), colors, ncolors); in xnestCreateColormap()
133 XFreeColormap(xnestDisplay, xnestColormap(pCmap)); in xnestDestroyColormap()
262 xnestColormap(pCmap)); in xnestSetInstalledColormapWindows()
312 XInstallColormap(xnestDisplay, xnestColormap(pCmap)); in xnestDirectInstallColormaps()
333 XUninstallColormap(xnestDisplay, xnestColormap(pCmap)); in xnestDirectUninstallColormaps()
402 XStoreColors(xnestDisplay, xnestColormap(pCmap), pColors64, nColors); in xnestStoreColors()
406 XStoreColors(xnestDisplay, xnestColormap(pCmap), in xnestStoreColors()
H A DColor.h40 #define xnestColormap(pCmap) (xnestColormapPriv(pCmap)->colormap) macro
H A DWindow.c102 attributes.colormap = xnestColormap(pCmap); in xnestCreateWindow()
115 attributes.colormap = xnestColormap(pCmap); in xnestCreateWindow()
337 attributes.colormap = xnestColormap(pCmap); in xnestChangeWindowAttributes()