gegl r2844 - in trunk: . operations/external



Author: ok
Date: Thu Jan  1 19:34:11 2009
New Revision: 2844
URL: http://svn.gnome.org/viewvc/gegl?rev=2844&view=rev

Log:
* operations/external/path.c: include own declaration of
gegl_path_stroke()


Modified:
   trunk/ChangeLog
   trunk/operations/external/path.c

Modified: trunk/operations/external/path.c
==============================================================================
--- trunk/operations/external/path.c	(original)
+++ trunk/operations/external/path.c	Thu Jan  1 19:34:11 2009
@@ -66,6 +66,16 @@
 #include "gegl-chant.h"
 #include <cairo/cairo.h>
 
+/* the stroke code should move into this op, or a specific stroke op */
+
+void gegl_path_stroke (GeglBuffer          *buffer,
+                       const GeglRectangle *clip_rect,
+                       GeglPath            *vector,
+                       GeglColor           *color,
+                       gdouble              linewidth,
+                       gdouble              hardness,
+                       gdouble              opacity);
+
 
 static void path_changed (GeglPath *path,
                           const GeglRectangle *roi,
@@ -120,6 +130,9 @@
   return defined;
 }
 
+
+
+
 static gboolean gegl_path_is_closed (GeglPath *path)
 {
   const GeglPathItem *knot;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]