Searched refs:set_px_argb_blend (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.7.0/src/draw/sw/ |
D | lv_draw_sw_blend.c | 404 static inline void set_px_argb_blend(uint8_t * buf, lv_color_t color, lv_opa_t opa, lv_color_t (*bl… in set_px_argb_blend() function 787 set_px_argb_blend(dest_buf8, src_buf[x], LV_OPA_COVER, blend_fp); in map_argb() 810 set_px_argb_blend(dest_buf8, src_buf[x], opa, blend_fp); in map_argb() 835 set_px_argb_blend(dest_buf8, src_buf[x], mask[x], blend_fp); in map_argb() 862 set_px_argb_blend(dest_buf8, src_buf[x], opa_tmp, blend_fp); in map_argb()
|