Searched refs:lv_label_get_long_mode (Results 1 – 6 of 6) sorted by relevance
67 TEST_ASSERT_EQUAL(1, lv_label_get_long_mode(title)); in test_win_add_title_single()145 TEST_ASSERT_EQUAL(1, lv_label_get_long_mode(title)); in test_win_add_multiple_elements()
307 TEST_ASSERT_EQUAL_INT(LV_LABEL_LONG_MODE_SCROLL, lv_label_get_long_mode(obj)); in test_label_properties()
41 TEST_ASSERT_EQUAL(lv_label_get_long_mode(label), LV_LABEL_LONG_MODE_WRAP); in test_label_creation()
156 lv_label_long_mode_t lv_label_get_long_mode(const lv_obj_t * obj);
75 .getter = lv_label_get_long_mode,294 lv_label_long_mode_t lv_label_get_long_mode(const lv_obj_t * obj) in lv_label_get_long_mode() function
57 .getter = lv_label_get_long_mode,