Home
last modified time | relevance | path

Searched refs:lv_obj_set_style_layout (Results 1 – 5 of 5) sorted by relevance

/lvgl-3.7.0/src/extra/layouts/flex/
Dlv_flex.c104 lv_obj_set_style_layout(obj, LV_LAYOUT_FLEX, 0); in lv_obj_set_flex_flow()
113 lv_obj_set_style_layout(obj, LV_LAYOUT_FLEX, 0); in lv_obj_set_flex_align()
/lvgl-3.7.0/src/core/
Dlv_obj_style_gen.c667 void lv_obj_set_style_layout(struct _lv_obj_t * obj, uint16_t value, lv_style_selector_t selector) in lv_obj_set_style_layout() function
Dlv_obj_style_gen.h654 void lv_obj_set_style_layout(struct _lv_obj_t * obj, uint16_t value, lv_style_selector_t selector);
Dlv_obj_pos.c271 lv_obj_set_style_layout(obj, layout, 0); in lv_obj_set_layout()
/lvgl-3.7.0/src/extra/layouts/grid/
Dlv_grid.c149 lv_obj_set_style_layout(obj, LV_LAYOUT_GRID, 0); in lv_obj_set_grid_dsc_array()