Home
last modified time | relevance | path

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

/dports/mail/evolution/evolution-3.42.1/src/em-format/
H A De-mail-formatter-secure-button.c391 e_rgba_to_value (&smime_sign_colour[info_index]), in secure_button_format_validity()
392 e_rgba_to_value (&smime_sign_colour[5])); in secure_button_format_validity()
H A De-mail-formatter-text-plain.c100 rgb = e_rgba_to_value ( in emfe_text_plain_format()
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-misc-utils.h115 guint32 e_rgba_to_value (const GdkRGBA *rgba);
H A De-web-view-preview.c286 color_value = g_strdup_printf ("#%06x", e_rgba_to_value (&color)); in e_web_view_preview_begin_update()
H A De-misc-utils.c1354 return e_rgba_to_value (&rgba); in e_color_to_value()
1366 e_rgba_to_value (const GdkRGBA *rgba) in e_rgba_to_value() function
H A De-web-view.c789 color_value = g_strdup_printf ("#%06x", e_rgba_to_value (&color)); in e_web_view_update_styles()
817 color_value = g_strdup_printf ("#%06x", e_rgba_to_value (&color)); in e_web_view_update_styles()
/dports/mail/evolution/evolution-3.42.1/src/shell/
H A De-shell-searchbar.c248 e_rgba_to_value (&bg), in shell_searchbar_update_search_widgets()
249 e_rgba_to_value (&fg)); in shell_searchbar_update_search_widgets()
/dports/mail/evolution/evolution-3.42.1/src/mail/
H A De-mail-display.c468 color_value = g_strdup_printf ("#%06x", e_rgba_to_value (color)); in initialize_web_view_colors()
1297 citation_color = g_strdup_printf ("#%06x", e_rgba_to_value (&rgba)); in mail_display_content_loaded_cb()
2468 color_value = g_strdup_printf ("#%06x", e_rgba_to_value (color)); in e_mail_display_update_colors()
/dports/mail/evolution/evolution-3.42.1/src/modules/webkit-editor/
H A De-webkit-editor.c416 g_snprintf (inout_buff, buff_len, "#%06x", e_rgba_to_value (color)); in webkit_editor_utils_color_to_string()
1637 g_string_append_printf (css, "%s { %s : #%06x; }\n", selector, property, e_rgba_to_value (value)); in webkit_editor_add_color_style()