Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/table/
Dlv_table.c42 … int32_t cell_left, int32_t cell_right, int32_t cell_top, int32_t cell_bottom);
821 const int32_t cell_left = lv_obj_get_style_pad_left(obj, LV_PART_ITEMS); in draw_main() local
828 txt_area.x1 = cell_area.x1 + cell_left; in draw_main()
932 … int32_t cell_left, int32_t cell_right, int32_t cell_top, int32_t cell_bottom) in get_row_height() argument
980 txt_w -= cell_left + cell_right; in get_row_height()