aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/lib/engines/common/evas_rectangle.h
blob: a653b047a20971531cae1dabe8c6896107f6071c (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _EVAS_RECTANGLE_H
#define _EVAS_RECTANGLE_H


EAPI void           evas_common_rectangle_init          (void);

EAPI void           evas_common_rectangle_draw          (RGBA_Image *dst, RGBA_Draw_Context *dc, int x, int y, int w, int h);


#endif /* _EVAS_RECTANGLE_H */