Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects.c419 cfile->undo_action = UNDO_RESIZABLE; in do_effect()
H A Dmain.h662 UNDO_RESIZABLE, enumerator
H A Dresample.c256 cfile->undo_action = UNDO_RESIZABLE; in auto_resample_resize()
H A Dcallbacks.c2428 …if (cfile->undo_action == UNDO_RESIZABLE || cfile->undo_action == UNDO_RENDER || cfile->undo_actio…
2771 if (cfile->undo_action == UNDO_RESIZABLE) {
2964 …== CLIP_TYPE_FILE && (cfile->undo_action == UNDO_EFFECT || cfile->undo_action == UNDO_RESIZABLE)) {
2972 if (cfile->undo_action == UNDO_RESIZABLE) {
H A Dparamwindow.c777 if (cfile->undo_action == UNDO_RESIZABLE) { in on_fx_pre_activate()