Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/draw/sw/
Dlv_draw_sw_blend.c40 static void fill_blended(lv_color_t * dest_buf, const lv_area_t * dest_area, lv_coord_t dest_stride…
197fill_blended(dest_buf, &blend_area, dest_stride, dsc->color, dsc->opa, mask, mask_stride, dsc->ble… in lv_draw_sw_blend_basic()
534 static void fill_blended(lv_color_t * dest_buf, const lv_area_t * dest_area, in fill_blended() function