Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Dcolormap.h91 extern _X_EXPORT int TellGainedMap(WindowPtr pwin,
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkcmap.c145 WalkTree(pCmap->pScreen, TellGainedMap, (void *) &(pCmap->mid)); in KdInstallColormap()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincmap.c138 WalkTree(pColormap->pScreen, TellGainedMap, (char *) &pColormap->mid); in winInstallColormap()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DColor.c350 WalkTree(pCmap->pScreen, TellGainedMap, (void *) &pCmap->mid); in xnestInstallColormap()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmicmap.c66 WalkTree(pmap->pScreen, TellGainedMap, (char *) &pmap->mid); in miInstallColormap()
/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c505 TellGainedMap(WindowPtr pwin, void *value) in TellGainedMap() function