Searched refs:LV_STYLE_TEXT_DECOR (Results 1 – 7 of 7) sorted by relevance
/lvgl-3.7.0/src/misc/ |
D | lv_style.h | 258 LV_STYLE_TEXT_DECOR = 90, enumerator
|
D | lv_style.c | 117 [LV_STYLE_TEXT_DECOR] = LV_STYLE_PROP_INHERIT,
|
D | lv_style_gen.c | 568 lv_style_set_prop(style, LV_STYLE_TEXT_DECOR, v); in lv_style_set_text_decor()
|
D | lv_style_gen.h | 439 .prop = LV_STYLE_TEXT_DECOR, .value = { .num = (int32_t)val } \
|
/lvgl-3.7.0/src/core/ |
D | lv_obj_style_gen.c | 568 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 | 483 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.7.0/src/extra/widgets/span/ |
D | lv_span.c | 716 lv_res_t res = lv_style_get_prop(&span->style, LV_STYLE_TEXT_DECOR, &value); in lv_span_get_style_text_decor()
|