Searched refs:scroll_w (Results 1 – 1 of 1) sorted by relevance
586 … int32_t scroll_w = content_w - obj_w; /*The size of the content which can be really scrolled*/ in lv_obj_get_scrollbar_area() local587 if(scroll_w <= 0) { in lv_obj_get_scrollbar_area()598 int32_t sb_x = (rem * sr) / scroll_w; in lv_obj_get_scrollbar_area()