Searched refs:LV_STYLE_TEXT_COLOR (Results 1 – 8 of 8) sorted by relevance
/lvgl-3.4.0/src/misc/ |
D | lv_style.c | 247 case LV_STYLE_TEXT_COLOR: in lv_style_prop_get_default()
|
D | lv_style.h | 249 LV_STYLE_TEXT_COLOR = 87 | LV_STYLE_PROP_INHERIT, enumerator
|
D | lv_style_gen.h | 455 .prop = LV_STYLE_TEXT_COLOR, .value = { .color = val } \
|
D | lv_style_gen.c | 584 lv_style_set_prop(style, LV_STYLE_TEXT_COLOR, v); in lv_style_set_text_color()
|
/lvgl-3.4.0/src/core/ |
D | lv_obj_style_gen.c | 584 lv_obj_set_local_style_prop(obj, LV_STYLE_TEXT_COLOR, v, selector); in lv_obj_set_style_text_color()
|
D | lv_obj_style.c | 722 case LV_STYLE_TEXT_COLOR: in trans_anim_cb()
|
D | lv_obj_style_gen.h | 435 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_TEXT_COLOR); in lv_obj_get_style_text_color()
|
/lvgl-3.4.0/src/extra/widgets/span/ |
D | lv_span.c | 655 lv_res_t res = lv_style_get_prop(&span->style, LV_STYLE_TEXT_COLOR, &value); in lv_span_get_style_text_color()
|