Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/nema_gfx/
Dlv_draw_nema_gfx_utils.c96 blending_mode = NEMA_BL_SIMPLE; in lv_nemagfx_blending_mode()
105 blending_mode = NEMA_BL_SIMPLE; in lv_nemagfx_blending_mode()
Dlv_draw_nema_gfx_line.c82 nema_set_blend_fill(NEMA_BL_SIMPLE); in lv_draw_nema_gfx_line()
Dlv_draw_nema_gfx_triangle.c81 nema_set_blend_fill(NEMA_BL_SIMPLE); in lv_draw_nema_gfx_triangle()
Dlv_draw_nema_gfx_label.c387 nema_set_blend_blit(NEMA_BL_SIMPLE | NEMA_BLOP_MODULATE_A); in _set_color_blend()
391 nema_set_blend_blit(NEMA_BL_SIMPLE); in _set_color_blend()
/lvgl-latest/libs/nema_gfx/include/
Dnema_blender.h55 #define NEMA_BL_SIMPLE ( (uint32_t)NEMA_BF_SRCALPHA | ((uint32_t)NEMA_BF_INVSRCALPHA <… macro