Home
last modified time | relevance | path

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

/lvgl-latest/src/
Dlv_api_map_v9_1.h90 #define LV_LABEL_LONG_CLIP LV_LABEL_LONG_MODE_CLIP
/lvgl-latest/src/widgets/label/
Dlv_label.h53 LV_LABEL_LONG_MODE_CLIP, /**< Keep the size and clip the text out of it*/ enumerator
Dlv_label.c233 long_mode == LV_LABEL_LONG_MODE_CLIP) in lv_label_set_long_mode()
1194 …else if(label->long_mode == LV_LABEL_LONG_MODE_CLIP || label->long_mode == LV_LABEL_LONG_MODE_WRAP… in lv_label_refr_text()