Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/core/
Dlv_obj_pos.c26 static lv_coord_t calc_content_width(lv_obj_t * obj);
104 w = calc_content_width(obj); in lv_obj_refr_size()
950 static lv_coord_t calc_content_width(lv_obj_t * obj) in calc_content_width() function