diff include/mb_graph_engine_skia.h @ 603:39d27911c3ae openvg

Remove mbe_image_surface_create_for_data()
author Thinker K.F. Li <thinker@branda.to>
date Sun, 04 Jul 2010 00:16:43 +0800
parents ac2e6468a22a
children 287db640078d
line wrap: on
line diff
--- a/include/mb_graph_engine_skia.h	Fri Jul 02 13:42:22 2010 +0800
+++ b/include/mb_graph_engine_skia.h	Sun Jul 04 00:16:43 2010 +0800
@@ -50,10 +50,6 @@
 extern int mbe_image_surface_get_width(mbe_surface_t *surface);
 extern unsigned char *mbe_image_surface_get_data(mbe_surface_t *surface);
 extern mbe_surface_t *
-mbe_image_surface_create_for_data(unsigned char *data,
-				  mb_img_fmt_t fmt,
-				  int width, int height,
-				  int stride);
 extern mb_img_fmt_t mbe_image_surface_get_format(mbe_surface_t *surface);
 extern mbe_surface_t *
 mbe_image_surface_create(mb_img_fmt_t fmt, int width, int height);