Searched refs:NEMA_BL_SIMPLE (Results 1 – 5 of 5) sorted by relevance
96 blending_mode = NEMA_BL_SIMPLE; in lv_nemagfx_blending_mode()105 blending_mode = NEMA_BL_SIMPLE; in lv_nemagfx_blending_mode()
82 nema_set_blend_fill(NEMA_BL_SIMPLE); in lv_draw_nema_gfx_line()
81 nema_set_blend_fill(NEMA_BL_SIMPLE); in lv_draw_nema_gfx_triangle()
387 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()
55 #define NEMA_BL_SIMPLE ( (uint32_t)NEMA_BF_SRCALPHA | ((uint32_t)NEMA_BF_INVSRCALPHA <… macro