Searched refs:lv_obj_set_style_size (Results 1 – 5 of 5) sorted by relevance
/lvgl-3.7.0/examples/widgets/chart/ |
D | lv_example_chart_5.c | 77 lv_obj_set_style_size(chart, 0, LV_PART_INDICATOR); in lv_example_chart_5()
|
D | lv_example_chart_8.c | 89 lv_obj_set_style_size(stacked_area_chart.obj, 0, LV_PART_INDICATOR); in lv_example_chart_8()
|
/lvgl-3.7.0/src/core/ |
D | lv_obj_style.h | 231 static inline void lv_obj_set_style_size(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selecto… in lv_obj_set_style_size() function
|
/lvgl-3.7.0/examples/anim/ |
D | lv_example_anim_3.c | 156 lv_obj_set_style_size(ginfo.chart, 0, LV_PART_INDICATOR); in page_obj_init()
|
/lvgl-3.7.0/demos/widgets/ |
D | lv_demo_widgets.c | 719 lv_obj_set_style_size(meter3, 10, LV_PART_INDICATOR); in analytics_create()
|