Searched refs:get_row_height (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/widgets/ |
D | lv_table.c | 36 static lv_coord_t get_row_height(lv_obj_t * obj, uint16_t row_id, const lv_font_t * font, 881 lv_coord_t calculated_height = get_row_height(obj, i, font, letter_space, line_space, in refr_size_form_row() 905 lv_coord_t calculated_height = get_row_height(obj, row, font, letter_space, line_space, in refr_cell_size() 924 static lv_coord_t get_row_height(lv_obj_t * obj, uint16_t row_id, const lv_font_t * font, in get_row_height() function
|