Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/widgets/span/
Dlv_span.c28 lv_coord_t txt_w; member
471 snippet.txt_w = use_width; in lv_spangroup_get_expand_height()
856 snippet.txt_w = use_width; in lv_draw_span()
891 … last_snippet->txt_w = lv_txt_get_width(last_snippet->txt, last_snippet->bytes, last_snippet->font, in lv_draw_span()
911 txts_w = txts_w + pinfo->txt_w + pinfo->letter_space; in lv_draw_span()
/lvgl-3.7.0/src/widgets/
Dlv_table.c944 lv_coord_t txt_w = table->col_w[col]; in get_row_height() local
957 txt_w += table->col_w[col + col_merge + 1]; in get_row_height()
974 txt_w -= cell_left + cell_right; in get_row_height()
977 letter_space, line_space, txt_w, LV_TEXT_FLAG_NONE); in get_row_height()