aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/lib/engines/common/evas_op_add/op_add_color_.c
blob: ace781b6b163e7b5c969e59eebb068d69b58169b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/* add color -> dst */

#ifdef BUILD_C
static void
init_add_color_span_funcs_c(void)
{
}
#endif

#ifdef BUILD_C
static void
init_add_color_pt_funcs_c(void)
{
}
#endif

/*-----*/

/* add_rel color -> dst */

#ifdef BUILD_C
static void
init_add_rel_color_span_funcs_c(void)
{
}
#endif

#ifdef BUILD_C
static void
init_add_rel_color_pt_funcs_c(void)
{
}
#endif