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

11 lines
282 B
C

#ifndef _EVAS_MAP_H
#define _EVAS_MAP_H
EAPI void
evas_common_map_rgba(RGBA_Image *src, RGBA_Image *dst,
RGBA_Draw_Context *dc,
int npoints, RGBA_Map_Point *points,
int smooth, int level);
#endif /* _EVAS_MAP_H */