Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/misc/
Dlv_txt_ap.c111 uint32_t txt_length = 0; in _lv_txt_ap_calc_bytes_cnt() local
117 txt_length = _lv_txt_get_encoded_length(txt); in _lv_txt_ap_calc_bytes_cnt()
121 while(i < txt_length) { in _lv_txt_ap_calc_bytes_cnt()
145 uint32_t txt_length = 0; in _lv_txt_ap_proc() local
151 txt_length = _lv_txt_get_encoded_length(txt); in _lv_txt_ap_proc()
153 ch_enc = (uint32_t *)lv_mem_alloc(sizeof(uint32_t) * (txt_length + 1)); in _lv_txt_ap_proc()
154 ch_fin = (uint32_t *)lv_mem_alloc(sizeof(uint32_t) * (txt_length + 1)); in _lv_txt_ap_proc()
158 while(j < txt_length) in _lv_txt_ap_proc()
166 while(i < txt_length) { in _lv_txt_ap_proc()
190 uint8_t conjunction_to_next = ((i == txt_length - 1) || in _lv_txt_ap_proc()
[all …]