Searched refs:txt_length (Results 1 – 1 of 1) sorted by relevance
111 uint32_t txt_length = 0; in _lv_txt_ap_calc_bytes_cnt() local117 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() local151 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 …]