Searched refs:lv_obj_get_style_margin_right (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/src/layouts/flex/ |
D | lv_flex.c | 342 …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/ |
D | lv_grid.c | 110 + lv_obj_get_style_margin_right(obj, LV_PART_MAIN); in get_margin_hor() 508 … lv_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/ |
D | lv_obj_pos.c | 121 …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()
|
D | lv_obj_scroll.c | 226 int32_t tmp_x = child->coords.x2 + lv_obj_get_style_margin_right(child, LV_PART_MAIN); in lv_obj_get_scroll_right()
|
D | lv_obj_style_gen.h | 214 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
|