Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_obj_scroll.c499 lv_coord_t obj_h = lv_obj_get_height(obj); in lv_obj_get_scrollbar_area() local
513 lv_coord_t content_h = obj_h + st + sb; in lv_obj_get_scrollbar_area()
526 lv_coord_t sb_h = ((obj_h - top_space - bottom_space - hor_req_space) * obj_h) / content_h; in lv_obj_get_scrollbar_area()
528 rem = (obj_h - top_space - bottom_space - hor_req_space) - in lv_obj_get_scrollbar_area()
530 … 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()
/lvgl-3.7.0/src/widgets/
Dlv_img.c572 lv_coord_t obj_h = lv_obj_get_height(obj); in draw_img() local
590 _lv_img_buf_get_transformed_area(&bg_coords, obj_w, obj_h, in draw_img()