Home
last modified time | relevance | path

Searched refs:lv_obj_set_style_size (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/examples/widgets/chart/
Dlv_example_chart_8.c30 lv_obj_set_style_size(chart, 0, 0, LV_PART_INDICATOR); in lv_example_chart_8()
/lvgl-latest/examples/anim/
Dlv_example_anim_3.c156 lv_obj_set_style_size(ginfo.chart, 0, 0, LV_PART_INDICATOR); in page_obj_init()
/lvgl-latest/src/core/
Dlv_obj_style.h242 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/
Dlv_demo_ebike_stats.c484 lv_obj_set_style_size(chart, 10, 10, LV_PART_INDICATOR); in chart_create()