gegl r2844 - in trunk: . operations/external
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2844 - in trunk: . operations/external
- Date: Thu, 1 Jan 2009 19:34:11 +0000 (UTC)
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]