summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-scale.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-01-06 01:08:10 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-01-06 01:08:10 +0000
commit65de04cdb8c1fcaffc956a776ac38bc7d9d15c1e (patch)
tree268ca1b63217ee99c5a5d8cca3bbfeca2f51e638 /gdk-pixbuf/gdk-pixbuf-scale.c
parentbba95de158351a798c3890af3e8807f868dc5083 (diff)
downloadgtk+-65de04cdb8c1fcaffc956a776ac38bc7d9d15c1e.tar.gz
Added scaling functions into gtk-doc framework.
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.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-scale.c')
-rw-r--r--gdk-pixbuf/gdk-pixbuf-scale.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-scale.c b/gdk-pixbuf/gdk-pixbuf-scale.c
index 6e0861f1e2..a3e7859ed7 100644
--- a/gdk-pixbuf/gdk-pixbuf-scale.c
+++ b/gdk-pixbuf/gdk-pixbuf-scale.c
@@ -6,10 +6,10 @@
* gdk_pixbuf_scale:
* @src: a #GdkPixbuf
* @dest: the #GdkPixbuf into which to render the results
- * @dest_x:
- * @dest_y:
- * @dest_width:
- * @dest_height:
+ * @dest_x: the left coordinate for region to render
+ * @dest_y: the top coordinate for region to render
+ * @dest_width: the width of the region to render
+ * @dest_height: the height of the region to render
* @offset_x: the offset in the X direction (currently rounded to an integer)
* @offset_y: the offset in the Y direction (currently rounded to an integer)
* @scale_x: the scale factor in the X direction
@@ -49,10 +49,10 @@ gdk_pixbuf_scale (GdkPixbuf *src,
* gdk_pixbuf_composite:
* @src: a #GdkPixbuf
* @dest: the #GdkPixbuf into which to render the results
- * @dest_x:
- * @dest_y:
- * @dest_width:
- * @dest_height:
+ * @dest_x: the left coordinate for region to render
+ * @dest_y: the top coordinate for region to render
+ * @dest_width: the width of the region to render
+ * @dest_height: the height of the region to render
* @offset_x: the offset in the X direction (currently rounded to an integer)
* @offset_y: the offset in the Y direction (currently rounded to an integer)
* @scale_x: the scale factor in the X direction
@@ -93,10 +93,10 @@ gdk_pixbuf_composite (GdkPixbuf *src,
* gdk_pixbuf_composite_color:
* @src: a #GdkPixbuf
* @dest: the #GdkPixbuf into which to render the results
- * @dest_x:
- * @dest_y:
- * @dest_width:
- * @dest_height:
+ * @dest_x: the left coordinate for region to render
+ * @dest_y: the top coordinate for region to render
+ * @dest_width: the width of the region to render
+ * @dest_height: the height of the region to render
* @offset_x: the offset in the X direction (currently rounded to an integer)
* @offset_y: the offset in the Y direction (currently rounded to an integer)
* @scale_x: the scale factor in the X direction