move around - flatter.
[profile/ivi/evas.git] / src / lib / engines / common / evas_line.h
1 #ifndef _EVAS_LINE_H
2 #define _EVAS_LINE_H
3
4
5 EAPI void          evas_common_line_init               (void);
6
7 EAPI void          evas_common_line_draw               (RGBA_Image *dst, RGBA_Draw_Context *dc, int x1, int y1, int x2, int y2);
8
9
10 #endif /* _EVAS_LINE_H */
11