Home
last modified time | relevance | path

Searched refs:outline_color (Results 1 – 11 of 11) sorted by relevance

/lvgl-latest/src/widgets/led/
Dlv_led.c165 …rect_dsc.outline_color = lv_color_mix(led->color, lv_color_black(), lv_color_brightness(rect_dsc.o… in lv_led_event()
173 … rect_dsc.outline_color = lv_color_mix(rect_dsc.outline_color, lv_color_black(), led->bright); in lv_led_event()
/lvgl-latest/examples/widgets/canvas/
Dlv_example_canvas_3.c31 dsc.outline_color = lv_palette_main(LV_PALETTE_GREEN); in lv_example_canvas_3()
/lvgl-latest/examples/event/
Dlv_example_event_draw.c30 draw_dsc.outline_color = lv_color_hex(0xff0000); in event_cb()
/lvgl-latest/src/draw/
Dlv_draw_rect.h58 lv_color_t outline_color; member
Dlv_draw_rect.c295 outline_dsc->color = dsc->outline_color; in lv_draw_rect()
/lvgl-latest/tests/src/test_cases/draw/
Dtest_draw_blend.c50 rect_dsc.outline_color = lv_palette_main(LV_PALETTE_INDIGO); in canvas_basic_render()
/lvgl-latest/src/others/xml/
Dlv_xml_style.c159 else SET_STYLE_IF(outline_color, lv_xml_to_color(value)); in lv_xml_style_register()
/lvgl-latest/src/others/xml/parsers/
Dlv_xml_obj_parser.c174 else SET_STYLE_IF(outline_color, lv_xml_to_color(value)); in apply_styles()
/lvgl-latest/src/core/
Dlv_obj_draw.c104 draw_dsc->outline_color = lv_obj_get_style_outline_color_filtered(obj, part); in lv_obj_init_draw_rect_dsc()
/lvgl-latest/demos/widgets/
Dlv_demo_widgets.c1473 outline_dsc.outline_color = lv_color_white(); in chart_event_cb()
/lvgl-latest/docs/details/base-widget/styles/
Dstyle-properties.rst779 outline_color subsection