Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DWindow.c99 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 DColor.c137 (xnestWindow(pWin) != None && wColormap(pWin) == icws->cmapIDs[i])
252 dixLookupResourceByType((void **) &pCmap, wColormap(pWin), in xnestSetInstalledColormapWindows()
/OK3568_Linux_fs/external/xserver/include/
H A Dwindowstr.h188 #define wColormap(w) ((w)->drawable.class == InputOnly ? None : wTrackParent(w, colormap)) macro
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxwindow.c89 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 Dwindow.c1423 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 Dcolormap.c456 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 Dsaver.c545 wantMap = wColormap(pWin); in CreateSaverWindow()