Searched refs:sb_w (Results 1 – 1 of 1) sorted by relevance
564 lv_coord_t sb_w = ((obj_w - left_space - right_space - ver_reg_space) * obj_w) / content_w; in lv_obj_get_scrollbar_area() local565 sb_w = LV_MAX(sb_w, SCROLLBAR_MIN_SIZE); in lv_obj_get_scrollbar_area()567 sb_w; /*Remaining size from the scrollbar track that is not the scrollbar itself*/ in lv_obj_get_scrollbar_area()585 hor_area->x2 = hor_area->x1 + sb_w - 1; in lv_obj_get_scrollbar_area()601 hor_area->x2 = hor_area->x1 + sb_w - 1; in lv_obj_get_scrollbar_area()