Home
last modified time | relevance | path

Searched defs:blend (Results 1 – 10 of 10) sorted by relevance

/lvgl-latest/src/draw/vg_lite/
Dlv_draw_vg_lite_img.c89 vg_lite_blend_t blend = lv_vg_lite_blend_mode(dsc->blend_mode, has_pre_mul); in lv_draw_vg_lite_img() local
Dlv_draw_vg_lite_vector.c125 vg_lite_blend_t blend = lv_blend_to_vg(dsc->blend_mode); in task_draw_cb() local
416 static vg_lite_blend_t lv_blend_to_vg(lv_vector_blend_t blend) in lv_blend_to_vg()
Dlv_vg_lite_grad.c112 vg_lite_blend_t blend) in lv_vg_lite_draw_grad()
229 vg_lite_blend_t blend) in lv_vg_lite_draw_grad_helper()
/lvgl-latest/src/draw/sw/blend/neon/
Dlv_blend_neon.S438 .macro blend mode, dst_bpp macro
/lvgl-latest/src/draw/sw/blend/helium/
Dlv_blend_helium.S336 .macro blend src_bpp, dst_bpp, mask, opa, mode macro
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_vector.c340 static Tvg_Blend_Method lv_blend_to_tvg(lv_vector_blend_t blend) in lv_blend_to_tvg()
363 static void _set_paint_blend_mode(Tvg_Paint * obj, lv_vector_blend_t blend) in _set_paint_blend_mode()
/lvgl-latest/src/others/vg_lite_tvg/
Dvg_lite_tvg.cpp610 vg_lite_blend_t blend, in vg_lite_blit()
633 vg_lite_blend_t blend, in vg_lite_blit2()
652 vg_lite_blend_t blend, in vg_lite_blit_rect()
874 vg_lite_blend_t blend, in vg_lite_draw()
1125 vg_lite_blend_t blend, in vg_lite_draw_pattern()
1445 vg_lite_blend_t blend, in vg_lite_draw_linear_grad()
1903 vg_lite_blend_t blend) in vg_lite_draw_grad()
1963 vg_lite_blend_t blend, in vg_lite_draw_radial_grad()
2196 static BlendMethod blend_method_conv(vg_lite_blend_t blend) in blend_method_conv()
/lvgl-latest/src/libs/thorvg/
DtvgPaint.cpp520 Result Paint::blend(BlendMethod method) noexcept in blend() function in Paint
DtvgSwRenderer.cpp448 bool SwRenderer::blend(BlendMethod method) in blend() function in SwRenderer
/lvgl-latest/src/draw/
Dlv_draw_vector.c512 void lv_vector_dsc_set_blend_mode(lv_vector_dsc_t * dsc, lv_vector_blend_t blend) in lv_vector_dsc_set_blend_mode()