Searched refs:LV_TABLE_CELL_CTRL_TEXT_CROP (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/tests/src/test_cases/ |
D | test_table.c | 75 …lv_table_add_cell_ctrl(table, 0, 0, LV_TABLE_CELL_CTRL_MERGE_RIGHT | LV_TABLE_CELL_CTRL_TEXT_CROP); in test_table_should_keep_not_selected_cell_ctrl() 81 has_ctrl = lv_table_has_cell_ctrl(table, 0, 0, LV_TABLE_CELL_CTRL_TEXT_CROP); in test_table_should_keep_not_selected_cell_ctrl() 181 lv_table_add_cell_ctrl(table, 4, 3, LV_TABLE_CELL_CTRL_TEXT_CROP); in test_table_rendering()
|
/lvgl-latest/src/widgets/ |
D | lv_table.h | 40 LV_TABLE_CELL_CTRL_TEXT_CROP = 1 << 1, enumerator
|
D | lv_table.c | 830 bool crop = ctrl & LV_TABLE_CELL_CTRL_TEXT_CROP ? true : false; in draw_main() 967 if(ctrl & LV_TABLE_CELL_CTRL_TEXT_CROP) { in get_row_height()
|