Home
last modified time | relevance | path

Searched refs:outsurface (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmultitrack.h459 lives_painter_surface_t *insurface, *outsurface; member
H A Dmultitrack.c8702 mt->out_image = lives_standard_drawing_area_new(LIVES_GUI_CALLBACK(all_expose), &mt->outsurface); in multitrack()
9296 if (mt->outsurface) lives_painter_surface_destroy(mt->outsurface); in multitrack_delete()
11852 if (!mt->outsurface) return; in update_out_image()
11873 set_drawing_area_from_pixbuf(mt->out_image, thumb, mt->outsurface); in update_out_image()
11888 if (!mt->insurface || !mt->outsurface) return TRUE; in show_in_out_images()
13062 if (mt->outsurface) { in polymorph()
13064 set_drawing_area_from_pixbuf(mt->out_image, thumb, mt->outsurface); in polymorph()