Searched refs:lv_subject_init_string (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/tests/src/test_cases/ |
D | test_observer.c | 85 lv_subject_init_string(&subject, buf_current, buf_previous, sizeof(buf_current), "hello"); in test_observer_string() 338 lv_subject_init_string(&subject_string, buf, NULL, 32, "hello"); in test_observer_label_text_normal() 394 lv_subject_init_string(&subject_string, buf, NULL, 32, "hello"); in test_observer_label_text_formatted()
|
/lvgl-latest/src/others/observer/ |
D | lv_observer.h | 111 void lv_subject_init_string(lv_subject_t * subject, char * buf, char * prev_buf, size_t size, const…
|
D | lv_observer.c | 118 void lv_subject_init_string(lv_subject_t * subject, char * buf, char * prev_buf, size_t size, const… in lv_subject_init_string() function
|
/lvgl-latest/docs/details/other-components/ |
D | observer.rst | 87 - **String** ``void lv_subject_init_string(lv_subject_t * subject, char * buf, char * prev_buf, siz…
|