mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
65de04cdb8
2000-01-05 Owen Taylor <otaylor@redhat.com> * doc/Makefile.am doc/gdk-pixbuf-sections.txt doc/gdk-pixbuf.sgml doc/tmpl/scaling.sgml: Added scaling functions into gtk-doc framework. * gdk-pixbuf/gdk-pixbuf-scale.c: Documentation fixes. * gdk-pixbuf/testpixbuf-scale.c (expose_cb): Simplify a bit. * gdk-pixbuf/pixops/pixops.c (pixops_composite_color): Return immediately if scale_x or scale_y is 0.
104 lines
1.9 KiB
Plaintext
104 lines
1.9 KiB
Plaintext
<INCLUDE>gdk-pixbuf/gdk-pixbuf.h</INCLUDE>
|
|
|
|
<SECTION>
|
|
<FILE>gdk-pixbuf</FILE>
|
|
GdkPixbuf
|
|
gdk_pixbuf_get_format
|
|
gdk_pixbuf_get_n_channels
|
|
gdk_pixbuf_get_has_alpha
|
|
gdk_pixbuf_get_bits_per_sample
|
|
gdk_pixbuf_get_pixels
|
|
gdk_pixbuf_get_width
|
|
gdk_pixbuf_get_height
|
|
gdk_pixbuf_get_rowstride
|
|
</SECTION>
|
|
|
|
<SECTION>
|
|
<FILE>refcounting</FILE>
|
|
gdk_pixbuf_ref
|
|
gdk_pixbuf_unref
|
|
</SECTION>
|
|
|
|
<SECTION>
|
|
<FILE>file-loading</FILE>
|
|
gdk_pixbuf_new_from_file
|
|
</SECTION>
|
|
|
|
<SECTION>
|
|
<FILE>creating</FILE>
|
|
gdk_pixbuf_new_from_art_pixbuf
|
|
gdk_pixbuf_new
|
|
gdk_pixbuf_new_from_data
|
|
gdk_pixbuf_new_from_xpm_data
|
|
</SECTION>
|
|
|
|
<SECTION>
|
|
<FILE>rendering</FILE>
|
|
GdkPixbufAlphaMode
|
|
gdk_pixbuf_render_to_drawable_alpha
|
|
gdk_pixbuf_render_to_drawable
|
|
gdk_pixbuf_render_threshold_alpha
|
|
</SECTION>
|
|
|
|
<SECTION>
|
|
<FILE>from-drawables</FILE>
|
|
gdk_pixbuf_get_from_drawable
|
|
</SECTION>
|
|
|
|
<SECTION>
|
|
<FILE>util</FILE>
|
|
gdk_pixbuf_add_alpha
|
|
</SECTION>
|
|
|
|
<SECTION>
|
|
<FILE>animation</FILE>
|
|
GdkPixbufFrameAction
|
|
GdkPixbufFrame
|
|
GdkPixbufAnimation
|
|
gdk_pixbuf_animation_new_from_file
|
|
gdk_pixbuf_animation_ref
|
|
gdk_pixbuf_animation_unref
|
|
</SECTION>
|
|
|
|
<SECTION>
|
|
<FILE>scaling</FILE>
|
|
gdk_pixbuf_scale
|
|
gdk_pixbuf_composite
|
|
gdk_pixbuf_composite_color
|
|
gdk_pixbuf_scale_simple
|
|
gdk_pixbuf_composite_color_simple
|
|
</SECTION>
|
|
|
|
<SECTION>
|
|
<FILE>gdk-pixbuf-loader</FILE>
|
|
GDK_PIXBUF_LOADER
|
|
<TITLE>GdkPixbufLoader</TITLE>
|
|
gdk_pixbuf_loader_new
|
|
gdk_pixbuf_loader_write
|
|
gdk_pixbuf_loader_get_pixbuf
|
|
gdk_pixbuf_loader_get_animation
|
|
gdk_pixbuf_loader_close
|
|
<SUBSECTION Standard>
|
|
GDK_TYPE_PIXBUF_LOADER
|
|
GDK_IS_PIXBUF_LOADER
|
|
gdk_pixbuf_loader_get_type
|
|
GDK_PIXBUF_LOADER_CLASS
|
|
GDK_IS_PIXBUF_LOADER_CLASS
|
|
<SUBSECTION Private>
|
|
GdkPixbufLoader
|
|
</SECTION>
|
|
|
|
<SECTION>
|
|
<FILE>gnome-canvas-pixbuf</FILE>
|
|
GNOME_CANVAS_PIXBUF
|
|
<TITLE>GnomeCanvasPixbuf</TITLE>
|
|
<SUBSECTION Standard>
|
|
GNOME_TYPE_CANVAS_PIXBUF
|
|
GNOME_IS_CANVAS_PIXBUF
|
|
gnome_canvas_pixbuf_get_type
|
|
GNOME_CANVAS_PIXBUF_CLASS
|
|
GNOME_IS_CANVAS_PIXBUF_CLASS
|
|
<SUBSECTION Private>
|
|
GnomeCanvasPixbuf
|
|
</SECTION>
|