Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_label.c93 ext->long_mode = LV_LABEL_LONG_EXPAND; in lv_label_create()
284 …if(long_mode == LV_LABEL_LONG_SROLL || long_mode == LV_LABEL_LONG_SROLL_CIRC || long_mode == LV_LA… in lv_label_set_long_mode()
294 ext->long_mode = long_mode; in lv_label_set_long_mode()
360 if(ext->long_mode == LV_LABEL_LONG_SROLL || ext->long_mode == LV_LABEL_LONG_SROLL_CIRC) { in lv_label_set_anim_speed()
417 return ext->long_mode; in lv_label_get_long_mode()
494 if(ext->long_mode == LV_LABEL_LONG_EXPAND) { in lv_label_get_letter_pos()
563 if(ext->long_mode == LV_LABEL_LONG_EXPAND) { in lv_label_get_letter_on()
678 if(ext->long_mode == LV_LABEL_LONG_EXPAND) { in lv_label_is_char_under_pos()
855 if((ext->long_mode == LV_LABEL_LONG_SROLL || ext->long_mode == LV_LABEL_LONG_SROLL_CIRC) && in lv_label_design()
979 if(ext->long_mode == LV_LABEL_LONG_EXPAND) { in lv_label_refr_text()
[all …]
A Dlv_label.h88 lv_label_long_mode_t long_mode : 3; /*Determinate what to do with the long texts*/ member
151 void lv_label_set_long_mode(lv_obj_t * label, lv_label_long_mode_t long_mode);

Completed in 5 milliseconds