aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/lib/engines/common/evas_op_add/op_add_pixel_.c
blob: 4fe5a768412069038d0b5c3f9e3cd2eebbf6fd33 (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 pixel --> dst */

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

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

/*-----*/

/* add_rel pixel --> dst */

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

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