Home
last modified time | relevance | path

Searched refs:lv_obj_set_style_outline_width (Results 1 – 17 of 17) sorted by relevance

/lvgl-latest/demos/high_res/
Dlv_demo_high_res_home.c192 lv_obj_set_style_outline_width(light_theme_icon, 2, 0); in lv_demo_high_res_home()
201 lv_obj_set_style_outline_width(dark_theme_icon, 2, 0); in lv_demo_high_res_home()
269 lv_obj_set_style_outline_width(obj, 2, 0); in set_light_theme_event_cb()
271 lv_obj_set_style_outline_width(obj, 0, 0); in set_light_theme_event_cb()
284 lv_obj_set_style_outline_width(obj, 2, 0); in set_dark_theme_event_cb()
286 lv_obj_set_style_outline_width(obj, 0, 0); in set_dark_theme_event_cb()
/lvgl-latest/demos/flex_layout/
Dlv_demo_flex_layout_view_ctrl_pad.c65 lv_obj_set_style_outline_width(buttons, 0, LV_PART_ITEMS | LV_STATE_FOCUS_KEY); in view_ctrl_pad_create()
66 lv_obj_set_style_outline_width(buttons, 0, LV_STATE_FOCUS_KEY); in view_ctrl_pad_create()
174 lv_obj_set_style_outline_width(cont_spinbox, 2, LV_PART_MAIN); in spinbox_ctrl_create()
203 lv_obj_set_style_outline_width(spinbox, 1, LV_PART_MAIN); in spinbox_ctrl_create()
/lvgl-latest/tests/src/test_cases/draw/
Dtest_clip_corner.c27 lv_obj_set_style_outline_width(parent, 2, 0); in create_panel()
/lvgl-latest/src/others/file_explorer/
Dlv_file_explorer.c355 lv_obj_set_style_outline_width(explorer->cont, 0, 0); in init_style()
373 lv_obj_set_style_outline_width(explorer->quick_access_area, 0, 0); in init_style()
382 lv_obj_set_style_outline_width(explorer->browser_area, 0, 0); in init_style()
390 lv_obj_set_style_outline_width(explorer->file_table, 0, 0); in init_style()
395 lv_obj_set_style_outline_width(explorer->list_device, 0, 0); in init_style()
400 lv_obj_set_style_outline_width(explorer->list_places, 0, 0); in init_style()
/lvgl-latest/tests/src/test_cases/
Dtest_align_flex.c27 lv_obj_set_style_outline_width(obj, 0, LV_PART_MAIN); in simple_style()
Dtest_style.c135 lv_obj_set_style_outline_width(obj, 2, LV_PART_MAIN); in test_style_has_prop()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_span.c365 lv_obj_set_style_outline_width(spangroup, 1, 0); in test_spangroup_style_text_letter_space()
389 lv_obj_set_style_outline_width(spangroup, 1, 0); in test_spangroup_get_span_coords()
487 lv_obj_set_style_outline_width(spangroup, 1, 0); in test_spangroup_set_right_align_on_overflow()
Dtest_bar.c347 lv_obj_set_style_outline_width(bar, 2, LV_PART_INDICATOR); in styled_bar_create()
/lvgl-latest/tests/src/test_cases/libs/
Dtest_font_stress.c108 lv_obj_set_style_outline_width(label, 1, 0); in font_stress_label_create()
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_home.c288 lv_obj_set_style_outline_width(face_item, 2, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_watchface()
/lvgl-latest/src/core/
Dlv_obj_style_gen.c429 void lv_obj_set_style_outline_width(lv_obj_t * obj, int32_t value, lv_style_selector_t selector) in lv_obj_set_style_outline_width() function
Dlv_obj_style_gen.h818 void lv_obj_set_style_outline_width(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);
/lvgl-latest/demos/music/
Dlv_demo_music_main.c635 lv_obj_set_style_outline_width(slider_obj, 0, 0); in create_ctrl_box()
/lvgl-latest/docs/
DREADME_jp.rst393 lv_obj_set_style_outline_width(slider, 3, LV_PART_KNOB);
DREADME_zh.rst407 lv_obj_set_style_outline_width(slider, 3, LV_PART_KNOB);
DREADME_pt_BR.rst453 lv_obj_set_style_outline_width(slider, 3, LV_PART_KNOB);
/lvgl-latest/
DREADME.md307 lv_obj_set_style_outline_width(slider, 3, LV_PART_KNOB);