Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DColor.c137 (xnestWindow(pWin) != None && wColormap(pWin) == icws->cmapIDs[i])
142 xnestInstalledColormapWindows *icws = (xnestInstalledColormapWindows *) ptr; in xnestCountInstalledColormapWindows() local
145 for (i = 0; i < icws->numCmapIDs; i++) in xnestCountInstalledColormapWindows()
147 icws->numWindows++; in xnestCountInstalledColormapWindows()
157 xnestInstalledColormapWindows *icws = (xnestInstalledColormapWindows *) ptr; in xnestGetInstalledColormapWindows() local
160 for (i = 0; i < icws->numCmapIDs; i++) in xnestGetInstalledColormapWindows()
162 icws->windows[icws->index++] = xnestWindow(pWin); in xnestGetInstalledColormapWindows()
194 xnestInstalledColormapWindows icws; in xnestSetInstalledColormapWindows() local
197 icws.cmapIDs = xallocarray(pScreen->maxInstalledCmaps, sizeof(Colormap)); in xnestSetInstalledColormapWindows()
198 icws.numCmapIDs = xnestListInstalledColormaps(pScreen, icws.cmapIDs); in xnestSetInstalledColormapWindows()
[all …]