Searched refs:LV_STYLE_BLEND_MODE (Results 1 – 8 of 8) sorted by relevance
/lvgl-3.7.0/src/misc/ |
D | lv_style.h | 270 LV_STYLE_BLEND_MODE = 104, enumerator
|
D | lv_style.c | 129 [LV_STYLE_BLEND_MODE] = LV_STYLE_PROP_LAYER_REFR,
|
D | lv_style_gen.c | 664 lv_style_set_prop(style, LV_STYLE_BLEND_MODE, v); in lv_style_set_blend_mode()
|
D | lv_style_gen.h | 499 .prop = LV_STYLE_BLEND_MODE, .value = { .num = (int32_t)val } \
|
/lvgl-3.7.0/src/core/ |
D | lv_obj_style_gen.c | 664 lv_obj_set_local_style_prop(obj, LV_STYLE_BLEND_MODE, v, selector); in lv_obj_set_style_blend_mode()
|
D | lv_obj_style.c | 765 case LV_STYLE_BLEND_MODE: in trans_anim_cb()
|
D | lv_obj_style_gen.h | 555 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_BLEND_MODE); in lv_obj_get_style_blend_mode()
|
/lvgl-3.7.0/src/extra/widgets/span/ |
D | lv_span.c | 702 lv_res_t res = lv_style_get_prop(&span->style, LV_STYLE_BLEND_MODE, &value); in lv_span_get_style_text_blend_mode()
|