Home
last modified time | relevance | path

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

/lvgl-3.7.0/examples/anim/
Dlv_example_anim_2.c22 lv_obj_set_style_radius(obj, LV_RADIUS_CIRCLE, 0); in lv_example_anim_2()
/lvgl-3.7.0/examples/scroll/
Dlv_example_scroll_3.c44 lv_obj_set_style_radius(float_btn, LV_RADIUS_CIRCLE, 0); in lv_example_scroll_3()
Dlv_example_scroll_6.c58 lv_obj_set_style_radius(cont, LV_RADIUS_CIRCLE, 0); in lv_example_scroll_6()
/lvgl-3.7.0/examples/others/snapshot/
Dlv_example_snapshot_1.c43 lv_obj_set_style_radius(container, 50, 0); in lv_example_snapshot_1()
/lvgl-3.7.0/examples/widgets/menu/
Dlv_example_menu_4.c64 lv_obj_set_style_radius(float_btn, LV_RADIUS_CIRCLE, 0); in lv_example_menu_4()
/lvgl-3.7.0/examples/get_started/
Dlv_example_get_started_2.c76 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/
Dlv_demo_widgets.c573 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/
Dlv_ime_pinyin.c587 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/
Dimg.md108 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/
Dlv_obj_style_gen.c579 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
Dlv_obj_style_gen.h643 void lv_obj_set_style_radius(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selector_t selector…