Searched refs:lv_subject_init_pointer (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/tests/src/test_cases/ |
D | test_observer.c | 136 lv_subject_init_pointer(&subject, &a[0]); in test_observer_pointer() 234 lv_subject_init_pointer(&subject_wrong, NULL); in test_observer_obj_flag() 265 lv_subject_init_pointer(&subject_wrong, NULL); in test_observer_obj_state() 299 lv_subject_init_pointer(&subject_wrong, NULL); in test_observer_button_checked() 352 lv_subject_init_pointer(&subject_pointer, "HELLO"); in test_observer_label_text_normal() 408 lv_subject_init_pointer(&subject_pointer, "HELLO"); in test_observer_label_text_formatted()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_util.c | 277 lv_subject_init_pointer(&c->th, (void *)&lv_demo_high_res_theme_dark); in lv_demo_high_res_base_obj_create() 300 lv_subject_init_pointer(&c->api.subjects.week_day_name, "Tuesday"); in lv_demo_high_res_base_obj_create() 302 lv_subject_init_pointer(&c->api.subjects.month_name, "October"); in lv_demo_high_res_base_obj_create() 305 lv_subject_init_pointer(&c->api.subjects.wifi_ssid, NULL); in lv_demo_high_res_base_obj_create() 306 lv_subject_init_pointer(&c->api.subjects.wifi_ip, NULL); in lv_demo_high_res_base_obj_create()
|
/lvgl-latest/src/others/sysmon/ |
D | lv_sysmon.c | 68 lv_subject_init_pointer(&sysmon_mem.subject, &mem_info); in lv_sysmon_builtin_init() 115 lv_subject_init_pointer(&disp->perf_sysmon_backend.subject, &disp->perf_sysmon_info); in lv_sysmon_show_performance()
|
/lvgl-latest/src/others/observer/ |
D | lv_observer.h | 148 void lv_subject_init_pointer(lv_subject_t * subject, void * value);
|
D | lv_observer.c | 192 void lv_subject_init_pointer(lv_subject_t * subject, void * value) in lv_subject_init_pointer() function
|
/lvgl-latest/docs/details/other-components/ |
D | observer.rst | 88 - **Pointer** ``void lv_subject_init_pointer(lv_subject_t * subject, void * value)`` 224 lv_subject_init_pointer(&subject_unit, "V");
|