Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dgui.c75 if (mainw->imsep) lives_widget_object_unref(mainw->imsep); in load_theme_images()
76 mainw->imsep = NULL; in load_theme_images()
97 mainw->imsep = lives_pixbuf_scale_simple(pixbuf, width, height, LIVES_INTERP_BEST); in load_theme_images()
101 lives_image_set_from_pixbuf(LIVES_IMAGE(mainw->sep_image), mainw->imsep); in load_theme_images()
451 mainw->imframe = mainw->imsep = NULL; in create_LiVES()
H A Dmainwindow.h1104 LiVESPixbuf *imsep; member
H A Dpreferences.c5844 lives_image_set_from_pixbuf(LIVES_IMAGE(mainw->multitrack->sep_image), mainw->imsep); in pref_change_images()
H A Dmain.c947 mainw->imsep = mainw->imframe = NULL; in pre_init()
H A Dmultitrack.c8761 if (!mainw->imsep) { in multitrack()
8767 mt->sep_image = lives_image_new_from_pixbuf(mainw->imsep); in multitrack()