Home
last modified time | relevance | path

Searched refs:gdk_image_get_bytes_per_line (Results 1 – 12 of 12) sorted by relevance

/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gdk/gdkmm/
H A Dimage.cc236 return gdk_image_get_bytes_per_line(const_cast<GdkImage*>(gobj())); in get_bpl()
243 return gdk_image_get_bytes_per_line(const_cast<GdkImage*>(gobj())); in get_bytes_per_line()
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGdkImage.xs27 #define gdk_image_get_bytes_per_line(image) ((image)->bpl) macro
177 case 1: RETVAL = gdk_image_get_bytes_per_line(image); break;
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gdk/src/
H A Dimage.hg86 …_WRAP_METHOD(guint16 get_bpl() const, gdk_image_get_bytes_per_line, deprecated "Use get_bytes_per_…
87 _WRAP_METHOD(guint16 get_bytes_per_line() const, gdk_image_get_bytes_per_line)
H A Dgdk_methods.defs3600 (c-name "gdk_image_get_bytes_per_line")
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/
H A Dgdkimage.h129 guint16 gdk_image_get_bytes_per_line (GdkImage *image);
H A Dgdkimage.c306 gdk_image_get_bytes_per_line (GdkImage *image) in gdk_image_get_bytes_per_line() function
H A Dgdk.def522 gdk_image_get_bytes_per_line
H A Dgdk.symbols863 gdk_image_get_bytes_per_line
H A Dgdkaliasdef.c1856 #undef gdk_image_get_bytes_per_line
1857 extern __typeof (gdk_image_get_bytes_per_line) gdk_image_get_bytes_per_line __attribute((alias("IA_…
H A Dgdkalias.h1853 extern __typeof (gdk_image_get_bytes_per_line) IA__gdk_image_get_bytes_per_line __attribute((visibi…
1854 #define gdk_image_get_bytes_per_line IA__gdk_image_get_bytes_per_line macro
/dports/net/gtk-vnc/gtk-vnc-0.7.2/src/
H A Dvncimageframebuffer.c160 bpl = gdk_image_get_bytes_per_line (image); in vnc_image_framebuffer_new()
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/gtk/
H A Dgdk-2.22.defs309 (c-name "gdk_image_get_bytes_per_line")