Home
last modified time | relevance | path

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

/lvgl-latest/src/layouts/flex/
Dlv_flex.c342 …margin_func_t get_margin_main_end = (f->row ? lv_obj_get_style_margin_right : lv_obj_get_style_mar… 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()
542 + lv_obj_get_style_margin_right(obj, LV_PART_MAIN); in lv_obj_get_width_with_margin()
/lvgl-latest/src/layouts/grid/
Dlv_grid.c110 + lv_obj_get_style_margin_right(obj, LV_PART_MAIN); in get_margin_hor()
508lv_obj_get_style_margin_right(item, LV_PART_MAIN)) / 2; in item_repos()
512 …x = c->x[col_pos] + col_w - lv_obj_get_width(item) - lv_obj_get_style_margin_right(item, LV_PART_M… in item_repos()
/lvgl-latest/src/core/
Dlv_obj_pos.c121 …w -= lv_obj_get_style_margin_left(obj, LV_PART_MAIN) + lv_obj_get_style_margin_right(obj, LV_PART_… in lv_obj_refr_size()
1155 child_res_tmp += lv_obj_get_style_margin_right(child, LV_PART_MAIN); in calc_content_width()
1164 … child_res = LV_MAX(child_res, child_res_tmp + lv_obj_get_style_margin_right(child, LV_PART_MAIN)); in calc_content_width()
Dlv_obj_scroll.c226 int32_t tmp_x = child->coords.x2 + lv_obj_get_style_margin_right(child, LV_PART_MAIN); in lv_obj_get_scroll_right()
Dlv_obj_style_gen.h214 static inline int32_t lv_obj_get_style_margin_right(const lv_obj_t * obj, lv_part_t part) in lv_obj_get_style_margin_right() function