Searched refs:lv_obj_set_style_radius (Results 1 – 11 of 11) sorted by relevance
/lvgl-3.7.0/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-3.7.0/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()
|
D | lv_example_scroll_6.c | 58 lv_obj_set_style_radius(cont, LV_RADIUS_CIRCLE, 0); in lv_example_scroll_6()
|
/lvgl-3.7.0/examples/others/snapshot/ |
D | lv_example_snapshot_1.c | 43 lv_obj_set_style_radius(container, 50, 0); in lv_example_snapshot_1()
|
/lvgl-3.7.0/examples/widgets/menu/ |
D | lv_example_menu_4.c | 64 lv_obj_set_style_radius(float_btn, LV_RADIUS_CIRCLE, 0); in lv_example_menu_4()
|
/lvgl-3.7.0/examples/get_started/ |
D | lv_example_get_started_2.c | 76 lv_obj_set_style_radius(btn2, LV_RADIUS_CIRCLE, 0); /*Add a local style too*/ in lv_example_get_started_2()
|
/lvgl-3.7.0/demos/widgets/ |
D | lv_demo_widgets.c | 573 lv_obj_set_style_radius(chart1, 0, 0); in analytics_create() 618 lv_obj_set_style_radius(chart2, 0, 0); in analytics_create() 720 lv_obj_set_style_radius(meter3, LV_RADIUS_CIRCLE, LV_PART_INDICATOR); in analytics_create() 987 lv_obj_set_style_radius(color_cont, LV_RADIUS_CIRCLE, 0); in color_changer_create() 998 lv_obj_set_style_radius(c, LV_RADIUS_CIRCLE, 0); in color_changer_create() 1009 lv_obj_set_style_radius(btn, LV_RADIUS_CIRCLE, 0); in color_changer_create()
|
/lvgl-3.7.0/src/extra/others/ime/ |
D | lv_ime_pinyin.c | 587 lv_obj_set_style_radius(pinyin_ime->cand_panel, 0, 0); in lv_ime_pinyin_constructor() 592 lv_obj_set_style_radius(pinyin_ime->cand_panel, 12, LV_PART_ITEMS); in lv_ime_pinyin_constructor()
|
/lvgl-3.7.0/docs/widgets/core/ |
D | img.md | 108 You can use `lv_obj_set_style_radius` to set radius to an image, and enable `lv_obj_set_style_clip_…
|
/lvgl-3.7.0/src/core/ |
D | lv_obj_style_gen.c | 579 void lv_obj_set_style_radius(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selector_t selector) in lv_obj_set_style_radius() function
|
D | lv_obj_style_gen.h | 643 void lv_obj_set_style_radius(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selector_t selector…
|