Home
last modified time | relevance | path

Searched refs:playframe (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/xaos/XaoS-release-4.2.1/src/ui-hlp/
H A Dplay.cpp330 uih->playc->playframe++; in handler()
340 uih->playc->playframe++; in handler1()
376 p->playframe = 1; in uih_replayenable()
712 uih->playc->playframe++; in uih_playusleep()
720 uih->playc->playframe); in uih_playusleep()
743 uih->playc->playframe++; in uih_playwait()
826 while (uih->play && uih->playc->playframe && errstring == NULL) { in uih_playupdate()
828 uih->playc->playframe--; in uih_playupdate()
/dports/multimedia/lives/lives-3.2.0/src/
H A Dgui.c2037 lives_widget_set_app_paintable(mainw->playframe, TRUE); in create_LiVES()
2044 lives_widget_set_hexpand(mainw->playframe, TRUE); 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()
3368 lives_widget_show_all(mainw->playframe); in unfade_background()
3369 lives_widget_set_opacity(mainw->playframe, 1.); in unfade_background()
3494 lives_widget_set_margin_left(mainw->playframe, 0); in fullscreen_internal()
3495 lives_widget_set_margin_right(mainw->playframe, 0); in fullscreen_internal()
4380 lives_widget_show_all(mainw->playframe); in _kill_play_window()
4381 lives_widget_set_opacity(mainw->playframe, 1.); in _kill_play_window()
[all …]
H A Dsaveplay.c2378 lives_frame_set_label(LIVES_FRAME(mainw->playframe), _("Play"));
2380 lives_frame_set_label(LIVES_FRAME(mainw->playframe), _("Preview"));
2384 lives_widget_set_fg_color(lives_frame_get_label_widget(LIVES_FRAME(mainw->playframe)),
2404 lives_widget_set_opacity(mainw->playframe, 1.);
2405 lives_widget_show_all(mainw->playframe);
3123 mainw->pwidth = lives_widget_get_allocation_width(mainw->playframe) - H_RESIZE_ADJUST;
3124 mainw->pheight = lives_widget_get_allocation_height(mainw->playframe) - V_RESIZE_ADJUST;
3151 lives_widget_show_all(mainw->playframe);
3152 lives_frame_set_label(LIVES_FRAME(mainw->playframe), NULL);
H A Dmainwindow.h1098 LiVESWidget *playframe; member
H A Dutils.c4105 lives_widget_show(mainw->playframe); in prepare_to_play_foreign()
4108 lives_widget_set_opacity(mainw->playframe, 1.); in prepare_to_play_foreign()
4111 mainw->pwidth = lives_widget_get_allocation_width(mainw->playframe);// - H_RESIZE_ADJUST + 2; in prepare_to_play_foreign()
4112 mainw->pheight = lives_widget_get_allocation_height(mainw->playframe);// - V_RESIZE_ADJUST + 2; in prepare_to_play_foreign()
H A Dmain.c9613 lives_widget_set_opacity(mainw->playframe, 0.);
10299 lives_widget_set_margin_left(mainw->playframe, widget_opts.packing_width);
10300 lives_widget_set_margin_right(mainw->playframe, widget_opts.packing_width);
10330 lives_widget_set_size_request(mainw->playframe, hsize, vsize);
H A Dcallbacks.c8093 lives_widget_set_opacity(mainw->playframe, 0.);
8111 lives_widget_set_opacity(mainw->playframe, 0.);
8179 lives_widget_show_all(mainw->playframe);
8200 lives_widget_set_opacity(mainw->playframe, 1.);
H A Deffects-weed.c8128 lives_widget_show_all(mainw->playframe); in weed_generator_start()
8130 lives_widget_set_opacity(mainw->playframe, 1.); in weed_generator_start()
H A Dmultitrack.c9408 lives_widget_set_bg_color(mainw->playframe, LIVES_WIDGET_STATE_NORMAL, &palette->normal_back); in multitrack_delete()
9480 lives_widget_set_opacity(mainw->playframe, 0.); in multitrack_delete()
/dports/graphics/xaos/XaoS-release-4.2.1/src/include/
H A Dui_helper.h74 int playframe; member