Searched refs:next_ofs (Results 1 – 1 of 1) sorted by relevance
447 uint32_t next_ofs = 0; in lv_spangroup_get_expand_height() local450 max_w, txt_flag, &use_width, &next_ofs); in lv_spangroup_get_expand_height()453 if(isfill && next_ofs > 0 && snippet_cnt > 0) { in lv_spangroup_get_expand_height()458 uint32_t tmp_ofs = next_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()470 snippet.bytes = next_ofs; in lv_spangroup_get_expand_height()472 cur_txt_ofs += next_ofs; in lv_spangroup_get_expand_height()830 uint32_t next_ofs = 0; in lv_draw_span() local833 max_w, txt_flag, &use_width, &next_ofs); in lv_draw_span()836 if(next_ofs > 0 && lv_get_snippet_cnt() > 0) { in lv_draw_span()[all …]