Searched refs:shco (Results 1 – 4 of 4) sorted by relevance
427 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 …]
118 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()
79 SHCO shco; member
617 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()