Home
last modified time | relevance | path

Searched defs:blending_mode (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/libs/nema_gfx/include/
Dnema_blender.h112 static inline void nema_set_blend_fill(uint32_t blending_mode) { in nema_set_blend_fill()
121 static inline void nema_set_blend_fill_compose(uint32_t blending_mode) { in nema_set_blend_fill_compose()
130 static inline void nema_set_blend_blit(uint32_t blending_mode) { in nema_set_blend_blit()
139 static inline void nema_set_blend_blit_compose(uint32_t blending_mode) { in nema_set_blend_blit_compose()
/lvgl-latest/src/draw/nema_gfx/
Dlv_draw_nema_gfx_utils.c93 uint32_t blending_mode; in lv_nemagfx_blending_mode() local
Dlv_draw_nema_gfx_img.c137 uint32_t blending_mode = lv_nemagfx_blending_mode(dsc->blend_mode); in _draw_nema_gfx_img() local