Lines Matching defs:table
133 void lv_table_set_cell_value(lv_obj_t * table, uint16_t row, uint16_t col, const char * txt) in lv_table_set_cell_value()
166 void lv_table_set_row_cnt(lv_obj_t * table, uint16_t row_cnt) in lv_table_set_row_cnt()
194 void lv_table_set_col_cnt(lv_obj_t * table, uint16_t col_cnt) in lv_table_set_col_cnt()
228 void lv_table_set_col_width(lv_obj_t * table, uint16_t col_id, lv_coord_t w) in lv_table_set_col_width()
247 void lv_table_set_cell_align(lv_obj_t * table, uint16_t row, uint16_t col, lv_label_align_t align) in lv_table_set_cell_align()
275 void lv_table_set_cell_type(lv_obj_t * table, uint16_t row, uint16_t col, uint8_t type) in lv_table_set_cell_type()
306 void lv_table_set_cell_crop(lv_obj_t * table, uint16_t row, uint16_t col, bool crop) in lv_table_set_cell_crop()
334 void lv_table_set_cell_merge_right(lv_obj_t * table, uint16_t row, uint16_t col, bool en) in lv_table_set_cell_merge_right()
363 void lv_table_set_style(lv_obj_t * table, lv_table_style_t type, const lv_style_t * style) in lv_table_set_style()
402 const char * lv_table_get_cell_value(lv_obj_t * table, uint16_t row, uint16_t col) in lv_table_get_cell_value()
421 uint16_t lv_table_get_row_cnt(lv_obj_t * table) in lv_table_get_row_cnt()
432 uint16_t lv_table_get_col_cnt(lv_obj_t * table) in lv_table_get_col_cnt()
444 lv_coord_t lv_table_get_col_width(lv_obj_t * table, uint16_t col_id) in lv_table_get_col_width()
463 lv_label_align_t lv_table_get_cell_align(lv_obj_t * table, uint16_t row, uint16_t col) in lv_table_get_cell_align()
488 lv_label_align_t lv_table_get_cell_type(lv_obj_t * table, uint16_t row, uint16_t col) in lv_table_get_cell_type()
513 lv_label_align_t lv_table_get_cell_crop(lv_obj_t * table, uint16_t row, uint16_t col) in lv_table_get_cell_crop()
538 bool lv_table_get_cell_merge_right(lv_obj_t * table, uint16_t row, uint16_t col) in lv_table_get_cell_merge_right()
563 const lv_style_t * lv_table_get_style(const lv_obj_t * table, lv_table_style_t type) in lv_table_get_style()
594 static bool lv_table_design(lv_obj_t * table, const lv_area_t * mask, lv_design_mode_t mode) in lv_table_design()
737 static lv_res_t lv_table_signal(lv_obj_t * table, lv_signal_t sign, void * param) in lv_table_signal()
767 static void refr_size(lv_obj_t * table) in refr_size()
791 static lv_coord_t get_row_height(lv_obj_t * table, uint16_t row_id) in get_row_height()