Searched refs:lv_obj_set_style_layout (Results 1 – 5 of 5) sorted by relevance
/lvgl-3.7.0/src/extra/layouts/flex/ |
D | lv_flex.c | 104 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/ |
D | lv_obj_style_gen.c | 667 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
|
D | lv_obj_style_gen.h | 654 void lv_obj_set_style_layout(struct _lv_obj_t * obj, uint16_t value, lv_style_selector_t selector);
|
D | lv_obj_pos.c | 271 lv_obj_set_style_layout(obj, layout, 0); in lv_obj_set_layout()
|
/lvgl-3.7.0/src/extra/layouts/grid/ |
D | lv_grid.c | 149 lv_obj_set_style_layout(obj, LV_LAYOUT_GRID, 0); in lv_obj_set_grid_dsc_array()
|