Home
last modified time | relevance | path

Searched refs:blend_fp (Results 1 – 1 of 1) sorted by relevance

/lvgl-3.7.0/src/draw/sw/
Dlv_draw_sw_blend.c404 …set_px_argb_blend(uint8_t * buf, lv_color_t color, lv_opa_t opa, lv_color_t (*blend_fp)(lv_color_t, in set_px_argb_blend()
431 last_res_color = blend_fp(last_src_color, last_dest_color, last_opa); in set_px_argb_blend()
545 lv_color_t (*blend_fp)(lv_color_t, lv_color_t, lv_opa_t); in fill_blended() local
548 blend_fp = color_blend_true_color_additive; in fill_blended()
551 blend_fp = color_blend_true_color_subtractive; in fill_blended()
554 blend_fp = color_blend_true_color_multiply; in fill_blended()
564 lv_color_t last_res_color = blend_fp(color, dest_buf[0], opa); in fill_blended()
569 last_res_color = blend_fp(color, dest_buf[x], opa); in fill_blended()
584 last_res_color = blend_fp(color, last_dest_color, opa_tmp); in fill_blended()
592 last_res_color = blend_fp(color, dest_buf[x], opa_tmp); in fill_blended()
[all …]