Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/table/
Dlv_table.c40 static int32_t get_row_height(lv_obj_t * obj, uint32_t row_id, const lv_font_t * font,
887 int32_t calculated_height = get_row_height(obj, i, font, letter_space, line_space, in refr_size_form_row()
911 int32_t calculated_height = get_row_height(obj, row, font, letter_space, line_space, in refr_cell_size()
930 static int32_t get_row_height(lv_obj_t * obj, uint32_t row_id, const lv_font_t * font, in get_row_height() function