Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/misc/
Dlv_txt_ap.c47 const ap_chars_map_t ap_chars_map[] = { variable
126 ch_enc = ap_chars_map[current_ap_idx].char_end_form; in _lv_txt_ap_calc_bytes_cnt()
189 …idx_previous == LV_UNDEF_ARABIC_PERSIAN_CHARS) ? 0 : ap_chars_map[idx_previous].ap_chars_conjuncti… in _lv_txt_ap_proc()
191 …idx_next == LV_UNDEF_ARABIC_PERSIAN_CHARS) ? 0 : ap_chars_map[idx_next].ap_chars_conjunction.conj_… 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()
258 for(uint8_t i = 0; ap_chars_map[i].char_end_form; i++) { in lv_ap_get_char_index()
259 if(c == (ap_chars_map[i].char_offset + LV_AP_ALPHABET_BASE_CODE)) in lv_ap_get_char_index()
[all …]