[gegl/soc-2013-opecl-ops] buffer: document some specifics of gegl_buffer_copy
- From: Carlos Zubieta <czubieta src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/soc-2013-opecl-ops] buffer: document some specifics of gegl_buffer_copy
- Date: Wed, 11 Sep 2013 12:23:03 +0000 (UTC)
commit 231a9528ef001e6504bcdeeee17cb1f6b0ac4b4f
Author: Michael Henning <drawoc darkrefraction com>
Date: Mon Aug 12 22:08:34 2013 -0400
buffer: document some specifics of gegl_buffer_copy
gegl/buffer/gegl-buffer.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gegl/buffer/gegl-buffer.h b/gegl/buffer/gegl-buffer.h
index ad233a0..ec31c7f 100644
--- a/gegl/buffer/gegl-buffer.h
+++ b/gegl/buffer/gegl-buffer.h
@@ -378,6 +378,9 @@ void gegl_buffer_clear (GeglBuffer *buffer,
*
* If the babl_formats of the buffers are the same, and the tile boundaries
* align, this will create copy-on-write tiles in the destination buffer.
+ *
+ * This function never does any scaling. When src_rect and dst_rect do not have
+ * the same width and height, the size of src_rect is used.
*/
void gegl_buffer_copy (GeglBuffer *src,
const GeglRectangle *src_rect,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]