Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_text_ap.c189 uint8_t conjunction_to_previous = (i == 0 || in lv_text_ap_proc() local
196 if(conjunction_to_previous) { in lv_text_ap_proc()
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()