Searched refs:conjunction_to_next (Results 1 – 1 of 1) sorted by relevance
191 uint8_t conjunction_to_next = ((i == txt_length - 1) || in lv_text_ap_proc() local206 if(conjunction_to_previous && conjunction_to_next) in lv_text_ap_proc()208 else if(!conjunction_to_previous && conjunction_to_next) in lv_text_ap_proc()210 else if(conjunction_to_previous && !conjunction_to_next) in lv_text_ap_proc()