Searched refs:lv_demo_high_res_theme_light (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_util.c | 77 const lv_demo_high_res_theme_t lv_demo_high_res_theme_light = { variable 408 if(th == &lv_demo_high_res_theme_light) { in lv_demo_high_res_theme_observer_image_src_cb() 423 if(th == &lv_demo_high_res_theme_light) { in lv_demo_high_res_theme_observer_obj_bg_image_src_cb() 525 …const lv_demo_high_res_theme_t * th_other = th == &lv_demo_high_res_theme_light ? &lv_demo_high_re… in theme_observer_cb() 526 &lv_demo_high_res_theme_light; in theme_observer_cb()
|
D | lv_demo_high_res_app_smart_meter.c | 246 lv_obj_set_style_text_color(lv_obj_get_child(part1, 0), th == &lv_demo_high_res_theme_light in widget1_open_part1_anim_cb() 248 lv_obj_set_style_text_color(lv_obj_get_child(part2, 0), th == &lv_demo_high_res_theme_light in widget1_open_part1_anim_cb() 271 lv_obj_set_style_text_color(lv_obj_get_child(part1, 0), th == &lv_demo_high_res_theme_light in widget1_open_part2_anim_cb() 273 lv_obj_set_style_text_color(lv_obj_get_child(part2, 0), th == &lv_demo_high_res_theme_light in widget1_open_part2_anim_cb() 320 …lv_obj_set_style_text_color(part_title, th == &lv_demo_high_res_theme_light ? lv_color_black() : l… in create_widget1() 356 …rect_draw_dsc.bg_color = lv_subject_get_pointer(&c->th) == &lv_demo_high_res_theme_light ? lv_colo… in widget2_chart_event_draw_task_cb()
|
D | lv_demo_high_res_home.c | 191 …const lv_demo_high_res_theme_t *) lv_subject_get_pointer(&c->th)) == &lv_demo_high_res_theme_light) in lv_demo_high_res_home() 276 if(th == &lv_demo_high_res_theme_light) return; in set_light_theme_event_cb() 278 lv_subject_set_pointer(&c->th, (void *)&lv_demo_high_res_theme_light); in set_light_theme_event_cb()
|
D | lv_demo_high_res_private.h | 208 LV_ATTRIBUTE_EXTERN_DATA extern const lv_demo_high_res_theme_t lv_demo_high_res_theme_light;
|