Searched refs:LV_STYLE_TEXT_COLOR (Results 1 – 11 of 11) sorted by relevance
/lvgl-latest/src/misc/ |
D | lv_style.c | 120 [LV_STYLE_TEXT_COLOR] = LV_STYLE_PROP_FLAG_INHERITABLE, 386 case LV_STYLE_TEXT_COLOR: in lv_style_prop_get_default()
|
D | lv_style.h | 286 LV_STYLE_TEXT_COLOR = 88, enumerator
|
D | lv_style_gen.c | 626 lv_style_set_prop(style, LV_STYLE_TEXT_COLOR, v); in lv_style_set_text_color()
|
D | lv_style_gen.h | 519 .prop = LV_STYLE_TEXT_COLOR, .value = { .color = val } \
|
/lvgl-latest/src/widgets/property/ |
D | lv_style_properties.h | 108 … LV_PROPERTY_ID(STYLE, TEXT_COLOR, LV_PROPERTY_TYPE_COLOR, LV_STYLE_TEXT_COLOR),
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.h | 534 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_TEXT_COLOR); in lv_obj_get_style_text_color() 540 … lv_obj_style_apply_color_filter(obj, part, lv_obj_get_style_prop(obj, part, LV_STYLE_TEXT_COLOR)); in lv_obj_get_style_text_color_filtered()
|
D | lv_obj_style_gen.c | 626 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 | 889 case LV_STYLE_TEXT_COLOR: in trans_anim_cb()
|
/lvgl-latest/docs/details/widgets/ |
D | scale.rst | 261 :LV_STYLE_TEXT_COLOR: :cpp:func:`lv_style_set_text_color`
|
/lvgl-latest/src/widgets/span/ |
D | lv_span.c | 810 lv_style_res_t res = lv_style_get_prop(&span->style, LV_STYLE_TEXT_COLOR, &value); in lv_span_get_style_text_color()
|
/lvgl-latest/src/widgets/scale/ |
D | lv_scale.c | 1362 res = lv_style_get_prop(indicator_section_style, LV_STYLE_TEXT_COLOR, &value); in scale_set_indicator_label_properties()
|