Home
last modified time | relevance | path

Searched refs:lives_widget_color_copy (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dwidget-helper-qt.h1980 lives_widget_color_copy(fg_norm, col); in set_fg_color()
1983 lives_widget_color_copy(fg_act, col); in set_fg_color()
1986 lives_widget_color_copy(fg_insen, col); in set_fg_color()
1989 lives_widget_color_copy(fg_hover, col); in set_fg_color()
1992 lives_widget_color_copy(fg_sel, col); in set_fg_color()
2004 lives_widget_color_copy(bg_norm, col); in set_bg_color()
2007 lives_widget_color_copy(bg_act, col); in set_bg_color()
2010 lives_widget_color_copy(bg_insen, col); in set_bg_color()
2013 lives_widget_color_copy(bg_hover, col); in set_bg_color()
2016 lives_widget_color_copy(bg_sel, col); in set_bg_color()
[all …]
H A Dpreferences.c1617 lives_widget_color_copy(&palette->normal_fore, &colf); in apply_prefs()
1618 lives_widget_color_copy(&palette->normal_back, &colb); in apply_prefs()
1619 lives_widget_color_copy(&palette->menu_and_bars_fore, &colf2); in apply_prefs()
1620 lives_widget_color_copy(&palette->menu_and_bars, &colb2); in apply_prefs()
1621 lives_widget_color_copy(&palette->info_base, &coli); in apply_prefs()
1622 lives_widget_color_copy(&palette->info_text, &colt); in apply_prefs()
1650 lives_widget_color_copy(&palette->mt_timecode_fg, &coltcfg); in apply_prefs()
1656 lives_widget_color_copy(&palette->mt_timecode_bg, &coltcbg); in apply_prefs()
H A Dwidget-helper.c221 lives_widget_color_copy(&dimmed_fg, &palette->normal_fore); in widget_state_cb()
227 lives_widget_color_copy(&dimmed_fg, &palette->normal_fore); in widget_state_cb()
2201 lives_widget_color_copy(color, &gtk_widget_get_style(widget)->fg[LIVES_WIDGET_STATE_NORMAL]); in lives_widget_get_fg_state_color()
2206 lives_widget_color_copy(color, widget->get_fg_color(state)); in lives_widget_get_fg_state_color()
2221 lives_widget_color_copy(color, &gtk_widget_get_style(widget)->bg[LIVES_WIDGET_STATE_NORMAL]); in lives_widget_get_bg_state_color()
2226 lives_widget_color_copy(color, widget->get_bg_color(state)); in lives_widget_get_bg_state_color()
2258 WIDGET_HELPER_GLOBAL_INLINE LiVESWidgetColor *lives_widget_color_copy(LiVESWidgetColor *c1, const L… in lives_widget_color_copy() function
11204 lives_widget_color_copy(&dimmed_fg, &palette->normal_fore); in lives_widget_apply_theme_dimmed()
11216 lives_widget_color_copy(&dimmed_fg, &palette->menu_and_bars_fore); in lives_widget_apply_theme_dimmed2()
H A Dwidget-helper.h446 LiVESWidgetColor *lives_widget_color_copy(LiVESWidgetColor *c1orNULL, const LiVESWidgetColor *c2);
H A Dmain.c2707 lives_widget_color_copy(&palette->fade_colour, &palette->black); in set_palette_colours()
2708 lives_widget_color_copy(&palette->banner_fade_text, &palette->white); in set_palette_colours()
2739 lives_widget_color_copy(&palette->mt_timecode_bg, &palette->black); in set_palette_colours()
2740 lives_widget_color_copy(&palette->mt_timecode_fg, &palette->light_green); in set_palette_colours()
H A Dgui.c472 lives_widget_color_copy((LiVESWidgetColor *)(&palette->normal_back), &normal); in create_LiVES()
475 lives_widget_color_copy((LiVESWidgetColor *)(&palette->normal_fore), &normal); in create_LiVES()