Home
last modified time | relevance | path

Searched defs:cell (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/widgets/table/
Dlv_table.c51 static inline bool is_cell_empty(void * cell) in is_cell_empty()
102 uint32_t cell = row * table->col_cnt + col; in lv_table_set_cell_value() local
141 uint32_t cell = row * table->col_cnt + col; in lv_table_set_cell_value_fmt() local
328 uint32_t cell = row * table->col_cnt + col; in lv_table_add_cell_ctrl() local
353 uint32_t cell = row * table->col_cnt + col; in lv_table_clear_cell_ctrl() local
378 uint32_t cell = row * table->col_cnt + col; in lv_table_set_cell_user_data() local
430 uint32_t cell = row * table->col_cnt + col; in lv_table_get_cell_value() local
476 uint32_t cell = row * table->col_cnt + col; in lv_table_has_cell_ctrl() local
498 uint32_t cell = row * table->col_cnt + col; in lv_table_get_cell_user_data() local
712 uint32_t cell = 0; in draw_main() local
[all …]
/lvgl-latest/src/libs/thorvg/
DtvgSwRle.cpp394 auto cell = rw.yCells[y]; in _sweep() local
418 Cell* cell = *pcell; in _findCell() local
426 auto cell = rw.cells + rw.cellsCnt++; in _findCell() local
440 auto cell = _findCell(rw); in _recordCell() local