Searched refs:space_right (Results 1 – 2 of 2) sorted by relevance
176 int32_t space_right = lv_obj_get_style_space_right(obj, LV_PART_MAIN); in lv_obj_get_scroll_left() local201 self_w = self_w - (lv_obj_get_width(obj) - space_right - space_left); in lv_obj_get_scroll_left()230 int32_t space_right = lv_obj_get_style_space_right(obj, LV_PART_MAIN); in lv_obj_get_scroll_right() local234 child_res -= (obj->coords.x2 - space_right); in lv_obj_get_scroll_right()239 self_w = self_w - (lv_obj_get_width(obj) - space_right - space_left); in lv_obj_get_scroll_right()
1088 int32_t space_right = lv_obj_get_style_space_right(obj, LV_PART_MAIN); in calc_content_width() local1092 self_w = lv_obj_get_self_width(obj) + space_left + space_right; in calc_content_width()1118 child_res_tmp = lv_area_get_width(&child->coords) + space_right; in calc_content_width()1168 child_res += space_right; in calc_content_width()