Home
last modified time | relevance | path

Searched refs:gdk_pixbuf_loader_new_with_type (Results 1 – 25 of 63) sorted by relevance

123

/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGdkPixbufLoader.xs31 ## GdkPixbufLoader * gdk_pixbuf_loader_new_with_type (const char *image_type, GError **error)
36 gdk_pixbuf_loader_new_with_type (...)
48 RETVAL = gdk_pixbuf_loader_new_with_type (image_type, &error);
/dports/graphics/gdk-pixbuf2/gdk-pixbuf-2.40.0/tests/
H A Dpixbuf-short-gif-write.c47 loader = gdk_pixbuf_loader_new_with_type ("gif", NULL); in test_short_gif_write()
72 loader = gdk_pixbuf_loader_new_with_type ("gif", NULL); in test_load_first_frame()
H A Dpixbuf-fail.c68 loader = gdk_pixbuf_loader_new_with_type (format, &error); in test_fail_size()
H A Dpixbuf-reftest.c183 loader = gdk_pixbuf_loader_new_with_type (format, &error); in test_reftest()
/dports/graphics/gdk-pixbuf2/gdk-pixbuf-2.40.0/gdk-pixbuf/
H A Dgdk-pixbuf-loader.h87 GdkPixbufLoader * gdk_pixbuf_loader_new_with_type (const char *image_type,
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gdk/src/
H A Dpixbufloader.ccg35 loader = gdk_pixbuf_loader_new_with_type(image_type.c_str(), &error);
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gdk/src/
H A Dpixbufloader.ccg39 loader = gdk_pixbuf_loader_new_with_type(image_type.c_str(), &error);
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gdk-pixbuf/
H A Dgdk-pixbuf-loader.inc32 function gdk_pixbuf_loader_new_with_type(image_type:Pchar; error:PPGError):PGdkPixbufLoader; cdecl;…
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gdk-pixbuf/
H A Dgdk-pixbuf-loader.inc32 function gdk_pixbuf_loader_new_with_type(image_type:Pchar; error:PPGError):PGdkPixbufLoader; cdecl;…
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/
H A Dimagemodules.cpp100 GdkPixbufLoader *loader = gdk_pixbuf_loader_new_with_type(extension, (GError**) 0); in LoadImage()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgdkpixbufutils.c104 loader = gdk_pixbuf_loader_new_with_type (format, error); in _gdk_pixbuf_new_from_stream_scaled()
169 loader = gdk_pixbuf_loader_new_with_type (format, error); in _gdk_pixbuf_new_from_stream_at_scale()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk/
H A Danimate.cpp115 loader = gdk_pixbuf_loader_new_with_type(anim_type, &error); in Load()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/gtk/
H A Danimate.cpp114 loader = gdk_pixbuf_loader_new_with_type(anim_type, &error); in Load()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/gtk/
H A Danimate.cpp114 loader = gdk_pixbuf_loader_new_with_type(anim_type, &error); in Load()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/gtk/
H A Danimate.cpp114 loader = gdk_pixbuf_loader_new_with_type(anim_type, &error); in Load()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/gtk/
H A Danimate.cpp114 loader = gdk_pixbuf_loader_new_with_type(anim_type, &error); in Load()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk/
H A Danimate.cpp115 loader = gdk_pixbuf_loader_new_with_type(anim_type, &error); in Load()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk/
H A Danimate.cpp102 loader = gdk_pixbuf_loader_new_with_type(anim_type, &error); in Load()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gdk-pixbuf-0.7.0/src/auto/
H A Dpixbuf_loader.rs54 let ret = gdk_pixbuf_sys::gdk_pixbuf_loader_new_with_type( in new_with_type()
/dports/www/castor/castor-0.8.16/cargo-crates/gdk-pixbuf-0.8.0/src/auto/
H A Dpixbuf_loader.rs53 let ret = gdk_pixbuf_sys::gdk_pixbuf_loader_new_with_type( in new_with_type()
/dports/net-im/fractal/fractal-4.4.0/vendor/gdk-pixbuf/src/auto/
H A Dpixbuf_loader.rs53 let ret = gdk_pixbuf_sys::gdk_pixbuf_loader_new_with_type( in new_with_type()
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/defs/gnome/defs/
H A Dgdk-pixbuf.defs462 (define-function gdk_pixbuf_loader_new_with_type
463 (c-name "gdk_pixbuf_loader_new_with_type")
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gdk-pixbuf-0.14.0/src/auto/
H A Dpixbuf_loader.rs53 let ret = ffi::gdk_pixbuf_loader_new_with_type(image_type.to_glib_none().0, &mut error); in with_type()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gdk-pixbuf/src/auto/
H A Dpixbuf_loader.rs53 let ret = ffi::gdk_pixbuf_loader_new_with_type(image_type.to_glib_none().0, &mut error); in with_type()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gdk-pixbuf-0.14.0/src/auto/
H A Dpixbuf_loader.rs53 let ret = ffi::gdk_pixbuf_loader_new_with_type(image_type.to_glib_none().0, &mut error); in with_type()

123