Searched refs:flow (Results 1 – 4 of 4) sorted by relevance
101 void lv_obj_set_flex_flow(lv_obj_t * obj, lv_flex_flow_t flow) in lv_obj_set_flex_flow() argument103 lv_obj_set_style_flex_flow(obj, flow, 0); in lv_obj_set_flex_flow()212 lv_flex_flow_t flow = lv_obj_get_style_flex_flow(cont, LV_PART_MAIN); in flex_update() local213 f.row = flow & _LV_FLEX_COLUMN ? 0 : 1; in flex_update()214 f.wrap = flow & _LV_FLEX_WRAP ? 1 : 0; in flex_update()215 f.rev = flow & _LV_FLEX_REVERSE ? 1 : 0; in flex_update()
82 void lv_obj_set_flex_flow(lv_obj_t * obj, lv_flex_flow_t flow);
27 ### Flex flow
1677 … [Release branches with GitLab flow](https://docs.gitlab.com/ee/topics/gitlab_flow.html#release-br…