move around - flatter.
[profile/ivi/evas.git] / src / lib / engines / common / evas_gradient_private.h
1 /*
2  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
3  */
4
5 #ifndef _EVAS_GRADIENT_PRIVATE_H
6 #define _EVAS_GRADIENT_PRIVATE_H
7
8
9 RGBA_Gradient_Type *evas_common_gradient_linear_get        (void);
10 RGBA_Gradient_Type *evas_common_gradient_radial_get        (void);
11 RGBA_Gradient_Type *evas_common_gradient_angular_get       (void);
12 RGBA_Gradient_Type *evas_common_gradient_rectangular_get   (void);
13 RGBA_Gradient_Type *evas_common_gradient_sinusoidal_get    (void);
14 char               *evas_common_gradient_get_key_fval      (char *in, char *key, float *val);
15
16
17 #endif /* _EVAS_GRADIENT_PRIVATE_H */