Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_text_ap.c191 uint8_t conjunction_to_next = ((i == txt_length - 1) || in lv_text_ap_proc() local
206 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()