move around - flatter.
[profile/ivi/evas.git] / src / lib / engines / common / evas_convert_gry_8.c
1 /*
2  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
3  */
4
5 #include "evas_common.h"
6 #include "evas_convert_gry_8.h"
7
8 #ifdef BUILD_CONVERT_8_GRY_1
9 void evas_common_convert_rgba_to_8bpp_gry_256_dith     (DATA32 *src, DATA8 *dst, int src_jump, int dst_jump, int w, int h, int dith_x, int dith_y, DATA8 *pal){}
10 #endif
11
12 #ifdef BUILD_CONVERT_8_GRY_4
13 void evas_common_convert_rgba_to_8bpp_gry_64_dith      (DATA32 *src, DATA8 *dst, int src_jump, int dst_jump, int w, int h, int dith_x, int dith_y, DATA8 *pal){}
14 #endif
15
16 #ifdef BUILD_CONVERT_8_GRY_16
17 void evas_common_convert_rgba_to_8bpp_gry_16_dith      (DATA32 *src, DATA8 *dst, int src_jump, int dst_jump, int w, int h, int dith_x, int dith_y, DATA8 *pal){}
18 #endif
19
20 #ifdef BUILD_CONVERT_8_GRY_64
21 void evas_common_convert_rgba_to_8bpp_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){}
22 #endif
23
24 #ifdef BUILD_CONVERT_8_GRY_256
25 void evas_common_convert_rgba_to_8bpp_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){}
26 #endif