Searched refs:wColormap (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Window.c | 99 dixLookupResourceByType((void **) &pCmap, wColormap(pWin), in xnestCreateWindow() 112 dixLookupResourceByType((void **) &pCmap, wColormap(pWin), in xnestCreateWindow() 334 dixLookupResourceByType((void **) &pCmap, wColormap(pWin), in xnestChangeWindowAttributes()
|
| H A D | Color.c | 137 (xnestWindow(pWin) != None && wColormap(pWin) == icws->cmapIDs[i]) 252 dixLookupResourceByType((void **) &pCmap, wColormap(pWin), in xnestSetInstalledColormapWindows()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | windowstr.h | 188 #define wColormap(w) ((w)->drawable.class == InputOnly ? None : wTrackParent(w, colormap)) macro
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxwindow.c | 89 dixLookupResourceByType((void **) &pCmap, wColormap(pWindow), in dmxCreateRootWindow() 195 dixLookupResourceByType((void **) &pCmap, wColormap(pWindow), in dmxGetDefaultWindowAttributes() 564 dixLookupResourceByType((void **) &pCmap, wColormap(pWindow), in dmxDoChangeWindowAttributes()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | window.c | 1423 cmap = wColormap(pWin->parent); in ChangeWindowAttributes() 1444 if (cmap != wColormap(pWin)) { in ChangeWindowAttributes() 1451 else if (pWin->parent && cmap == wColormap(pWin->parent)) in ChangeWindowAttributes() 1631 wa->colormap = wColormap(pWin); in GetWindowAttributes()
|
| H A D | colormap.c | 456 if (wColormap(pwin) == *pmid) { in TellNoMap() 488 if (wColormap(pwin) == *pmid) { in TellLostMap() 513 if (wColormap(pwin) == *pmid) { in TellGainedMap()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | saver.c | 545 wantMap = wColormap(pWin); in CreateSaverWindow()
|