Searched refs:LV_STYLE_LINE_COLOR (Results 1 – 9 of 9) sorted by relevance
/lvgl-latest/src/misc/ |
D | lv_style.c | 111 [LV_STYLE_LINE_COLOR] = 0, 385 case LV_STYLE_LINE_COLOR: in lv_style_prop_get_default()
|
D | lv_style.h | 276 LV_STYLE_LINE_COLOR = 76, enumerator
|
D | lv_style_gen.c | 570 lv_style_set_prop(style, LV_STYLE_LINE_COLOR, v); in lv_style_set_line_color()
|
D | lv_style_gen.h | 484 .prop = LV_STYLE_LINE_COLOR, .value = { .color = val } \
|
/lvgl-latest/src/widgets/property/ |
D | lv_style_properties.h | 70 … LV_PROPERTY_ID(STYLE, LINE_COLOR, LV_PROPERTY_TYPE_COLOR, LV_STYLE_LINE_COLOR),
|
/lvgl-latest/docs/details/widgets/ |
D | scale.rst | 242 :LV_STYLE_LINE_COLOR: :cpp:func:`lv_style_set_line_color` 256 :LV_STYLE_LINE_COLOR: :cpp:func:`lv_style_set_line_color`
|
/lvgl-latest/src/core/ |
D | lv_obj_style_gen.h | 480 lv_style_value_t v = lv_obj_get_style_prop(obj, part, LV_STYLE_LINE_COLOR); in lv_obj_get_style_line_color() 486 … lv_obj_style_apply_color_filter(obj, part, lv_obj_get_style_prop(obj, part, LV_STYLE_LINE_COLOR)); in lv_obj_get_style_line_color_filtered()
|
D | lv_obj_style_gen.c | 570 lv_obj_set_local_style_prop(obj, LV_STYLE_LINE_COLOR, v, selector); in lv_obj_set_style_line_color()
|
/lvgl-latest/src/widgets/scale/ |
D | lv_scale.c | 1252 res = lv_style_get_prop(section_style, LV_STYLE_LINE_COLOR, &value); in scale_set_line_properties()
|