Searched refs:margin_func_t (Results 1 – 1 of 1) sorted by relevance
340 typedef int32_t (*margin_func_t)(const lv_obj_t *, uint32_t); in children_repos() typedef341 …margin_func_t get_margin_main_start = (f->row ? lv_obj_get_style_margin_left : lv_obj_get_style_ma… in children_repos()342 …margin_func_t get_margin_main_end = (f->row ? lv_obj_get_style_margin_right : lv_obj_get_style_mar… in children_repos()343 …margin_func_t get_margin_cross_start = (!f->row ? lv_obj_get_style_margin_left : lv_obj_get_style_… in children_repos()344 …margin_func_t get_margin_cross_end = (!f->row ? lv_obj_get_style_margin_right : lv_obj_get_style_m… in children_repos()