Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/label/
Dlv_label.c35 #define LV_LABEL_DOT_BEGIN_INV 0xFFFFFFFF macro
719 label->dot_begin = LV_LABEL_DOT_BEGIN_INV; in lv_label_constructor()
1204 if(label->dot_begin != LV_LABEL_DOT_BEGIN_INV) { in lv_label_revert_dots()
1208 label->dot_begin = LV_LABEL_DOT_BEGIN_INV; in lv_label_revert_dots()
1215 LV_ASSERT_MSG(label->dot_begin == LV_LABEL_DOT_BEGIN_INV, "Label dots already set"); in lv_label_set_dots()
1216 if(dot_begin != LV_LABEL_DOT_BEGIN_INV) { in lv_label_set_dots()