efl/legacy/evas/src/lib/engines/common/evas_convert_gry_4.c

9 lines
420 B
C

#include "evas_common.h"
#ifdef BUILD_CONVERT_4_GRY_4
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){}
#endif
#ifdef BUILD_CONVERT_4_GRY_1
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){}
#endif