Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/
Dtest_table.c75 …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/
Dlv_table.h40 LV_TABLE_CELL_CTRL_TEXT_CROP = 1 << 1, enumerator
Dlv_table.c830 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()