Home
last modified time | relevance | path

Searched refs:vt_get_color_rgba (Results 1 – 9 of 9) sorted by relevance

/dports/x11/mlterm/mlterm-3.9.1/vtemu/
H A Dvt_color.c409 if (!vt_get_color_rgba(color, &r, &g, &b, NULL)) { in color_config_set_rgb()
495 !vt_get_color_rgba(color, &red, &green, &blue, &alpha) : in parse_conf()
650 int vt_get_color_rgba(vt_color_t color, u_int8_t *red, u_int8_t *green, u_int8_t *blue, in vt_get_color_rgba() function
895 if (vt_get_color_rgba(color, &r, &g, &b, &a) && a == 0xff) { in vt_get_closest_color()
H A Dvt_color.h89 int vt_get_color_rgba(vt_color_t color, u_int8_t *red, u_int8_t *green, u_int8_t *blue,
H A Dvt_parser.c1913 vt_get_color_rgba(color, &r, &g, &b, NULL); in report_color_table()
1921 vt_get_color_rgba(color, &r, &g, &b, NULL); in report_color_table()
2933 ret = vt_get_color_rgba(color, &red, &green, &blue, NULL); in get_rgb()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/
H A Dui_color_cache.c67 if (!vt_get_color_rgba(color, &red, &green, &blue, &alpha) || in get_cached_256ext_xcolor()
101 if (!vt_get_color_rgba(color, &red, &green, &blue, &alpha) || in get_cached_vtsys_xcolor()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/console/
H A Dui_color.c71 vt_get_color_rgba(xcolor->pixel, &xcolor->red, &xcolor->green, &xcolor->blue, NULL); in ui_load_rgb_xcolor()
/dports/x11/mlterm/mlterm-3.9.1/libvterm/
H A Dvterm.c762 vt_get_color_rgba(index, &r, &g, &b, NULL); in vterm_state_get_palette_color()
956 vt_get_color_rgba(fg, &r, &g, &b, NULL); in vterm_screen_get_cell()
972 vt_get_color_rgba(bg, &r, &g, &b, NULL); in vterm_screen_get_cell()
/dports/x11/mlterm/mlterm-3.9.1/java/
H A DMLTermPty.c1028 vt_get_color_rgba(color, &red, &green, &blue, NULL) in Java_mlterm_MLTermPty_nativeGetRedrawString()
1036 vt_get_color_rgba(color, &red, &green, &blue, NULL) in Java_mlterm_MLTermPty_nativeGetRedrawString()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/fb/
H A Dui_display.c1265 vt_get_color_rgba(color, &r, &g, &b, NULL); in cmap_init()
/dports/x11/mlterm/mlterm-3.9.1/
H A DChangeLog2929 - prase_conf() calls vt_get_color_rgba() instead of vt_color_parse_rgb_name()