diff include/mb_graph_engine_skia.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 287db640078d
children 7b4e80ab671a
line wrap: on
line diff
--- a/include/mb_graph_engine_skia.h	Sat Jul 17 21:44:23 2010 +0800
+++ b/include/mb_graph_engine_skia.h	Mon Jul 19 15:44:49 2010 +0800
@@ -108,6 +108,7 @@
 extern void mbe_transform(mbe_t *mbe, co_aix matrix[6]);
 extern void mbe_arc(mbe_t *mbe, co_aix x, co_aix y, co_aix radius,
 		    co_aix angle_start, co_aix angle_stop);
+#define mbe_init()
 /* @} */
 
 #endif /* __MB_GE_SKIA_H_ */