Home
last modified time | relevance | path

Searched refs:lv_obj_set_style_width (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/tests/src/test_cases/
Dtest_margin_align.c63 lv_obj_set_style_width(obj0s[0], LV_PCT(60), LV_PART_MAIN); in test_align()
67 lv_obj_set_style_width(obj0s[3], LV_PCT(100), LV_PART_MAIN); in test_align()
/lvgl-latest/src/core/
Dlv_obj_style.h245 lv_obj_set_style_width(obj, width, selector); in lv_obj_set_style_size()
Dlv_obj_style_gen.c13 void lv_obj_set_style_width(lv_obj_t * obj, int32_t value, lv_style_selector_t selector) in lv_obj_set_style_width() function
Dlv_obj_pos.c230 lv_obj_set_style_width(obj, w, 0); in lv_obj_set_width()
Dlv_obj_style_gen.h766 void lv_obj_set_style_width(lv_obj_t * obj, int32_t value, lv_style_selector_t selector);
/lvgl-latest/demos/ebike/
Dlv_demo_ebike_settings.c211 lv_obj_set_style_width(right_cont, 3, LV_PART_SCROLLBAR); in right_cont_create()
/lvgl-latest/demos/flex_layout/
Dlv_demo_flex_layout_view_ctrl_pad.c288 lv_obj_set_style_width(ui->ctrl_pad.tab.layout.spinbox_pad_top, 30, LV_PART_MAIN); in tab_layout_create()