Searched refs:txt_length (Results 1 – 1 of 1) sorted by relevance
112 uint32_t txt_length = 0; in lv_text_ap_calc_bytes_count() local118 txt_length = lv_text_get_encoded_length(txt); in lv_text_ap_calc_bytes_count()122 while(i < txt_length) { in lv_text_ap_calc_bytes_count()146 uint32_t txt_length = 0; in lv_text_ap_proc() local152 txt_length = lv_text_get_encoded_length(txt); in lv_text_ap_proc()154 ch_enc = (uint32_t *)lv_malloc(sizeof(uint32_t) * (txt_length + 1)); in lv_text_ap_proc()155 ch_fin = (uint32_t *)lv_malloc(sizeof(uint32_t) * (txt_length + 1)); in lv_text_ap_proc()159 while(j < txt_length) in lv_text_ap_proc()167 while(i < txt_length) { in lv_text_ap_proc()191 uint8_t conjunction_to_next = ((i == txt_length - 1) || in lv_text_ap_proc()[all …]