Searched refs:th_new (Results 1 – 1 of 1) sorted by relevance
28 static lv_theme_t th_new; in new_theme_init_and_set() local29 th_new = *th_act; in new_theme_init_and_set()32 lv_theme_set_parent(&th_new, th_act); in new_theme_init_and_set()33 lv_theme_set_apply_cb(&th_new, new_theme_apply_cb); in new_theme_init_and_set()36 lv_display_set_theme(NULL, &th_new); in new_theme_init_and_set()