Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c427 if (--pent->co.shco.red->refcnt == 0) in FreeColormap()
428 free(pent->co.shco.red); in FreeColormap()
429 if (--pent->co.shco.green->refcnt == 0) in FreeColormap()
430 free(pent->co.shco.green); in FreeColormap()
431 if (--pent->co.shco.blue->refcnt == 0) in FreeColormap()
432 free(pent->co.shco.blue); in FreeColormap()
684 if (--pent->co.shco.red->refcnt == 0) in FreeCell()
685 free(pent->co.shco.red); in FreeCell()
686 if (--pent->co.shco.green->refcnt == 0) in FreeCell()
687 free(pent->co.shco.green); in FreeCell()
[all …]
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessCommon.c118 red = ent->co.shco.red->color; in RootlessResolveColormap()
119 green = ent->co.shco.green->color; in RootlessResolveColormap()
120 blue = ent->co.shco.blue->color; in RootlessResolveColormap()
/OK3568_Linux_fs/external/xserver/include/
H A Dcolormapst.h79 SHCO shco; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86cmap.c617 gamma[entry->co.shco.red->color >> shift].red; in CMapRefreshColors()
619 gamma[entry->co.shco.green->color >> shift].green; in CMapRefreshColors()
621 gamma[entry->co.shco.blue->color >> shift].blue; in CMapRefreshColors()