Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_label.h46 LV_LABEL_LONG_DOT, /**< Keep the size and write dots at the end if the text is too long*/ enumerator
A Dlv_label.c136 if(copy_ext->long_mode == LV_LABEL_LONG_DOT) { in lv_label_create()
290 if(ext->long_mode == LV_LABEL_LONG_DOT && ext->dot_end != LV_LABEL_DOT_END_INV) { in lv_label_set_long_mode()
1077 } else if(ext->long_mode == LV_LABEL_LONG_DOT) { in lv_label_refr_text()
1127 if(ext->long_mode != LV_LABEL_LONG_DOT) return; in lv_label_revert_dots()

Completed in 5 milliseconds