Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/misc/
Dlv_txt_ap.c190 uint8_t conjunction_to_next = ((i == txt_length - 1) || in _lv_txt_ap_proc() local
205 if(conjunction_to_previuse && conjunction_to_next) in _lv_txt_ap_proc()
207 else if(!conjunction_to_previuse && conjunction_to_next) in _lv_txt_ap_proc()
209 else if(conjunction_to_previuse && !conjunction_to_next) in _lv_txt_ap_proc()