Searched refs:LV_STYLE_TEXT_DECOR (Results 1 – 6 of 6) sorted by relevance
/lvgl-3.4.0/src/misc/ |
D | lv_style.h | 255 LV_STYLE_TEXT_DECOR = 92 | LV_STYLE_PROP_INHERIT, enumerator
|
D | lv_style_gen.h | 485 .prop = LV_STYLE_TEXT_DECOR, .value = { .num = (int32_t)val } \
|
D | lv_style_gen.c | 632 lv_style_set_prop(style, LV_STYLE_TEXT_DECOR, v); in lv_style_set_text_decor()
|
/lvgl-3.4.0/src/core/ |
D | lv_obj_style_gen.c | 632 lv_obj_set_local_style_prop(obj, LV_STYLE_TEXT_DECOR, v, selector); in lv_obj_set_style_text_decor()
|
D | lv_obj_style_gen.h | 471 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_TEXT_DECOR); in lv_obj_get_style_text_decor()
|
/lvgl-3.4.0/src/extra/widgets/span/ |
D | lv_span.c | 694 lv_res_t res = lv_style_get_prop(&span->style, LV_STYLE_TEXT_DECOR, &value); in lv_span_get_style_text_decor()
|