From dd7595a3475407a7fa96a97393bae8c5220e8762 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 4 Jan 2012 18:41:13 +1000 Subject: Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje. Note that embryo wont be used, but I'm not sure yet if you can build edje without it. --- libraries/evas/src/lib/engines/common/evas_polygon.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libraries/evas/src/lib/engines/common/evas_polygon.h (limited to 'libraries/evas/src/lib/engines/common/evas_polygon.h') diff --git a/libraries/evas/src/lib/engines/common/evas_polygon.h b/libraries/evas/src/lib/engines/common/evas_polygon.h new file mode 100644 index 0000000..0695f54 --- /dev/null +++ b/libraries/evas/src/lib/engines/common/evas_polygon.h @@ -0,0 +1,13 @@ +#ifndef _EVAS_POLYGON_H +#define _EVAS_POLYGON_H + + +EAPI void evas_common_polygon_init (void); + +EAPI RGBA_Polygon_Point *evas_common_polygon_point_add (RGBA_Polygon_Point *points, int x, int y); +EAPI RGBA_Polygon_Point *evas_common_polygon_points_clear (RGBA_Polygon_Point *points); +EAPI void evas_common_polygon_draw (RGBA_Image *dst, RGBA_Draw_Context *dc, RGBA_Polygon_Point *points, int x, int y); + + +#endif /* _EVAS_POLYGON_H */ + -- cgit v1.1