Home
last modified time | relevance | path

Searched refs:lv_obj_set_style_x (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.7.0/src/core/
Dlv_obj_style_gen.c51 void lv_obj_set_style_x(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selector_t selector) in lv_obj_set_style_x() function
Dlv_obj_style_gen.h577 void lv_obj_set_style_x(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selector_t selector);
Dlv_obj_pos.c62 lv_obj_set_style_x(obj, x, 0); in lv_obj_set_x()