move around - flatter.
[profile/ivi/evas.git] / src / lib / engines / common / evas_convert_gry_4.h
1 /*
2  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
3  */
4
5 #ifndef _EVAS_CONVERT_GRY_4_H
6 #define _EVAS_CONVERT_GRY_4_H
7
8
9 void evas_common_convert_rgba_to_4bpp_gry_4_dith               (DATA32 *src, DATA8 *dst, int src_jump, int dst_jump, int w, int h, int dith_x, int dith_y, DATA8 *pal);
10 void evas_common_convert_rgba_to_4bpp_gry_1_dith               (DATA32 *src, DATA8 *dst, int src_jump, int dst_jump, int w, int h, int dith_x, int dith_y, DATA8 *pal);
11
12
13 #endif /* _EVAS_CONVERT_GRY_4_H */