Home
last modified time | relevance | path

Searched refs:dest_pixbuf (Results 1 – 25 of 60) sorted by relevance

123

/dports/sysutils/mate-control-center/mate-control-center-1.26.0/typing-break/
H A Ddrw-utils.c28 create_tile_pixbuf (GdkPixbuf *dest_pixbuf, in create_tile_pixbuf() argument
41 use_simple = (dest_pixbuf == NULL); in create_tile_pixbuf()
43 if (dest_pixbuf == NULL) in create_tile_pixbuf()
44 dest_pixbuf = gdk_pixbuf_new (GDK_COLORSPACE_RGB, in create_tile_pixbuf()
61 gdk_pixbuf_composite (src_pixbuf, dest_pixbuf, in create_tile_pixbuf()
70 gdk_pixbuf_composite_color (src_pixbuf, dest_pixbuf, in create_tile_pixbuf()
85 dest_pixbuf, in create_tile_pixbuf()
90 return dest_pixbuf; in create_tile_pixbuf()
/dports/deskutils/glabels/glabels-3.4.1/src/
H A Dpixbuf-util.c61 GdkPixbuf *dest_pixbuf; in gl_pixbuf_util_create_shadow_pixbuf() local
91 dest_pixbuf = gdk_pixbuf_new (GDK_COLORSPACE_RGB, TRUE, bits_per_sample, width, height); in gl_pixbuf_util_create_shadow_pixbuf()
92 dest_rowstride = gdk_pixbuf_get_rowstride (dest_pixbuf); in gl_pixbuf_util_create_shadow_pixbuf()
93 buf_dest = gdk_pixbuf_get_pixels (dest_pixbuf); in gl_pixbuf_util_create_shadow_pixbuf()
130 return dest_pixbuf; in gl_pixbuf_util_create_shadow_pixbuf()
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Dgnome-thumbnail-pixbuf-utils.c65 GdkPixbuf *dest_pixbuf; in gnome_desktop_thumbnail_scale_down_pixbuf() local
91 dest_pixbuf = gdk_pixbuf_new (GDK_COLORSPACE_RGB, has_alpha, 8, in gnome_desktop_thumbnail_scale_down_pixbuf()
93 dest = gdk_pixbuf_get_pixels (dest_pixbuf); in gnome_desktop_thumbnail_scale_down_pixbuf()
94 dest_rowstride = gdk_pixbuf_get_rowstride (dest_pixbuf); in gnome_desktop_thumbnail_scale_down_pixbuf()
170 return dest_pixbuf; in gnome_desktop_thumbnail_scale_down_pixbuf()
/dports/audio/goobox/goobox-3.6.0/src/
H A Dgnome-thumbnail-pixbuf-utils.c65 GdkPixbuf *dest_pixbuf; in gnome_desktop_thumbnail_scale_down_pixbuf() local
91 dest_pixbuf = gdk_pixbuf_new (GDK_COLORSPACE_RGB, has_alpha, 8, in gnome_desktop_thumbnail_scale_down_pixbuf()
93 dest = gdk_pixbuf_get_pixels (dest_pixbuf); in gnome_desktop_thumbnail_scale_down_pixbuf()
94 dest_rowstride = gdk_pixbuf_get_rowstride (dest_pixbuf); in gnome_desktop_thumbnail_scale_down_pixbuf()
170 return dest_pixbuf; in gnome_desktop_thumbnail_scale_down_pixbuf()
/dports/x11/cinnamon-desktop/cinnamon-desktop-4.8.1/libcinnamon-desktop/
H A Dgnome-thumbnail-pixbuf-utils.c66 GdkPixbuf *dest_pixbuf; in gnome_desktop_thumbnail_scale_down_pixbuf() local
92 dest_pixbuf = gdk_pixbuf_new (GDK_COLORSPACE_RGB, has_alpha, 8, in gnome_desktop_thumbnail_scale_down_pixbuf()
94 dest = gdk_pixbuf_get_pixels (dest_pixbuf); in gnome_desktop_thumbnail_scale_down_pixbuf()
95 dest_rowstride = gdk_pixbuf_get_rowstride (dest_pixbuf); in gnome_desktop_thumbnail_scale_down_pixbuf()
174 return dest_pixbuf; in gnome_desktop_thumbnail_scale_down_pixbuf()
/dports/graphics/gdk-pixbuf2/gdk-pixbuf-2.40.0/gdk-pixbuf/
H A Dgdk-pixbuf-util.c149 GdkPixbuf *dest_pixbuf, in gdk_pixbuf_copy_area() argument
153 g_return_if_fail (dest_pixbuf != NULL); in gdk_pixbuf_copy_area()
158 g_return_if_fail (dest_x >= 0 && dest_x + width <= dest_pixbuf->width); in gdk_pixbuf_copy_area()
159 g_return_if_fail (dest_y >= 0 && dest_y + height <= dest_pixbuf->height); in gdk_pixbuf_copy_area()
161 …turn_if_fail (!(gdk_pixbuf_get_has_alpha (src_pixbuf) && !gdk_pixbuf_get_has_alpha (dest_pixbuf))); in gdk_pixbuf_copy_area()
166 dest_pixbuf, in gdk_pixbuf_copy_area()
H A Dgdk-pixbuf-core.h551 GdkPixbuf *dest_pixbuf,
580 GdkPixbuf *dest_pixbuf);
/dports/graphics/gdk-pixbuf2/gdk-pixbuf-2.40.0/thumbnailer/
H A Dgnome-thumbnailer-skeleton.c70 GdkPixbuf *dest_pixbuf; in gnome_desktop_thumbnail_scale_down_pixbuf() local
99 dest_pixbuf = gdk_pixbuf_new (GDK_COLORSPACE_RGB, has_alpha, 8, in gnome_desktop_thumbnail_scale_down_pixbuf()
101 dest = gdk_pixbuf_get_pixels (dest_pixbuf); in gnome_desktop_thumbnail_scale_down_pixbuf()
102 dest_rowstride = gdk_pixbuf_get_rowstride (dest_pixbuf); in gnome_desktop_thumbnail_scale_down_pixbuf()
180 return dest_pixbuf; in gnome_desktop_thumbnail_scale_down_pixbuf()
/dports/x11-fm/caja/caja-1.26.0/eel/
H A Deel-gdk-pixbuf-extensions.c293 GdkPixbuf *dest_pixbuf; in eel_gdk_pixbuf_scale_down() local
320 dest_pixbuf = gdk_pixbuf_new (GDK_COLORSPACE_RGB, has_alpha, 8, in eel_gdk_pixbuf_scale_down()
322 dest = gdk_pixbuf_get_pixels (dest_pixbuf); in eel_gdk_pixbuf_scale_down()
323 dest_rowstride = gdk_pixbuf_get_rowstride (dest_pixbuf); in eel_gdk_pixbuf_scale_down()
427 return dest_pixbuf; in eel_gdk_pixbuf_scale_down()
/dports/deskutils/xfce4-tumbler/tumbler-4.16.0/plugins/xdg-cache/
H A Dxdg-cache-thumbnail.c299 GdkPixbuf *dest_pixbuf; in xdg_cache_thumbnail_save_image_data() local
334 dest_pixbuf = gdk_pixbuf_new (GDK_COLORSPACE_RGB, TRUE, 8, width, height); in xdg_cache_thumbnail_save_image_data()
337 gdk_pixbuf_copy_area (src_pixbuf, 0, 0, width, height, dest_pixbuf, 0, 0); in xdg_cache_thumbnail_save_image_data()
364 if (gdk_pixbuf_save_to_stream (dest_pixbuf, G_OUTPUT_STREAM (stream), "png", in xdg_cache_thumbnail_save_image_data()
401 g_object_unref (dest_pixbuf); in xdg_cache_thumbnail_save_image_data()
/dports/graphics/elementary-photos/photos-2.7.1/src/util/
H A Dimage.vala223 Gdk.Pixbuf dest_pixbuf = new Gdk.Pixbuf (
227 (uchar []) dest_pixbuf.pixels,
229 dest_pixbuf.width, dest_pixbuf.height, dest_pixbuf.rowstride);
234 context.rectangle (0, 0, dest_pixbuf.width, dest_pixbuf.height);
237 context.translate (dest_pixbuf.width / 2, dest_pixbuf.height / 2);
247 fix_cairo_pixbuf (dest_pixbuf);
249 return dest_pixbuf;
/dports/audio/exaile/exaile-4.1.1/xlgui/
H A Dicons.py73 dest_pixbuf=self.pixbuf,
216 dest_pixbuf=new_pixbuf,
225 dest_pixbuf=new_pixbuf,
263 dest_pixbuf=new_pixbuf,
272 dest_pixbuf=new_pixbuf,
307 dest_pixbuf=new_pixbuf,
342 dest_pixbuf=new_pixbuf,
432 dest_pixbuf=new_pixbuf,
/dports/graphics/xviewer/xviewer-3.2.2/src/
H A Dxviewer-transform.c90 GdkPixbuf *dest_pixbuf; in xviewer_transform_apply() local
138 dest_pixbuf = gdk_pixbuf_new (GDK_COLORSPACE_RGB, in xviewer_transform_apply()
143 dest_rowstride = gdk_pixbuf_get_rowstride (dest_pixbuf); in xviewer_transform_apply()
144 dest_n_channels = gdk_pixbuf_get_n_channels (dest_pixbuf); in xviewer_transform_apply()
145 dest_buffer = gdk_pixbuf_get_pixels (dest_pixbuf); in xviewer_transform_apply()
198 return dest_pixbuf; in xviewer_transform_apply()
/dports/graphics/eom/eom-1.26.0/src/
H A Deom-transform.c90 GdkPixbuf *dest_pixbuf; in eom_transform_apply() local
138 dest_pixbuf = gdk_pixbuf_new (GDK_COLORSPACE_RGB, in eom_transform_apply()
143 dest_rowstride = gdk_pixbuf_get_rowstride (dest_pixbuf); in eom_transform_apply()
144 dest_n_channels = gdk_pixbuf_get_n_channels (dest_pixbuf); in eom_transform_apply()
145 dest_buffer = gdk_pixbuf_get_pixels (dest_pixbuf); in eom_transform_apply()
198 return dest_pixbuf; in eom_transform_apply()
/dports/graphics/eog/eog-41.1/src/
H A Deog-transform.c90 GdkPixbuf *dest_pixbuf; in eog_transform_apply() local
138 dest_pixbuf = gdk_pixbuf_new (GDK_COLORSPACE_RGB, in eog_transform_apply()
143 dest_rowstride = gdk_pixbuf_get_rowstride (dest_pixbuf); in eog_transform_apply()
144 dest_n_channels = gdk_pixbuf_get_n_channels (dest_pixbuf); in eog_transform_apply()
145 dest_buffer = gdk_pixbuf_get_pixels (dest_pixbuf); in eog_transform_apply()
198 return dest_pixbuf; in eog_transform_apply()
/dports/graphics/shotwell/shotwell-0.30.14/src/util/
H A Dimage.vala253 Gdk.Pixbuf dest_pixbuf = new Gdk.Pixbuf(
257 (uchar []) dest_pixbuf.pixels,
259 dest_pixbuf.width, dest_pixbuf.height, dest_pixbuf.rowstride);
264 context.rectangle(0, 0, dest_pixbuf.width, dest_pixbuf.height);
267 context.translate(dest_pixbuf.width / 2, dest_pixbuf.height / 2);
277 fix_cairo_pixbuf(dest_pixbuf);
279 return dest_pixbuf;
/dports/www/castor/castor-0.8.16/cargo-crates/gdk-pixbuf-0.8.0/src/auto/
H A Dpixbuf.rs313 dest_pixbuf: &Pixbuf, in copy_area()
324 dest_pixbuf.to_glib_none().0, in copy_area()
332 pub fn copy_options(&self, dest_pixbuf: &Pixbuf) -> bool { in copy_options()
336 dest_pixbuf.to_glib_none().0, in copy_options()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gdk-pixbuf-0.7.0/src/auto/
H A Dpixbuf.rs314 dest_pixbuf: &Pixbuf, in copy_area()
325 dest_pixbuf.to_glib_none().0, in copy_area()
333 pub fn copy_options(&self, dest_pixbuf: &Pixbuf) -> bool { in copy_options()
337 dest_pixbuf.to_glib_none().0, in copy_options()
/dports/net-im/fractal/fractal-4.4.0/vendor/gdk-pixbuf/src/auto/
H A Dpixbuf.rs313 dest_pixbuf: &Pixbuf, in copy_area()
324 dest_pixbuf.to_glib_none().0, in copy_area()
332 pub fn copy_options(&self, dest_pixbuf: &Pixbuf) -> bool { in copy_options()
336 dest_pixbuf.to_glib_none().0, in copy_options()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gdk-pixbuf-0.14.0/src/auto/
H A Dpixbuf.rs303 dest_pixbuf: &Pixbuf, in copy_area()
314 dest_pixbuf.to_glib_none().0, in copy_area()
324 pub fn copy_options(&self, dest_pixbuf: &Pixbuf) -> bool { in copy_options()
328 dest_pixbuf.to_glib_none().0, in copy_options()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gdk-pixbuf/src/auto/
H A Dpixbuf.rs303 dest_pixbuf: &Pixbuf, in copy_area()
314 dest_pixbuf.to_glib_none().0, in copy_area()
324 pub fn copy_options(&self, dest_pixbuf: &Pixbuf) -> bool { in copy_options()
328 dest_pixbuf.to_glib_none().0, in copy_options()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gdk-pixbuf-0.14.0/src/auto/
H A Dpixbuf.rs303 dest_pixbuf: &Pixbuf, in copy_area()
314 dest_pixbuf.to_glib_none().0, in copy_area()
324 pub fn copy_options(&self, dest_pixbuf: &Pixbuf) -> bool { in copy_options()
328 dest_pixbuf.to_glib_none().0, in copy_options()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gdk-pixbuf-0.14.0/src/auto/
H A Dpixbuf.rs303 dest_pixbuf: &Pixbuf, in copy_area()
314 dest_pixbuf.to_glib_none().0, in copy_area()
324 pub fn copy_options(&self, dest_pixbuf: &Pixbuf) -> bool { in copy_options()
328 dest_pixbuf.to_glib_none().0, in copy_options()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gdk-pixbuf-0.14.0/src/auto/
H A Dpixbuf.rs303 dest_pixbuf: &Pixbuf, in copy_area()
314 dest_pixbuf.to_glib_none().0, in copy_area()
324 pub fn copy_options(&self, dest_pixbuf: &Pixbuf) -> bool { in copy_options()
328 dest_pixbuf.to_glib_none().0, in copy_options()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gdk/gdkmm/
H A Dpixbuf.cc545 …_x, int src_y, int width, int height, const Glib::RefPtr<Gdk::Pixbuf>& dest_pixbuf, int dest_x, in… in copy_area() argument
547 …st_cast<GdkPixbuf*>(gobj()), src_x, src_y, width, height, Glib::unwrap(dest_pixbuf), dest_x, dest_… in copy_area()
605 bool Pixbuf::copy_options(const Glib::RefPtr<Pixbuf>& dest_pixbuf) const in copy_options()
607 return gdk_pixbuf_copy_options(const_cast<GdkPixbuf*>(gobj()), Glib::unwrap(dest_pixbuf)); in copy_options()

123