Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_obj_pos.c1100 int32_t child_res_tmp = LV_COORD_MIN; in calc_content_width() local
1112 child_res_tmp = obj->coords.x2 - child->coords.x1 + 1; in calc_content_width()
1118 child_res_tmp = lv_area_get_width(&child->coords) + space_right; in calc_content_width()
1119 child_res_tmp += lv_obj_get_style_margin_left(child, LV_PART_MAIN); in calc_content_width()
1125 child_res_tmp = obj->coords.x2 - child->coords.x1 + 1; in calc_content_width()
1127 … child_res = LV_MAX(child_res, child_res_tmp + lv_obj_get_style_margin_left(child, LV_PART_MAIN)); in calc_content_width()
1136 int32_t child_res_tmp = LV_COORD_MIN; in calc_content_width() local
1148 child_res_tmp = child->coords.x2 - obj->coords.x1 + 1; in calc_content_width()
1154 child_res_tmp = lv_area_get_width(&child->coords) + space_left; in calc_content_width()
1155 child_res_tmp += lv_obj_get_style_margin_right(child, LV_PART_MAIN); in calc_content_width()
[all …]