Searched refs:lv_obj_set_style_outline_width (Results 1 – 17 of 17) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_home.c | 192 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/ |
D | lv_demo_flex_layout_view_ctrl_pad.c | 65 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/ |
D | test_clip_corner.c | 27 lv_obj_set_style_outline_width(parent, 2, 0); in create_panel()
|
/lvgl-latest/src/others/file_explorer/ |
D | lv_file_explorer.c | 355 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/ |
D | test_align_flex.c | 27 lv_obj_set_style_outline_width(obj, 0, LV_PART_MAIN); in simple_style()
|
D | test_style.c | 135 lv_obj_set_style_outline_width(obj, 2, LV_PART_MAIN); in test_style_has_prop()
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_span.c | 365 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()
|
D | test_bar.c | 347 lv_obj_set_style_outline_width(bar, 2, LV_PART_INDICATOR); in styled_bar_create()
|
/lvgl-latest/tests/src/test_cases/libs/ |
D | test_font_stress.c | 108 lv_obj_set_style_outline_width(label, 1, 0); in font_stress_label_create()
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_home.c | 288 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/ |
D | lv_obj_style_gen.c | 429 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
|
D | lv_obj_style_gen.h | 818 void lv_obj_set_style_outline_width(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);
|
/lvgl-latest/demos/music/ |
D | lv_demo_music_main.c | 635 lv_obj_set_style_outline_width(slider_obj, 0, 0); in create_ctrl_box()
|
/lvgl-latest/docs/ |
D | README_jp.rst | 393 lv_obj_set_style_outline_width(slider, 3, LV_PART_KNOB);
|
D | README_zh.rst | 407 lv_obj_set_style_outline_width(slider, 3, LV_PART_KNOB);
|
D | README_pt_BR.rst | 453 lv_obj_set_style_outline_width(slider, 3, LV_PART_KNOB);
|
/lvgl-latest/ |
D | README.md | 307 lv_obj_set_style_outline_width(slider, 3, LV_PART_KNOB);
|