aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/lib/engines/common/evas_op_sub/op_sub_pixel_color_.c
blob: 13caa0be72711397ed5abf805bd2c33a009a44d0 (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
/* sub pixel x color --> dst */

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

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

/*-----*/

/* sub_rel pixel x color --> dst */

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

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