efl/legacy/evas/src/lib/engines/common/evas_op_add/op_add_pixel_.c

34 lines
360 B
C

/* 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