Home
last modified time | relevance | path

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

/lvgl-2.7.6/src/lv_widgets/
Dlv_table.c34 static lv_coord_t get_row_height(lv_obj_t * table, uint16_t row_id, const lv_font_t ** font,
1028 static lv_coord_t get_row_height(lv_obj_t * table, uint16_t row_id, const lv_font_t ** font, in get_row_height() argument
1036 uint16_t row_start = row_id * ext->col_cnt; in get_row_height()