move around - flatter.
[profile/ivi/evas.git] / src / lib / engines / common / evas_op_sub / op_sub_mask_color_.c
1
2 /* sub mask x color -> dst */
3
4 #ifdef BUILD_C
5 static void
6 init_sub_mask_color_span_funcs_c(void)
7 {
8 }
9 #endif
10
11 #ifdef BUILD_C
12 static void
13 init_sub_mask_color_pt_funcs_c(void)
14 {
15 }
16 #endif
17
18 /*-----*/
19
20 /* sub_rel mask x color -> dst */
21
22 #ifdef BUILD_C
23 static void
24 init_sub_rel_mask_color_span_funcs_c(void)
25 {
26 }
27 #endif
28
29 #ifdef BUILD_C
30 static void
31 init_sub_rel_mask_color_pt_funcs_c(void)
32 {
33 }
34 #endif