Ardour
9.0-pre0-582-g084a23a80d
|
This is the complete list of members for Gdk::Pixbuf, including all inherited members.
add_alpha(bool substitute_color, guint8 r, guint8 g, guint8 b) const | Gdk::Pixbuf | |
composite(const Glib::RefPtr< Gdk::Pixbuf > &dest, int dest_x, int dest_y, int dest_width, int dest_height, double offset_x, double offset_y, double scale_x, double scale_y, InterpType interp_type, int overall_alpha) const | Gdk::Pixbuf | |
composite_color(const Glib::RefPtr< Gdk::Pixbuf > &dest, int dest_x, int dest_y, int dest_width, int dest_height, double offset_x, double offset_y, double scale_x, double scale_y, InterpType interp_type, int overall_alpha, int check_x, int check_y, int check_size, guint32 color1, guint32 color2) const | Gdk::Pixbuf | |
composite_color_simple(int dest_width, int dest_height, InterpType interp_type, int overall_alpha, int check_size, guint32 color1, guint32 color2) const | Gdk::Pixbuf | |
copy() const | Gdk::Pixbuf | |
copy_area(int src_x, int src_y, int width, int height, const Glib::RefPtr< Gdk::Pixbuf > &dest_pixbuf, int dest_x, int dest_y) const | Gdk::Pixbuf | |
create(const Glib::RefPtr< Drawable > &src, const Glib::RefPtr< Colormap > &cmap, int src_x, int src_y, int dest_x, int dest_y, int width, int height) | Gdk::Pixbuf | static |
create(const Glib::RefPtr< Image > &src, const Glib::RefPtr< Colormap > &cmap, int src_x, int src_y, int dest_x, int dest_y, int width, int height) | Gdk::Pixbuf | static |
create(const Glib::RefPtr< Drawable > &src, const Glib::RefPtr< Colormap > &cmap, int src_x, int src_y, int width, int height) | Gdk::Pixbuf | static |
create(const Glib::RefPtr< Drawable > &src, int src_x, int src_y, int width, int height) | Gdk::Pixbuf | static |
create(const Glib::RefPtr< Image > &src, const Glib::RefPtr< Colormap > &cmap, int src_x, int src_y, int width, int height) | Gdk::Pixbuf | static |
create(const Glib::RefPtr< Image > &src, int src_x, int src_y, int width, int height) | Gdk::Pixbuf | static |
create(Colorspace colorspace, bool has_alpha, int bits_per_sample, int width, int height) | Gdk::Pixbuf | static |
create_from_data(const guint8 *data, Colorspace colorspace, bool has_alpha, int bits_per_sample, int width, int height, int rowstride) | Gdk::Pixbuf | static |
create_from_data(const guint8 *data, Colorspace colorspace, bool has_alpha, int bits_per_sample, int width, int height, int rowstride, const SlotDestroyData &destroy_slot) | Gdk::Pixbuf | static |
create_from_file(const std::string &filename) | Gdk::Pixbuf | static |
create_from_file(const std::string &filename, int width, int height, bool preserve_aspect_ratio=true) | Gdk::Pixbuf | static |
create_from_inline(int data_length, const guint8 *data, bool copy_pixels=false) | Gdk::Pixbuf | static |
create_from_stream(const Glib::RefPtr< Gio::InputStream > &stream, const Glib::RefPtr< Gio::Cancellable > &cancelable) | Gdk::Pixbuf | static |
create_from_stream(const Glib::RefPtr< Gio::InputStream > &stream) | Gdk::Pixbuf | static |
create_from_stream_at_scale(const Glib::RefPtr< Gio::InputStream > &stream, int width, int height, bool preserve_aspect_ratio, const Glib::RefPtr< Gio::Cancellable > &cancelable) | Gdk::Pixbuf | static |
create_from_stream_at_scale(const Glib::RefPtr< Gio::InputStream > &stream, int width, int height, bool preserve_aspect_ratio) | Gdk::Pixbuf | static |
create_from_xpm_data(const char *const *data) | Gdk::Pixbuf | static |
create_subpixbuf(const Glib::RefPtr< Pixbuf > &src_pixbuf, int src_x, int src_y, int width, int height) | Gdk::Pixbuf | static |
fill(guint32 pixel) | Gdk::Pixbuf | |
flip(bool horizontal=true) const | Gdk::Pixbuf | |
get_bits_per_sample() const | Gdk::Pixbuf | |
get_colorspace() const | Gdk::Pixbuf | |
get_formats() | Gdk::Pixbuf | static |
get_has_alpha() const | Gdk::Pixbuf | |
get_height() const | Gdk::Pixbuf | |
get_n_channels() const | Gdk::Pixbuf | |
get_option(const Glib::ustring &key) const | Gdk::Pixbuf | |
get_pixels() const | Gdk::Pixbuf | |
get_rowstride() const | Gdk::Pixbuf | |
get_type() G_GNUC_CONST | Gdk::Pixbuf | static |
get_width() const | Gdk::Pixbuf | |
gobj() | Gdk::Pixbuf | inline |
gobj() const | Gdk::Pixbuf | inline |
gobj_copy() | Gdk::Pixbuf | |
Pixbuf(const Glib::RefPtr< Drawable > &src, const Glib::RefPtr< Colormap > &cmap, int src_x, int src_y, int width, int height) | Gdk::Pixbuf | protected |
Pixbuf(const Glib::RefPtr< Drawable > &src, int src_x, int src_y, int width, int height) | Gdk::Pixbuf | protected |
Pixbuf(const Glib::RefPtr< Drawable > &src, const Glib::RefPtr< Colormap > &cmap, int src_x, int src_y, int dest_x, int dest_y, int width, int height) | Gdk::Pixbuf | protected |
Pixbuf(const Glib::RefPtr< Image > &src, const Glib::RefPtr< Colormap > &cmap, int src_x, int src_y, int width, int height) | Gdk::Pixbuf | protected |
Pixbuf(const Glib::RefPtr< Image > &src, int src_x, int src_y, int width, int height) | Gdk::Pixbuf | protected |
Pixbuf(const Glib::RefPtr< Image > &src, const Glib::RefPtr< Colormap > &cmap, int src_x, int src_y, int dest_x, int dest_y, int width, int height) | Gdk::Pixbuf | protected |
render_pixmap_and_mask(Glib::RefPtr< Pixmap > &pixmap_return, Glib::RefPtr< Bitmap > &mask_return, int alpha_threshold) | Gdk::Pixbuf | |
render_pixmap_and_mask_for_colormap(const Glib::RefPtr< Colormap > &colormap, Glib::RefPtr< Pixmap > &pixmap_return, Glib::RefPtr< Bitmap > &mask_return, int alpha_threshold) | Gdk::Pixbuf | |
render_threshold_alpha(const Glib::RefPtr< Gdk::Bitmap > &bitmap, int src_x, int src_y, int dest_x, int dest_y, int width, int height, int alpha_threshold) | Gdk::Pixbuf | |
render_to_drawable(const Glib::RefPtr< Drawable > &drawable, const Glib::RefPtr< Gdk::GC > &gc, int src_x, int src_y, int dest_x, int dest_y, int width, int height, RgbDither dither, int x_dither, int y_dither) | Gdk::Pixbuf | |
render_to_drawable_alpha(const Glib::RefPtr< Drawable > &drawable, int src_x, int src_y, int dest_x, int dest_y, int width, int height, PixbufAlphaMode alpha_mode, int alpha_threshold, RgbDither dither, int x_dither, int y_dither) | Gdk::Pixbuf | |
rotate_simple(PixbufRotation angle) const | Gdk::Pixbuf | |
saturate_and_pixelate(const Glib::RefPtr< Gdk::Pixbuf > &dest, float saturation, bool pixelate) const | Gdk::Pixbuf | |
save(const std::string &filename, const Glib::ustring &type) | Gdk::Pixbuf | |
save(const std::string &filename, const Glib::ustring &type, const Glib::StringArrayHandle &option_keys, const Glib::StringArrayHandle &option_values) | Gdk::Pixbuf | |
save_to_buffer(gchar *&buffer, gsize &buffer_size, const Glib::ustring &type="png") | Gdk::Pixbuf | |
save_to_buffer(gchar *&buffer, gsize &buffer_size, const Glib::ustring &type, const Glib::StringArrayHandle &option_keys, const Glib::StringArrayHandle &option_values) | Gdk::Pixbuf | |
scale(const Glib::RefPtr< Gdk::Pixbuf > &dest, int dest_x, int dest_y, int dest_width, int dest_height, double offset_x, double offset_y, double scale_x, double scale_y, InterpType interp_type) const | Gdk::Pixbuf | |
scale_simple(int dest_width, int dest_height, InterpType interp_type) const | Gdk::Pixbuf | |
SListHandle_PixbufFormat typedef | Gdk::Pixbuf | |
SlotDestroyData typedef | Gdk::Pixbuf | |
wrap(GdkPixbuf *object, bool take_copy=false) | Gdk::Pixbuf | related |
~Pixbuf() | Gdk::Pixbuf | virtual |