Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmainwindow.h851 lives_toy_t toy_type; member
H A Dmain.c1191 mainw->toy_type = LIVES_TOY_NONE; in lives_init()
8219 if (mainw->toy_type != LIVES_TOY_NONE) {
8220 if (mainw->toy_type == LIVES_TOY_MAD_FRAMES && !mainw->fs && CURRENT_CLIP_IS_NORMAL) {
8277 if (mainw->toy_type != LIVES_TOY_NONE) {
8279 if (mainw->toy_type == LIVES_TOY_MAD_FRAMES && !mainw->fs) {
8546 if (mainw->toy_type == LIVES_TOY_TV) {
8560 …(cfile->opening && (mainw->toy_type == LIVES_TOY_TV || !mainw->preview || mainw->effects_paused)))…
8561 if (mainw->toy_type == LIVES_TOY_TV) {
H A Dcallbacks.c203 if (mainw->toy_type != LIVES_TOY_NONE) { in lives_exit()
9551 if (menuitem && mainw->toy_type == LIVES_POINTER_TO_INT(user_data)) {
9556 switch (mainw->toy_type) {
9584 mainw->toy_type = (lives_toy_t)LIVES_POINTER_TO_INT(user_data);
9586 switch (mainw->toy_type) {
10265 int toy_type = mainw->toy_type; local
10297 mainw->toy_type = LIVES_TOY_NONE;
10421 mainw->toy_type = (lives_toy_t)toy_type;
H A Dsaveplay.c776 if (mainw->toy_type == LIVES_TOY_TV) { in open_file_sel()
806 if (!cfile->ext_src && mainw->toy_type != LIVES_TOY_TV) { in open_file_sel()
3398 if (mainw->toy_type == LIVES_TOY_MAD_FRAMES && !cfile->opening) {
H A Dgui.c3239 if (mainw->toy_type != LIVES_TOY_MAD_FRAMES || mainw->foreign) { in fade_background()