Home
last modified time | relevance | path

Searched refs:rgb_fore (Results 1 – 2 of 2) sorted by relevance

/dports/devel/m17n-lib/m17n-lib-1.8.0/src/
H A Dm17n-X.c118 int rgb_fore; member
368 rgb = info->rgb_fore, gc = info->gc[GC_NORMAL]; in get_gc()
380 int rgb_fore, rgb_back; in get_gc_for_anti_alias() local
388 rgb_fore = info->rgb_fore, rgb_back = info->rgb_back; in get_gc_for_anti_alias()
389 xcolor.red = ((((rgb_fore & 0xFF0000) >> 16) * intensity in get_gc_for_anti_alias()
391 xcolor.green = ((((rgb_fore & 0xFF00) >> 8) * intensity in get_gc_for_anti_alias()
393 xcolor.blue = (((rgb_fore & 0xFF) * intensity in get_gc_for_anti_alias()
1470 info->gc[GC_NORMAL] = get_gc (frame, foreground, 1, &info->rgb_fore); in mwin__realize_face()
1475 info->gc[GC_NORMAL] = get_gc (frame, background, 0, &info->rgb_fore); in mwin__realize_face()
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_support.c8759 double rgb_low[4], rgb_high[4], rgb_fore[4], rgb_back[4]; in gmt_sample_cpt() local
8955 gmt_M_rgb_copy (rgb_fore, rgb_high); in gmt_sample_cpt()