Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/table/
Dlv_table.c51 static inline bool is_cell_empty(void * cell) in is_cell_empty() function
330 if(is_cell_empty(table->cell_data[cell])) { in lv_table_add_cell_ctrl()
355 if(is_cell_empty(table->cell_data[cell])) { in lv_table_clear_cell_ctrl()
380 if(is_cell_empty(table->cell_data[cell])) { in lv_table_set_cell_user_data()
432 if(is_cell_empty(table->cell_data[cell])) return ""; in lv_table_get_cell_value()
478 if(is_cell_empty(table->cell_data[cell])) return false; in lv_table_has_cell_ctrl()
500 if(is_cell_empty(table->cell_data[cell])) return NULL; in lv_table_get_cell_user_data()
749 if(is_cell_empty(next_cell_data)) break; in draw_main()
946 if(is_cell_empty(cell_data)) { in get_row_height()
959 if(is_cell_empty(next_cell_data)) break; in get_row_height()