Searched defs:blend (Results 1 – 10 of 10) sorted by relevance
/lvgl-latest/src/draw/vg_lite/ |
D | lv_draw_vg_lite_img.c | 89 vg_lite_blend_t blend = lv_vg_lite_blend_mode(dsc->blend_mode, has_pre_mul); in lv_draw_vg_lite_img() local
|
D | lv_draw_vg_lite_vector.c | 125 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()
|
D | lv_vg_lite_grad.c | 112 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/ |
D | lv_blend_neon.S | 438 .macro blend mode, dst_bpp macro
|
/lvgl-latest/src/draw/sw/blend/helium/ |
D | lv_blend_helium.S | 336 .macro blend src_bpp, dst_bpp, mask, opa, mode macro
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_vector.c | 340 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/ |
D | vg_lite_tvg.cpp | 610 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/ |
D | tvgPaint.cpp | 520 Result Paint::blend(BlendMethod method) noexcept in blend() function in Paint
|
D | tvgSwRenderer.cpp | 448 bool SwRenderer::blend(BlendMethod method) in blend() function in SwRenderer
|
/lvgl-latest/src/draw/ |
D | lv_draw_vector.c | 512 void lv_vector_dsc_set_blend_mode(lv_vector_dsc_t * dsc, lv_vector_blend_t blend) in lv_vector_dsc_set_blend_mode()
|