diff include/mb_graph_engine_openvg.h @ 630:bd18951b51d5 openvg

Add initial code for graphic engines
author Thinker K.F. Li <thinker@branda.to>
date Mon, 19 Jul 2010 15:44:49 +0800
parents 39bd74da7f92
children e224f496e6b8
line wrap: on
line diff
--- a/include/mb_graph_engine_openvg.h	Sat Jul 17 21:44:23 2010 +0800
+++ b/include/mb_graph_engine_openvg.h	Mon Jul 19 15:44:49 2010 +0800
@@ -244,6 +244,7 @@
 extern void mbe_paint_with_alpha(mbe_t *canvas, co_comp_t alpha);
 extern void mbe_paint(mbe_t *canvas);
 extern void mbe_clear(mbe_t *canvas);
+extern void mbe_init();
 
 static void
 mbe_stroke(mbe_t *canvas) {
@@ -273,7 +274,6 @@
     mbe_fill_preserve(canvas);
     vgClearPath(canvas->path, VG_PATH_CAPABILITY_ALL);
 }
-
 /* @} */
 
 #endif /* __MB_GE_OPENVG_H_ */