Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/widgets/
Dlv_table.c47 static inline bool is_cell_empty(void * cell) in is_cell_empty() function
306 if(is_cell_empty(table->cell_data[cell])) { in lv_table_add_cell_ctrl()
330 if(is_cell_empty(table->cell_data[cell])) { in lv_table_clear_cell_ctrl()
357 if(is_cell_empty(table->cell_data[cell])) return ""; in lv_table_get_cell_value()
403 if(is_cell_empty(table->cell_data[cell])) return false; in lv_table_has_cell_ctrl()
657 if(is_cell_empty(next_cell_data)) break; in draw_main()
850 if(is_cell_empty(cell_data)) { in get_row_height()
863 if(is_cell_empty(next_cell_data)) break; in get_row_height()