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

11 lines
316 B
C
Raw Normal View History

/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
2002-11-08 00:02:15 -08:00
#include "evas_common.h"
#include "evas_convert_gry_1.h"
2002-11-08 00:02:15 -08:00
#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){}
2002-11-08 00:02:15 -08:00
#endif