|
Ardour
9.0-pre0-1952-gc5e0b21049
|
Go to the source code of this file.
Classes | |
| struct | _GdkDrawableImplX11 |
| struct | _GdkDrawableImplX11Class |
Macros | |
| #define | GDK_TYPE_DRAWABLE_IMPL_X11 (_gdk_drawable_impl_x11_get_type ()) |
| #define | GDK_DRAWABLE_IMPL_X11(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_DRAWABLE_IMPL_X11, GdkDrawableImplX11)) |
| #define | GDK_DRAWABLE_IMPL_X11_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GDK_TYPE_DRAWABLE_IMPL_X11, GdkDrawableImplX11Class)) |
| #define | GDK_IS_DRAWABLE_IMPL_X11(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_DRAWABLE_IMPL_X11)) |
| #define | GDK_IS_DRAWABLE_IMPL_X11_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GDK_TYPE_DRAWABLE_IMPL_X11)) |
| #define | GDK_DRAWABLE_IMPL_X11_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GDK_TYPE_DRAWABLE_IMPL_X11, GdkDrawableImplX11Class)) |
Typedefs | |
| typedef struct _GdkDrawableImplX11 | GdkDrawableImplX11 |
| typedef struct _GdkDrawableImplX11Class | GdkDrawableImplX11Class |
Enumerations | |
| enum | GdkX11FormatType { GDK_X11_FORMAT_NONE , GDK_X11_FORMAT_EXACT_MASK , GDK_X11_FORMAT_ARGB_MASK , GDK_X11_FORMAT_ARGB } |
Functions | |
| GType | _gdk_drawable_impl_x11_get_type (void) |
| void | _gdk_x11_convert_to_format (guchar *src_buf, gint src_rowstride, guchar *dest_buf, gint dest_rowstride, GdkX11FormatType dest_format, GdkByteOrder dest_byteorder, gint width, gint height) |
| void | _gdk_x11_drawable_finish (GdkDrawable *drawable) |
| void | _gdk_x11_drawable_update_size (GdkDrawable *drawable) |
| GdkDrawable * | gdk_x11_window_get_drawable_impl (GdkWindow *window) |
| GdkDrawable * | gdk_x11_pixmap_get_drawable_impl (GdkPixmap *pixmap) |
| #define GDK_DRAWABLE_IMPL_X11 | ( | object | ) | (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_DRAWABLE_IMPL_X11, GdkDrawableImplX11)) |
Definition at line 52 of file gdkdrawable-x11.h.
| #define GDK_DRAWABLE_IMPL_X11_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_CAST ((klass), GDK_TYPE_DRAWABLE_IMPL_X11, GdkDrawableImplX11Class)) |
Definition at line 53 of file gdkdrawable-x11.h.
| #define GDK_DRAWABLE_IMPL_X11_GET_CLASS | ( | obj | ) | (G_TYPE_INSTANCE_GET_CLASS ((obj), GDK_TYPE_DRAWABLE_IMPL_X11, GdkDrawableImplX11Class)) |
Definition at line 56 of file gdkdrawable-x11.h.
| #define GDK_IS_DRAWABLE_IMPL_X11 | ( | object | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_DRAWABLE_IMPL_X11)) |
Definition at line 54 of file gdkdrawable-x11.h.
| #define GDK_IS_DRAWABLE_IMPL_X11_CLASS | ( | klass | ) | (G_TYPE_CHECK_CLASS_TYPE ((klass), GDK_TYPE_DRAWABLE_IMPL_X11)) |
Definition at line 55 of file gdkdrawable-x11.h.
| #define GDK_TYPE_DRAWABLE_IMPL_X11 (_gdk_drawable_impl_x11_get_type ()) |
Definition at line 51 of file gdkdrawable-x11.h.
| typedef struct _GdkDrawableImplX11 GdkDrawableImplX11 |
Definition at line 35 of file gdkdrawable-x11.h.
| typedef struct _GdkDrawableImplX11Class GdkDrawableImplX11Class |
Definition at line 35 of file gdkdrawable-x11.h.
| enum GdkX11FormatType |
| Enumerator | |
|---|---|
| GDK_X11_FORMAT_NONE | |
| GDK_X11_FORMAT_EXACT_MASK | |
| GDK_X11_FORMAT_ARGB_MASK | |
| GDK_X11_FORMAT_ARGB | |
Definition at line 40 of file gdkdrawable-x11.h.
| GType _gdk_drawable_impl_x11_get_type | ( | void | ) |
| void _gdk_x11_convert_to_format | ( | guchar * | src_buf, |
| gint | src_rowstride, | ||
| guchar * | dest_buf, | ||
| gint | dest_rowstride, | ||
| GdkX11FormatType | dest_format, | ||
| GdkByteOrder | dest_byteorder, | ||
| gint | width, | ||
| gint | height | ||
| ) |
| void _gdk_x11_drawable_finish | ( | GdkDrawable * | drawable | ) |
| void _gdk_x11_drawable_update_size | ( | GdkDrawable * | drawable | ) |
| GdkDrawable* gdk_x11_pixmap_get_drawable_impl | ( | GdkPixmap * | pixmap | ) |
| GdkDrawable* gdk_x11_window_get_drawable_impl | ( | GdkWindow * | window | ) |