Home
last modified time | relevance | path

Searched refs:scrap_pixbuf (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Devents.c3831 if (mainw->frame_index[scrap_track] == old_scrap_frame && mainw->scrap_pixbuf) { in render_events()
3832 pixbuf = mainw->scrap_pixbuf; in render_events()
3834 if (mainw->scrap_pixbuf) { in render_events()
3836 lives_widget_object_unref(mainw->scrap_pixbuf); in render_events()
3838 mainw->scrap_pixbuf = NULL; in render_events()
4139 if (saveargs->pixbuf == mainw->scrap_pixbuf) mainw->scrap_pixbuf = NULL; in render_events()
4171 if (scrap_track != -1) mainw->scrap_pixbuf = pixbuf; in render_events()
4401 if (saveargs->pixbuf == mainw->scrap_pixbuf) mainw->scrap_pixbuf = NULL; in render_events()
4910 if (mainw->scrap_pixbuf) { in render_to_clip()
4911 lives_widget_object_unref(mainw->scrap_pixbuf); in render_to_clip()
[all …]
H A Dmainwindow.h1724 LiVESPixbuf *scrap_pixbuf; ///< cached image for speeding up rendering member
H A Dmain.c1495 mainw->scrap_pixbuf = NULL; in lives_init()