Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/widgets/span/
Dlv_span.c414 uint32_t cur_txt_ofs = 0; in lv_spangroup_get_expand_height() local
428 if(cur_txt[cur_txt_ofs] == '\0') { in lv_spangroup_get_expand_height()
433 cur_txt_ofs = 0; in lv_spangroup_get_expand_height()
439 if(cur_txt_ofs == 0) { in lv_spangroup_get_expand_height()
449 … bool isfill = lv_txt_get_snippet(&cur_txt[cur_txt_ofs], snippet.font, snippet.letter_space, in lv_spangroup_get_expand_height()
459 uint32_t letter = _lv_txt_encoded_prev(&cur_txt[cur_txt_ofs], &tmp_ofs); in lv_spangroup_get_expand_height()
462 letter = _lv_txt_encoded_next(&cur_txt[cur_txt_ofs + next_ofs], &tmp_ofs); in lv_spangroup_get_expand_height()
469 snippet.txt = &cur_txt[cur_txt_ofs]; in lv_spangroup_get_expand_height()
472 cur_txt_ofs += next_ofs; in lv_spangroup_get_expand_height()
792 uint32_t cur_txt_ofs = 0; in lv_draw_span() local
[all …]