Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_obj_pos.c26 static lv_coord_t calc_content_width(lv_obj_t * obj);
105 w = calc_content_width(obj); in lv_obj_refr_size()
988 static lv_coord_t calc_content_width(lv_obj_t * obj) in calc_content_width() function