Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_obj_scroll.c530 … lv_coord_t scroll_h = content_h - obj_h; /*The size of the content which can be really scrolled*/ in lv_obj_get_scrollbar_area() local
531 if(scroll_h <= 0) { in lv_obj_get_scrollbar_area()
536 lv_coord_t sb_y = (rem * sb) / scroll_h; in lv_obj_get_scrollbar_area()