Searched refs:xnestColormap (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Color.c | 68 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 D | Color.h | 40 #define xnestColormap(pCmap) (xnestColormapPriv(pCmap)->colormap) macro
|
| H A D | Window.c | 102 attributes.colormap = xnestColormap(pCmap); in xnestCreateWindow() 115 attributes.colormap = xnestColormap(pCmap); in xnestCreateWindow() 337 attributes.colormap = xnestColormap(pCmap); in xnestChangeWindowAttributes()
|