Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_obj_scroll.c526 lv_coord_t sb_h = ((obj_h - top_space - bottom_space - hor_req_space) * obj_h) / content_h; in lv_obj_get_scrollbar_area() local
527 sb_h = LV_MAX(sb_h, SCROLLBAR_MIN_SIZE); in lv_obj_get_scrollbar_area()
529 sb_h; /*Remaining size from the scrollbar track that is not the scrollbar itself*/ in lv_obj_get_scrollbar_area()
540 ver_area->y2 = ver_area->y1 + sb_h - 1; in lv_obj_get_scrollbar_area()