Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/misc/
Dlv_txt_ap.c146 uint32_t index_current, idx_next, idx_previous, i, j; in _lv_txt_ap_proc() local
167 index_current = lv_ap_get_char_index(ch_enc[i]); in _lv_txt_ap_proc()
180 if(index_current == LV_UNDEF_ARABIC_PERSIAN_CHARS) { in _lv_txt_ap_proc()
193 uint32_t lam_alef = lv_txt_lam_alef(index_current, idx_next); in _lv_txt_ap_proc()
206 …ch_fin[j] = ap_chars_map[index_current].char_end_form + ap_chars_map[index_current].char_middle_fo… in _lv_txt_ap_proc()
208 …ch_fin[j] = ap_chars_map[index_current].char_end_form + ap_chars_map[index_current].char_begining_… in _lv_txt_ap_proc()
210 ch_fin[j] = ap_chars_map[index_current].char_end_form; in _lv_txt_ap_proc()
212 …ch_fin[j] = ap_chars_map[index_current].char_end_form + ap_chars_map[index_current].char_isolated_… in _lv_txt_ap_proc()
213 idx_previous = index_current; in _lv_txt_ap_proc()