Home
last modified time | relevance | path

Searched refs:HASH_RGB (Results 1 – 3 of 3) sorted by relevance

/dports/www/elinks/elinks-0.11.7/src/terminal/
H A Dcolor.c52 #define HASH_RGB(color, l) ((RGBCOLOR(color) + (l)) & (RGB_HASH_SIZE - 1)) macro
63 struct rgb_cache_entry *rgb_cache = &cache[HASH_RGB(color, level)]; in get_color()
97 #undef HASH_RGB
/dports/www/links1/links-1.04/
H A Dhtml_r.c85 #define HASH_RGB(r, l) ((((r)->r << 3) + ((r)->g << 2) + (r)->b + (l)) & (RGB_HASH_SIZE - 1)) macro
95 h = HASH_RGB(r, l); in find_nearest_color()
/dports/www/links/links-2.25/
H A Dhtml_r.c221 #define HASH_RGB(r, l) ((((r)->r << 3) + ((r)->g << 2) + (r)->b + (l)) & (RGB_HASH_SIZE - 1)) macro
233 h = HASH_RGB(r, l); in find_nearest_color()