Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_obj_pos.c27 static lv_coord_t calc_content_height(lv_obj_t * obj);
139 h = calc_content_height(obj); in lv_obj_refr_size()
1072 static lv_coord_t calc_content_height(lv_obj_t * obj) in calc_content_height() function