Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_obj_style.h233 lv_obj_set_style_width(obj, value, selector); in lv_obj_set_style_size()
Dlv_obj_style_gen.c3 void lv_obj_set_style_width(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selector_t selector) in lv_obj_set_style_width() function
Dlv_obj_style_gen.h571 void lv_obj_set_style_width(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selector_t selector);
Dlv_obj_pos.c232 lv_obj_set_style_width(obj, w, 0); in lv_obj_set_width()