Searched refs:lv_obj_get_style_margin_top (Results 1 – 4 of 4) sorted by relevance
114 return lv_obj_get_style_margin_top(obj, LV_PART_MAIN) in get_margin_ver()520 y = c->y[row_pos] + lv_obj_get_style_margin_top(item, LV_PART_MAIN); in item_repos()524 y = c->y[row_pos] + lv_obj_get_style_margin_top(item, LV_PART_MAIN); in item_repos()529 … y = c->y[row_pos] + (row_h - item_h) / 2 + (lv_obj_get_style_margin_top(item, LV_PART_MAIN) - in item_repos()
341 …nc_t get_margin_main_start = (f->row ? lv_obj_get_style_margin_left : lv_obj_get_style_margin_top); in children_repos()343 …_t get_margin_cross_start = (!f->row ? lv_obj_get_style_margin_left : lv_obj_get_style_margin_top); in children_repos()547 return lv_obj_get_style_margin_top(obj, LV_PART_MAIN) in lv_obj_get_height_with_margin()
153 …h -= lv_obj_get_style_margin_top(obj, LV_PART_MAIN) + lv_obj_get_style_margin_bottom(obj, LV_PART_… in lv_obj_refr_size()1212 child_res_tmp += lv_obj_get_style_margin_top(child, LV_PART_MAIN); in calc_content_height()
196 static inline int32_t lv_obj_get_style_margin_top(const lv_obj_t * obj, lv_part_t part) in lv_obj_get_style_margin_top() function