Home
last modified time | relevance | path

Searched refs:lives_pixbuf_scale_simple (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmain.c5871 start_pixbuf = lives_pixbuf_scale_simple(orig_pixbuf, width, height, LIVES_INTERP_BEST); in load_start_image()
6141 end_pixbuf = lives_pixbuf_scale_simple(orig_pixbuf, width, height, LIVES_INTERP_BEST); in load_end_image()
6233 …pixbuf = lives_pixbuf_scale_simple(mainw->camframe, mainw->pwidth, mainw->pheight, LIVES_INTERP_BE… in load_preview_image()
6292 … pixbuf = lives_pixbuf_scale_simple(mainw->imframe, cfile->hsize, cfile->vsize, LIVES_INTERP_BEST); in load_preview_image()
6380 pr_pixbuf = lives_pixbuf_scale_simple(pixbuf, width, height, LIVES_INTERP_BEST); in load_preview_image()
7706 pixbuf2 = lives_pixbuf_scale_simple(pixbuf, width, height, interp); in pull_lives_pixbuf_at_size()
H A Dwidget-helper.h283 LiVESPixbuf *lives_pixbuf_scale_simple(const LiVESPixbuf *src, int dest_width, int dest_height,
H A Dgui.c97 mainw->imsep = lives_pixbuf_scale_simple(pixbuf, width, height, LIVES_INTERP_BEST); in load_theme_images()
118 mainw->imframe = lives_pixbuf_scale_simple(pixbuf, width, height, LIVES_INTERP_BEST); in load_theme_images()
H A Dwidget-helper.c3173 WIDGET_HELPER_GLOBAL_INLINE LiVESPixbuf *lives_pixbuf_scale_simple(const LiVESPixbuf *src, int dest… in lives_pixbuf_scale_simple() function
7439 LiVESPixbuf *new_pixbuf = lives_pixbuf_scale_simple(pixbuf, width, height, interp_type); in lives_image_scale()
H A Dcolourspace.c12982 new_pixbuf = lives_pixbuf_scale_simple(pixbuf, width, height, interp); in resize_layer()
H A Dmultitrack.c458 thumbnail = lives_pixbuf_scale_simple(pixbuf, width, height, LIVES_INTERP_FAST); in make_thumb()