Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_obj_scroll.c542 int32_t sb_h = ((obj_h - top_space - bottom_space - hor_req_space) * obj_h) / content_h; in lv_obj_get_scrollbar_area() local
543sb_h = LV_MAX(length > 0 ? length : sb_h, SCROLLBAR_MIN_SIZE); /*Style-defined size, calculated si… in lv_obj_get_scrollbar_area()
544 sb_h = LV_MIN(sb_h, obj_h); /*Limit scrollbar length to parent height*/ in lv_obj_get_scrollbar_area()
546 sb_h; /*Remaining size from the scrollbar track that is not the scrollbar itself*/ in lv_obj_get_scrollbar_area()
557 ver_area->y2 = ver_area->y1 + sb_h - 1; in lv_obj_get_scrollbar_area()