Home
last modified time | relevance | path

Searched refs:mt_def_width (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dpreferences.h270 int mt_def_width, mt_def_height; member
H A Dpreferences.c1466 …int mt_def_width = lives_spin_button_get_value_as_int(LIVES_SPIN_BUTTON(prefsw->spinbutton_mt_def_… in apply_prefs() local
2278 if (mt_def_width != prefs->mt_def_width) { in apply_prefs()
2279 prefs->mt_def_width = mt_def_width; in apply_prefs()
2280 set_int_pref(PREF_MT_DEF_WIDTH, mt_def_width); in apply_prefs()
3419 …s(&prefsw->spinbutton_mt_def_width, mainw->multitrack == NULL ? prefs->mt_def_width : cfile->hsize, in create_prefs_dialog()
H A Devents.c4757 cfile->hsize = prefs->mt_def_width; in render_to_clip()
5264 dw = prefs->mt_def_width; in deal_with_render_choice()
5272 if (cfile->hsize > 0) prefs->mt_def_width = cfile->hsize; in deal_with_render_choice()
5293 prefs->mt_def_width = dw; in deal_with_render_choice()
6305 rdet->width = prefs->mt_def_width; in create_render_details()
H A Dmultitrack.c5799 mt->user_width = mainw->files[mt->render_file]->hsize = prefs->mt_def_width; in set_values_from_defs()
11095 prefs->mt_def_width = rdet->width; in on_multitrack_activate()
11096 set_int_pref(PREF_MT_DEF_WIDTH, prefs->mt_def_width); in on_multitrack_activate()
22410 prefs->mt_def_width = rdet->width; in mt_change_vals_activate()
22411 set_int_pref(PREF_MT_DEF_WIDTH, prefs->mt_def_width); in mt_change_vals_activate()
H A Dmain.c1776 prefs->mt_def_width = get_int_prefd(PREF_MT_DEF_WIDTH, DEF_FRAME_HSIZE_UNSCALED); in lives_init()