move around - flatter.
[profile/ivi/evas.git] / src / lib / engines / common / evas_convert_main.h
1 /*
2  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
3  */
4
5 #ifndef _EVAS_CONVERT_MAIN_H
6 #define _EVAS_CONVERT_MAIN_H
7
8
9 EAPI void             evas_common_convert_init          (void);
10 EAPI Gfx_Func_Convert evas_common_convert_func_get      (DATA8 *dest, int w, int h, int depth, DATA32 rmask, DATA32 gmask, DATA32 bmask, Convert_Pal_Mode pal_mode, int rotation);
11
12
13 #endif /* _EVAS_CONVERT_MAIN_H */