Home
last modified time | relevance | path

Searched refs:pixbuf_scaled (Results 1 – 18 of 18) sorted by relevance

/dports/deskutils/gnome-photos/gnome-photos-40.0/src/
H A Dphotos-print-preview.c38 GdkPixbuf *pixbuf_scaled; member
174 if (self->pixbuf_scaled) { in photos_print_preview_set_property()
176 self->pixbuf_scaled = NULL; in photos_print_preview_set_property()
427 if (self->pixbuf_scaled) { in photos_print_preview_finalize()
429 self->pixbuf_scaled = NULL; in photos_print_preview_finalize()
459 preview->pixbuf_scaled = NULL; in photos_print_preview_init()
651 if (preview->pixbuf_scaled == NULL) in create_image_scaled()
705 if (preview->pixbuf_scaled) { in create_preview_buffer()
925 if (preview->pixbuf_scaled != NULL) in size_allocate_cb()
928 preview->pixbuf_scaled = NULL; in size_allocate_cb()
[all …]
H A Dphotos-thumbnailer.c308 g_autoptr (GdkPixbuf) pixbuf_scaled = NULL; in photos_thumbnailer_generate_thumbnail_process()
315 pixbuf_scaled = gdk_pixbuf_scale_simple (data->pixbuf_thumbnail, in photos_thumbnailer_generate_thumbnail_process()
320 g_set_object (&data->pixbuf_thumbnail, pixbuf_scaled); in photos_thumbnailer_generate_thumbnail_process()
/dports/astro/foxtrotgps/foxtrotgps-1.2.2/src/
H A Dmap_management.c127 GdkPixbuf *pixbuf_scaled = NULL; in load_tile() local
128 pixbuf_scaled = gdk_pixbuf_new(GDK_COLORSPACE_RGB, TRUE, 8, 256, 256); in load_tile()
130 gdk_pixbuf_scale ( pixbuf, pixbuf_scaled, in load_tile()
141 pixbuf = pixbuf_scaled; in load_tile()
/dports/games/pioneers/pioneers-15.6/common/gtk/
H A Dplayer-icon.c273 GdkPixbuf *pixbuf_scaled; in playericon_create_icon() local
307 pixbuf_scaled = in playericon_create_icon()
311 gdk_cairo_set_source_pixbuf(cr, pixbuf_scaled, 0.0, in playericon_create_icon()
315 g_object_unref(pixbuf_scaled); in playericon_create_icon()
/dports/security/cardpeek/cardpeek-0.8.4/ui/gtk/
H A Dgui_core.c392 GdkPixbuf *pixbuf_scaled; in deprecated_icon_theme_add() local
415 pixbuf_scaled = gdk_pixbuf_scale_simple(pixbuf,icon_width,icon_height,GDK_INTERP_BILINEAR); in deprecated_icon_theme_add()
419 pixbuf_scaled); in deprecated_icon_theme_add()
421 icon_height = gdk_pixbuf_get_height(pixbuf_scaled); in deprecated_icon_theme_add()
423 g_object_unref(pixbuf_scaled); in deprecated_icon_theme_add()
/dports/x11/libexo/exo-4.16.3/exo-desktop-item-edit/
H A Dexo-die-editor.c719 GdkPixbuf *pixbuf_scaled; in exo_die_editor_cell_data_func() local
751 pixbuf_scaled = exo_gdk_pixbuf_scale_ratio (pixbuf, 16); in exo_die_editor_cell_data_func()
753 pixbuf = pixbuf_scaled; in exo_die_editor_cell_data_func()
1164 GdkPixbuf *pixbuf_scaled; in exo_die_editor_set_icon() local
1211 pixbuf_scaled = exo_gdk_pixbuf_scale_ratio (pixbuf, 48); in exo_die_editor_set_icon()
1213 pixbuf = pixbuf_scaled; in exo_die_editor_set_icon()
/dports/x11/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2/panel-plugin/
H A Dmenu.c703 GdkPixbuf *pixbuf, *pixbuf_scaled; in clipman_menu_qrcode() local
729pixbuf_scaled = gdk_pixbuf_scale_simple (pixbuf, (qrcode->width + 2) * 3, (qrcode->width + 2) * 3,… in clipman_menu_qrcode()
734 return pixbuf_scaled; in clipman_menu_qrcode()
/dports/sysutils/garcon/garcon-4.16.1/garcon-gtk/
H A Dgarcon-gtk-menu.c631 GdkPixbuf *pixbuf_scaled = gdk_pixbuf_scale_simple (pixbuf, w, h, GDK_INTERP_BILINEAR); in garcon_gtk_menu_load_icon() local
634 image = gtk_image_new_from_pixbuf (pixbuf_scaled); in garcon_gtk_menu_load_icon()
635 g_object_unref (G_OBJECT (pixbuf_scaled)); in garcon_gtk_menu_load_icon()
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/gui/states/
H A Dstate_brush.cpp636 Glib::RefPtr<Gdk::Pixbuf> pixbuf, pixbuf_scaled; in refresh_tool_options() local
638 pixbuf_scaled = pixbuf->scale_simple(BRUSH_ICON_SIZE, BRUSH_ICON_SIZE, Gdk::INTERP_BILINEAR); in refresh_tool_options()
640 brush_button->set_icon_widget(*Gtk::manage(new Gtk::Image(pixbuf_scaled))); in refresh_tool_options()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-studio/src/gui/states/
H A Dstate_brush.cpp636 Glib::RefPtr<Gdk::Pixbuf> pixbuf, pixbuf_scaled; in refresh_tool_options() local
638 pixbuf_scaled = pixbuf->scale_simple(BRUSH_ICON_SIZE, BRUSH_ICON_SIZE, Gdk::INTERP_BILINEAR); in refresh_tool_options()
640 brush_button->set_icon_widget(*Gtk::manage(new Gtk::Image(pixbuf_scaled))); in refresh_tool_options()
/dports/graphics/synfig/synfig-1.2.2/synfig-studio/src/gui/states/
H A Dstate_brush.cpp636 Glib::RefPtr<Gdk::Pixbuf> pixbuf, pixbuf_scaled; in refresh_tool_options() local
638 pixbuf_scaled = pixbuf->scale_simple(BRUSH_ICON_SIZE, BRUSH_ICON_SIZE, Gdk::INTERP_BILINEAR); in refresh_tool_options()
640 brush_button->set_icon_widget(*Gtk::manage(new Gtk::Image(pixbuf_scaled))); in refresh_tool_options()
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/gtk/
H A Ddialogs.py467 pixbuf_scaled = image.scale_simple(
469 preview.set_from_pixbuf(pixbuf_scaled)
/dports/x11/wbar/wbar-2.3.4/src/config/
H A DFunctions.cc669 GdkPixbuf *pixbuf_scaled = NULL; in get_icon_size() local
670 pixbuf_scaled = gdk_pixbuf_scale_simple (pixbuf, width, heigth, GDK_INTERP_BILINEAR); in get_icon_size()
673 return pixbuf_scaled; in get_icon_size()
/dports/audio/aqualung/aqualung-1.0/src/
H A Dfile_info.c713 GdkPixbuf * pixbuf_scaled; in make_image_from_binary() local
753 pixbuf_scaled = gdk_pixbuf_scale_simple(pixbuf, new_width, new_height, GDK_INTERP_BILINEAR); in make_image_from_binary()
754 image = gtk_image_new_from_pixbuf(pixbuf_scaled); in make_image_from_binary()
755 g_object_unref(pixbuf_scaled); in make_image_from_binary()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk/
H A Ddcclient.cpp1000 GdkPixbuf* pixbuf_scaled = gdk_pixbuf_new( in Scale() local
1002 gdk_pixbuf_scale(pixbuf, pixbuf_scaled, in Scale()
1004 return pixbuf_scaled; in Scale()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk/
H A Ddcclient.cpp992 GdkPixbuf* pixbuf_scaled = gdk_pixbuf_new( in Scale() local
994 gdk_pixbuf_scale(pixbuf, pixbuf_scaled, in Scale()
996 return pixbuf_scaled; in Scale()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk/
H A Ddcclient.cpp1000 GdkPixbuf* pixbuf_scaled = gdk_pixbuf_new( in Scale() local
1002 gdk_pixbuf_scale(pixbuf, pixbuf_scaled, in Scale()
1004 return pixbuf_scaled; in Scale()
/dports/graphics/rawstudio/rawstudio-2.0/src/
H A Drs-store.c1992 GdkPixbuf *pixbuf_scaled; in store_group_update_pixbufs() local
2023 pixbuf_scaled = gdk_pixbuf_scale_simple(pixbuf_clean, in store_group_update_pixbufs()
2027 gdk_pixbuf_copy_area(pixbuf_scaled, in store_group_update_pixbufs()