/lvgl-latest/src/themes/ |
D | lv_theme.c | 48 lv_theme_t * th = lv_theme_get_from_obj(obj); in lv_theme_apply() local 68 lv_theme_t * th = lv_theme_get_from_obj(obj); in lv_theme_get_font_small() local 74 lv_theme_t * th = lv_theme_get_from_obj(obj); in lv_theme_get_font_normal() local 80 lv_theme_t * th = lv_theme_get_from_obj(obj); in lv_theme_get_font_large() local 86 lv_theme_t * th = lv_theme_get_from_obj(obj); in lv_theme_get_color_primary() local 92 lv_theme_t * th = lv_theme_get_from_obj(obj); in lv_theme_get_color_secondary() local 100 static void apply_theme(lv_theme_t * th, lv_obj_t * obj) in apply_theme() 106 static void apply_theme_recursion(lv_theme_t * th, lv_obj_t * obj) in apply_theme_recursion()
|
/lvgl-latest/examples/styles/ |
D | lv_example_style_14.c | 9 static void new_theme_apply_cb(lv_theme_t * th, lv_obj_t * obj) in new_theme_apply_cb()
|
/lvgl-latest/demos/high_res/ |
D | lv_demo_high_res_home.c | 221 const lv_demo_high_res_theme_t * th = lv_subject_get_pointer(subject); in theme_observer_accent_span_cb() local 275 const lv_demo_high_res_theme_t * th = lv_subject_get_pointer(&c->th); in set_light_theme_event_cb() local 290 const lv_demo_high_res_theme_t * th = lv_subject_get_pointer(&c->th); in set_dark_theme_event_cb() local
|
D | lv_demo_high_res_util.c | 406 const lv_demo_high_res_theme_t * th = lv_subject_get_pointer(subject); in lv_demo_high_res_theme_observer_image_src_cb() local 421 const lv_demo_high_res_theme_t * th = lv_subject_get_pointer(subject); in lv_demo_high_res_theme_observer_obj_bg_image_src_cb() local 524 const lv_demo_high_res_theme_t * th = lv_subject_get_pointer(subject); in theme_observer_cb() local
|
D | lv_demo_high_res_app_smart_meter.c | 242 const lv_demo_high_res_theme_t * th = lv_subject_get_pointer(&c->th); in widget1_open_part1_anim_cb() local 267 const lv_demo_high_res_theme_t * th = lv_subject_get_pointer(&c->th); in widget1_open_part2_anim_cb() local 319 const lv_demo_high_res_theme_t * th = lv_subject_get_pointer(&c->th); in create_widget1() local
|
D | lv_demo_high_res_private.h | 190 lv_subject_t th; member
|
/lvgl-latest/docs/_static/css/ |
D | custom.css | 1 table, th, td { selector
|
/lvgl-latest/src/themes/simple/ |
D | lv_theme_simple.c | 205 static void theme_apply(lv_theme_t * th, lv_obj_t * obj) in theme_apply()
|
/lvgl-latest/src/widgets/imagebutton/ |
D | lv_imagebutton.c | 201 int32_t th = lv_obj_get_style_transform_height(obj, LV_PART_MAIN); in draw_main() local
|
/lvgl-latest/src/themes/mono/ |
D | lv_theme_mono.c | 232 static void theme_apply(lv_theme_t * th, lv_obj_t * obj) in theme_apply()
|
/lvgl-latest/src/libs/thorvg/ |
D | tvgPaint.cpp | 328 auto th = 0.0f; in bounds() local
|
D | tvgSvgLoader.cpp | 721 float th, ts, tb; in _toColor() local
|
/lvgl-latest/src/misc/ |
D | lv_area.c | 128 int32_t th = a2_p->y1 - a1_p->y1; in lv_area_diff() local
|
/lvgl-latest/src/libs/gif/ |
D | gifdec.c | 187 uint16_t tx, ty, tw, th; in read_plain_text_ext() local
|
/lvgl-latest/src/themes/default/ |
D | lv_theme_default.c | 726 static void theme_apply(lv_theme_t * th, lv_obj_t * obj) in theme_apply()
|
/lvgl-latest/src/display/ |
D | lv_display.c | 877 void lv_display_set_theme(lv_display_t * disp, lv_theme_t * th) in lv_display_set_theme()
|