Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/
Dlv_table.c43 static void copy_cell_txt(lv_table_cell_t * dst, const char * txt);
116 copy_cell_txt(table->cell_data[cell], txt); in lv_table_set_cell_value()
1055 static void copy_cell_txt(lv_table_cell_t * dst, const char * txt) in copy_cell_txt() function