aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/lib/engines/common/evas_op_sub/op_sub_pixel_mask_.c
blob: c0c67beaa85f9cb8158171d3de64e39203404bac (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
34
35
36
37
/* sub pixel x mask --> dst */

#ifdef BUILD_C
/* XXX: not used
static void
init_sub_pixel_mask_span_funcs_c(void)
{
}
*/
#endif

#ifdef BUILD_C
/* XXX: not used
static void
init_sub_pixel_mask_pt_funcs_c(void)
{
}
*/
#endif

/*-----*/

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

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

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