Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmain.c3992 lives_widget_set_opacity(mainw->sep_image, 0.4); in lives_startup2()
3994 lives_widget_set_opacity(mainw->sep_image, 0.8); in lives_startup2()
4069 lives_widget_set_opacity(mainw->m_loopbutton, .75); in lives_startup2()
5596 lives_widget_set_opacity(widget, 1.); in set_drawing_area_from_pixbuf()
5619 lives_widget_set_opacity(widget, 0.); in set_drawing_area_from_pixbuf()
5676 lives_widget_set_opacity(mainw->start_image, 1.); in load_start_image()
5948 lives_widget_set_opacity(mainw->end_image, 1.); in load_end_image()
5995 lives_widget_set_opacity(mainw->end_image, 0.8); in load_end_image()
5997 lives_widget_set_opacity(mainw->end_image, 0.4); in load_end_image()
6221 lives_widget_set_opacity(mainw->preview_image, 1.); in load_preview_image()
[all …]
H A Dgui.c1633 lives_widget_set_opacity(mainw->m_sepwinbutton, .75); in create_LiVES()
1672 lives_widget_set_opacity(mainw->m_loopbutton, .75); in create_LiVES()
1680 lives_widget_set_opacity(mainw->m_mutebutton, .75); in create_LiVES()
1881 lives_widget_set_opacity(mainw->t_sepwin, .75); in create_LiVES()
1889 lives_widget_set_opacity(mainw->t_fullscreen, .75); in create_LiVES()
3037 lives_widget_set_opacity(mainw->playframe, 0.); in show_lives()
3227 lives_widget_set_opacity(mainw->playframe, 0.); in fade_background()
3369 lives_widget_set_opacity(mainw->playframe, 1.); in unfade_background()
3650 lives_widget_set_opacity(mainw->p_loopbutton, .75); in make_preview_box()
4381 lives_widget_set_opacity(mainw->playframe, 1.); in _kill_play_window()
[all …]
H A Dcallbacks.c7865 lives_widget_set_opacity(mainw->t_fullscreen, .75);
7868 lives_widget_set_opacity(mainw->t_fullscreen, 1.);
8073 lives_widget_set_opacity(mainw->m_sepwinbutton, 1.);
8074 lives_widget_set_opacity(mainw->t_sepwin, 1.);
8079 lives_widget_set_opacity(mainw->t_sepwin, .75);
8200 lives_widget_set_opacity(mainw->playframe, 1.);
8322 lives_widget_set_opacity(mainw->m_loopbutton, 1.);
8325 lives_widget_set_opacity(mainw->m_loopbutton, .75);
8334 lives_widget_set_opacity(mainw->p_loopbutton, 1.);
8406 lives_widget_set_opacity(mainw->m_mutebutton, 1.);
[all …]
H A Dwidget-helper.h366 boolean lives_widget_set_opacity(LiVESWidget *widget, double opacity);
H A Dsaveplay.c2404 lives_widget_set_opacity(mainw->playframe, 1.);
3451 lives_widget_set_opacity(mainw->play_image, 0.);
H A Dwidget-helper.c1757 WIDGET_HELPER_GLOBAL_INLINE boolean lives_widget_set_opacity(LiVESWidget *widget, double opacity) { in lives_widget_set_opacity() function
10496 lives_widget_set_opacity(LIVES_WIDGET(button), 1.0); in _on_lock_button_clicked()
10499 lives_widget_set_opacity(LIVES_WIDGET(button), .75); in _on_lock_button_clicked()
H A Dutils.c4108 lives_widget_set_opacity(mainw->playframe, 1.); in prepare_to_play_foreign()
H A Dmultitrack.c8769 lives_widget_set_opacity(mt->sep_image, 0.4); in multitrack()
8771 lives_widget_set_opacity(mt->sep_image, 0.4); in multitrack()
9480 lives_widget_set_opacity(mainw->playframe, 0.); in multitrack_delete()
H A Deffects-weed.c8130 lives_widget_set_opacity(mainw->playframe, 1.); in weed_generator_start()