Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/
Dtest_observer.c167 TEST_ASSERT_EQUAL_COLOR(lv_color_hex3(0x123), lv_subject_get_color(&subject)); in test_observer_color()
171 TEST_ASSERT_EQUAL_COLOR(lv_color_hex3(0x456), lv_subject_get_color(&subject)); in test_observer_color()
175 TEST_ASSERT_EQUAL_COLOR(lv_color_hex3(0xabc), lv_subject_get_color(&subject)); in test_observer_color()
180 TEST_ASSERT_EQUAL_COLOR(lv_color_hex3(0xabc), lv_subject_get_color(&subject)); in test_observer_color()
184 TEST_ASSERT_EQUAL_COLOR(lv_color_hex3(0xabc), lv_subject_get_color(&subject)); in test_observer_color()
188 TEST_ASSERT_EQUAL_COLOR(lv_color_hex3(0xabc), lv_subject_get_color(&subject)); in test_observer_color()
/lvgl-latest/src/others/observer/
Dlv_observer.h190 lv_color_t lv_subject_get_color(lv_subject_t * subject);
Dlv_observer.c254 lv_color_t lv_subject_get_color(lv_subject_t * subject) in lv_subject_get_color() function
/lvgl-latest/docs/details/other-components/
Dobserver.rst112 - **Color** ``lv_color_t lv_subject_get_color(lv_subject_t * subject)``