/lvgl-latest/tests/src/test_cases/draw/ |
D | test_bg_image.c | 28 lv_obj_set_style_radius(obj, 0, 0); in test_func_1() 33 lv_obj_set_style_radius(obj, 20, 0); in test_func_1() 39 lv_obj_set_style_radius(obj, 0, 0); in test_func_1() 44 lv_obj_set_style_radius(obj, 20, 0); in test_func_1() 50 lv_obj_set_style_radius(obj, 0, 0); in test_func_1() 56 lv_obj_set_style_radius(obj, 20, 0); in test_func_1() 63 lv_obj_set_style_radius(obj, 0, 0); in test_func_1() 70 lv_obj_set_style_radius(obj, 20, 0); in test_func_1()
|
D | test_clip_corner.c | 21 lv_obj_set_style_radius(parent, radius, 0); in create_panel()
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_settings.c | 115 lv_obj_set_style_radius(slider, LV_RADIUS_CIRCLE, 0); in slider_create() 118 lv_obj_set_style_radius(slider, LV_RADIUS_CIRCLE, LV_PART_INDICATOR); in slider_create() 120 lv_obj_set_style_radius(slider, LV_RADIUS_CIRCLE, LV_PART_KNOB); in slider_create() 149 lv_obj_set_style_radius(sw, LV_RADIUS_CIRCLE, 0); in switch_create() 152 lv_obj_set_style_radius(sw, LV_RADIUS_CIRCLE, LV_PART_KNOB); in switch_create() 183 lv_obj_set_style_radius(dd, 4, 0); in dropdown_create() 196 lv_obj_set_style_radius(list, 4, 0); in dropdown_create() 213 lv_obj_set_style_radius(right_cont, 2, LV_PART_SCROLLBAR); in right_cont_create()
|
D | lv_demo_ebike_home.c | 392 lv_obj_set_style_radius(bullet, LV_RADIUS_CIRCLE, 0); in bullets_create() 427 lv_obj_set_style_radius(battery, 12, 0); in right_cont_create() 431 lv_obj_set_style_radius(battery, 6, LV_PART_INDICATOR); in right_cont_create() 445 lv_obj_set_style_radius(dist, 12, 0); in right_cont_create()
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_control.c | 98 lv_obj_set_style_radius(control_music_play, 5, LV_PART_MAIN | LV_STATE_PRESSED); in control_screen_create() 112 lv_obj_set_style_radius(control_music_previous, 5, LV_PART_MAIN | LV_STATE_PRESSED); in control_screen_create() 126 lv_obj_set_style_radius(control_music_next, 5, LV_PART_MAIN | LV_STATE_PRESSED); in control_screen_create() 143 lv_obj_set_style_radius(control_bluetooth_icon, 5, LV_PART_MAIN | LV_STATE_PRESSED); in control_screen_create() 155 lv_obj_set_style_radius(control_brightness, 10, LV_PART_MAIN | LV_STATE_DEFAULT); in control_screen_create() 158 lv_obj_set_style_radius(control_brightness, 10, LV_PART_INDICATOR | LV_STATE_DEFAULT); in control_screen_create() 185 lv_obj_set_style_radius(control_volume_up, 5, LV_PART_MAIN | LV_STATE_PRESSED); in control_screen_create() 199 lv_obj_set_style_radius(control_volume_down, 5, LV_PART_MAIN | LV_STATE_PRESSED); in control_screen_create()
|
D | lv_demo_smartwatch_home.c | 282 lv_obj_set_style_radius(face_item, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_watchface() 323 lv_obj_set_style_radius(clock_screen, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home() 436 lv_obj_set_style_radius(face_select, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_home() 456 lv_obj_set_style_radius(hint_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints() 473 lv_obj_set_style_radius(hint_up, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints() 485 lv_obj_set_style_radius(hint_down, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints() 497 lv_obj_set_style_radius(hint_left, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints() 509 lv_obj_set_style_radius(hint_right, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_home_hints()
|
D | lv_demo_smartwatch.c | 406 lv_obj_set_style_radius(dialog_window, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window() 464 lv_obj_set_style_radius(dialog_close, 20, LV_PART_MAIN | LV_STATE_DEFAULT); in create_dialog_window() 485 lv_obj_set_style_radius(hint_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints() 502 lv_obj_set_style_radius(hint_up, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints() 517 lv_obj_set_style_radius(hint_down, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints() 532 lv_obj_set_style_radius(hint_left, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints() 547 lv_obj_set_style_radius(hint_right, 5, LV_PART_MAIN | LV_STATE_DEFAULT); in create_scroll_hints()
|
D | lv_demo_smartwatch_settings.c | 83 lv_obj_set_style_radius(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_slider() 136 lv_obj_set_style_radius(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_toggle() 194 lv_obj_set_style_radius(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_dropdown() 252 lv_obj_set_style_radius(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_settings_add_label() 468 lv_obj_set_style_radius(settings_screen, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_settings() 480 lv_obj_set_style_radius(settings_list, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_settings()
|
D | lv_demo_smartwatch_list.c | 172 lv_obj_set_style_radius(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in add_external_app() 213 lv_obj_set_style_radius(panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in add_app_list() 257 lv_obj_set_style_radius(app_list, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_list()
|
D | lv_demo_smartwatch_notifications.c | 114 lv_obj_set_style_radius(notification_item, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in lv_demo_smartwatch_add_notification() 326 lv_obj_set_style_radius(message_panel, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_notifications() 368 lv_obj_set_style_radius(message_list, 0, LV_PART_MAIN | LV_STATE_DEFAULT); in create_screen_notifications()
|
/lvgl-latest/demos/render/ |
D | lv_demo_render.c | 72 lv_obj_set_style_radius(obj, 10, 0); in fill_cb() 77 lv_obj_set_style_radius(obj, 100, 0); in fill_cb() 82 lv_obj_set_style_radius(obj, 10, 0); in fill_cb() 90 lv_obj_set_style_radius(obj, 10, 0); in fill_cb() 99 lv_obj_set_style_radius(obj, 10, 0); in fill_cb() 108 lv_obj_set_style_radius(obj, 10, 0); in fill_cb() 154 lv_obj_set_style_radius(obj, 0, 0); in border_cb() 161 lv_obj_set_style_radius(obj, 0, 0); in border_cb() 168 lv_obj_set_style_radius(obj, 10, 0); in border_cb() 175 lv_obj_set_style_radius(obj, 10, 0); in border_cb() [all …]
|
/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_bar.c | 159 lv_obj_set_style_radius(test_bar, 100, 0); in test_bar_normal() 160 lv_obj_set_style_radius(test_bar, 100, LV_PART_MAIN); in test_bar_normal() 171 lv_obj_set_style_radius(test_bar, 100, 0); in test_bar_normal() 172 lv_obj_set_style_radius(test_bar, 100, LV_PART_MAIN); in test_bar_normal() 185 lv_obj_set_style_radius(test_bar, 100, 0); in test_bar_normal() 186 lv_obj_set_style_radius(test_bar, 100, LV_PART_MAIN); in test_bar_normal() 197 lv_obj_set_style_radius(test_bar, 100, 0); in test_bar_normal() 198 lv_obj_set_style_radius(test_bar, 100, LV_PART_MAIN); in test_bar_normal() 336 lv_obj_set_style_radius(bar, bg_radius, LV_PART_MAIN); in styled_bar_create() 355 lv_obj_set_style_radius(bar, indic_radius, LV_PART_INDICATOR); in styled_bar_create()
|
/lvgl-latest/examples/widgets/scale/ |
D | lv_example_scale_3.c | 30 lv_obj_set_style_radius(scale_line, LV_RADIUS_CIRCLE, 0); in lv_example_scale_3() 67 lv_obj_set_style_radius(scale_img, LV_RADIUS_CIRCLE, 0); in lv_example_scale_3()
|
D | lv_example_scale_8.c | 15 lv_obj_set_style_radius(scale_line, LV_RADIUS_CIRCLE, 0); in lv_example_scale_8()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_app_thermostat.c | 177 lv_obj_set_style_radius(chart, c->sz->gap[3], LV_PART_ITEMS); in create_widget1() 182 lv_obj_set_style_radius(chart, 0, 0); in create_widget1() 284 lv_obj_set_style_radius(minus, LV_COORD_MAX, 0); in create_widget2_value() 302 lv_obj_set_style_radius(plus, LV_COORD_MAX, 0); in create_widget2_value() 334 lv_obj_set_style_radius(slider_box, c->sz->gap[4], 0); in create_widget2() 344 lv_obj_set_style_radius(slider_left, c->sz->gap[4], 0); in create_widget2() 345 lv_obj_set_style_radius(slider_left, c->sz->gap[4], LV_PART_INDICATOR); in create_widget2() 357 lv_obj_set_style_radius(slider_right, c->sz->gap[4], 0); in create_widget2() 358 lv_obj_set_style_radius(slider_right, c->sz->gap[4], LV_PART_INDICATOR); in create_widget2() 408 lv_obj_set_style_radius(setting, c->sz->gap[3], 0); in create_widget3_setting() [all …]
|
D | lv_demo_high_res_app_smart_home.c | 160 lv_obj_set_style_radius(main_temp_box, LV_COORD_MAX, 0); in create_widget1() 367 lv_obj_set_style_radius(slider, c->sz->gap[4], 0); in create_widget3() 368 lv_obj_set_style_radius(slider, c->sz->gap[4], LV_PART_INDICATOR); in create_widget3() 439 lv_obj_set_style_radius(temperature_slider, 0, 0); in create_widget4() 464 lv_obj_set_style_radius(slider, c->sz->gap[4], 0); in create_widget4() 465 lv_obj_set_style_radius(slider, c->sz->gap[4], LV_PART_INDICATOR); in create_widget4()
|
D | lv_demo_high_res_home.c | 189 lv_obj_set_style_radius(light_theme_icon, LV_COORD_MAX, 0); in lv_demo_high_res_home() 198 lv_obj_set_style_radius(dark_theme_icon, LV_COORD_MAX, 0); in lv_demo_high_res_home() 243 lv_obj_set_style_radius(app_card, c->sz->gap[6], 0); in app_card_create() 261 lv_obj_set_style_radius(icon, LV_COORD_MAX, 0); in app_card_create()
|
/lvgl-latest/src/others/file_explorer/ |
D | lv_file_explorer.c | 348 lv_obj_set_style_radius(obj, 0, 0); in init_style() 352 lv_obj_set_style_radius(explorer->cont, 0, 0); in init_style() 363 lv_obj_set_style_radius(explorer->head_area, 0, 0); in init_style() 371 lv_obj_set_style_radius(explorer->quick_access_area, 0, 0); in init_style() 380 lv_obj_set_style_radius(explorer->browser_area, 0, 0); in init_style() 388 lv_obj_set_style_radius(explorer->file_table, 0, 0); in init_style() 396 lv_obj_set_style_radius(explorer->list_device, 0, 0); in init_style() 401 lv_obj_set_style_radius(explorer->list_places, 0, 0); in init_style()
|
/lvgl-latest/examples/others/file_explorer/ |
D | lv_example_file_explorer_2.c | 122 lv_obj_set_style_radius(btn, 2, 0); in lv_example_file_explorer_2() 138 lv_obj_set_style_radius(dd, 4, 0); in lv_example_file_explorer_2()
|
/lvgl-latest/demos/flex_layout/ |
D | lv_demo_flex_layout_view.c | 66 lv_obj_set_style_radius(obj, 10, 0); in view_create() 122 lv_obj_set_style_radius(btn, 5, LV_PART_MAIN); in btn_create()
|
/lvgl-latest/examples/anim/ |
D | lv_example_anim_2.c | 22 lv_obj_set_style_radius(obj, LV_RADIUS_CIRCLE, 0); in lv_example_anim_2()
|
/lvgl-latest/tests/src/test_cases/ |
D | test_grid_fr.c | 39 lv_obj_set_style_radius(child, 0, LV_PART_MAIN); in test_grid_fr()
|
/lvgl-latest/examples/scroll/ |
D | lv_example_scroll_3.c | 44 lv_obj_set_style_radius(float_btn, LV_RADIUS_CIRCLE, 0); in lv_example_scroll_3()
|
/lvgl-latest/examples/widgets/chart/ |
D | lv_example_chart_2.c | 30 lv_obj_set_style_radius(chart, 0, 0); in lv_example_chart_2()
|
/lvgl-latest/examples/others/snapshot/ |
D | lv_example_snapshot_1.c | 43 lv_obj_set_style_radius(container, 50, 0); in lv_example_snapshot_1()
|