aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/lib/engines/common/evas_convert_gry_1.c
blob: 45e16ee1e5d1a76f95badc3ff135112b78955ec0 (plain)
1
2
3
4
5
6
#include "evas_common.h"
#include "evas_convert_gry_1.h"

#ifdef BUILD_CONVERT_1_GRY_1
void evas_common_convert_rgba_to_1bpp_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){}
#endif