Home
last modified time | relevance | path

Searched refs:cell_bottom (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);
824 const int32_t cell_bottom = lv_obj_get_style_pad_bottom(obj, LV_PART_ITEMS); in draw_main() local
831 txt_area.y2 = cell_area.y2 - cell_bottom; 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
936 int32_t h_max = lv_font_get_line_height(font) + cell_top + cell_bottom; in get_row_height()
974 h_max = LV_MAX(lv_font_get_line_height(font) + cell_top + cell_bottom, in get_row_height()
985 h_max = LV_MAX(txt_size.y + cell_top + cell_bottom, h_max); in get_row_height()