Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dgui.c88 width = lives_pixbuf_get_width(pixbuf); in load_theme_images()
110 width = lives_pixbuf_get_width(pixbuf); in load_theme_images()
2085 if (lives_pixbuf_get_width(mainw->imframe) + H_RESIZE_ADJUST < mainw->def_width) { in create_LiVES()
2086 mainw->def_width = lives_pixbuf_get_width(mainw->imframe) + H_RESIZE_ADJUST; in create_LiVES()
3553 lives_widget_set_size_request(mainw->preview_image, lives_pixbuf_get_width(mainw->imframe), in make_preview_box()
4015 mainw->pwidth = lives_pixbuf_get_width(mainw->imframe); in _resize_play_window()
H A Dmain.c5551 owidth = width = lives_pixbuf_get_width(pixbuf); in set_drawing_area_from_pixbuf()
5859 …if (!start_pixbuf || lives_pixbuf_get_width(start_pixbuf) != width || lives_pixbuf_get_height(star… in load_start_image()
5868 …if (lives_pixbuf_get_width(orig_pixbuf) == width && lives_pixbuf_get_height(orig_pixbuf) == height) in load_start_image()
6128 …if (!end_pixbuf || lives_pixbuf_get_width(end_pixbuf) != width || lives_pixbuf_get_height(end_pixb… in load_end_image()
6138 …if (lives_pixbuf_get_width(orig_pixbuf) == width && lives_pixbuf_get_height(orig_pixbuf) == height) in load_end_image()
6252 lives_widget_set_size_request(mainw->preview_image, lives_pixbuf_get_width(mainw->imframe), in load_preview_image()
6368 if (!pixbuf || lives_pixbuf_get_width(pixbuf) != mainw->pwidth in load_preview_image()
6377 if (lives_pixbuf_get_width(pixbuf) == width && lives_pixbuf_get_height(pixbuf) == height) in load_preview_image()
7702 if (pixbuf && ((width != 0 && lives_pixbuf_get_width(pixbuf) != width) in pull_lives_pixbuf_at_size()
H A Dwidget-helper.h265 int lives_pixbuf_get_width(const LiVESPixbuf *);
H A Dwidget-helper.c3107 WIDGET_HELPER_GLOBAL_INLINE int lives_pixbuf_get_width(const LiVESPixbuf *pixbuf) { in lives_pixbuf_get_width() function
8093 pbw = lives_pixbuf_get_width(pixbuf); in sbutt_render()
H A Dcolourspace.c2194 int width = lives_pixbuf_get_width(pixbuf); in lives_pixbuf_is_all_black()
12985 …weed_layer_set_size(layer, lives_pixbuf_get_width(new_pixbuf), lives_pixbuf_get_height(new_pixbuf)… in resize_layer()
13364 width = lives_pixbuf_get_width(pixbuf); in pixbuf_to_layer()
H A Dmultitrack.c456 if (lives_pixbuf_get_width(pixbuf) != width || lives_pixbuf_get_height(pixbuf) != height) { in make_thumb()
581 twidth = lives_pixbuf_get_width(thumbnail); in mt_set_cursor_style()