Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/widgets/span/
Dlv_span.c449 … bool isfill = lv_txt_get_snippet(&cur_txt[cur_txt_ofs], snippet.font, snippet.letter_space, in lv_spangroup_get_expand_height() local
453 if(isfill && next_ofs > 0 && snippet_cnt > 0) { in lv_spangroup_get_expand_height()
478 if(isfill || max_w <= 0) { in lv_spangroup_get_expand_height()
832 … bool isfill = lv_txt_get_snippet(&cur_txt[cur_txt_ofs], snippet.font, snippet.letter_space, in lv_draw_span() local
835 if(isfill) { in lv_draw_span()
865 if(isfill || max_w <= 0) { in lv_draw_span()