Home
last modified time | relevance | path

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

/lvgl-latest/src/layouts/flex/
Dlv_flex.c342 …_t get_margin_main_end = (f->row ? lv_obj_get_style_margin_right : lv_obj_get_style_margin_bottom); in children_repos()
344 … get_margin_cross_end = (!f->row ? lv_obj_get_style_margin_right : lv_obj_get_style_margin_bottom); in children_repos()
549 + lv_obj_get_style_margin_bottom(obj, LV_PART_MAIN); in lv_obj_get_height_with_margin()
/lvgl-latest/src/layouts/grid/
Dlv_grid.c115 + lv_obj_get_style_margin_bottom(obj, LV_PART_MAIN); in get_margin_ver()
530lv_obj_get_style_margin_bottom(item, LV_PART_MAIN)) / 2; in item_repos()
534 …y = c->y[row_pos] + row_h - lv_obj_get_height(item) - lv_obj_get_style_margin_bottom(item, LV_PART… in item_repos()
/lvgl-latest/src/core/
Dlv_obj_pos.c153 …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()
1221 …child_res = LV_MAX(child_res, child_res_tmp + lv_obj_get_style_margin_bottom(child, LV_PART_MAIN)); in calc_content_height()
Dlv_obj_scroll.c147 int32_t tmp_y = child->coords.y2 + lv_obj_get_style_margin_bottom(child, LV_PART_MAIN); in lv_obj_get_scroll_bottom()
Dlv_obj_style_gen.h202 static inline int32_t lv_obj_get_style_margin_bottom(const lv_obj_t * obj, lv_part_t part) in lv_obj_get_style_margin_bottom() function