Searched refs:lv_obj_set_style_size (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/examples/widgets/chart/ |
D | lv_example_chart_8.c | 30 lv_obj_set_style_size(chart, 0, 0, LV_PART_INDICATOR); in lv_example_chart_8()
|
/lvgl-latest/examples/anim/ |
D | lv_example_anim_3.c | 156 lv_obj_set_style_size(ginfo.chart, 0, 0, LV_PART_INDICATOR); in page_obj_init()
|
/lvgl-latest/src/core/ |
D | lv_obj_style.h | 242 static inline void lv_obj_set_style_size(lv_obj_t * obj, int32_t width, int32_t height, in lv_obj_set_style_size() function
|
/lvgl-latest/demos/ebike/ |
D | lv_demo_ebike_stats.c | 484 lv_obj_set_style_size(chart, 10, 10, LV_PART_INDICATOR); in chart_create()
|