efl/legacy/evas/src/lib/engines/common/evas_map_image.h

15 lines
331 B
C

/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifndef _EVAS_MAP_H
#define _EVAS_MAP_H
EAPI void
evas_common_map4_rgba(RGBA_Image *src, RGBA_Image *dst,
RGBA_Draw_Context *dc,
RGBA_Map_Point *points,
int smooth, int level);
#endif /* _EVAS_MAP_H */