aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/lib/engines/common/evas_map_image.h
blob: a7cb8cf6b611845b2a250b2acae892f7ff570040 (plain)
1
2
3
4
5
6
7
8
9
10
#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 */