Home
last modified time | relevance | path

Searched defs:th (Results 1 – 16 of 16) sorted by relevance

/lvgl-latest/src/themes/
Dlv_theme.c48 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/
Dlv_example_style_14.c9 static void new_theme_apply_cb(lv_theme_t * th, lv_obj_t * obj) in new_theme_apply_cb()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_home.c221 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
Dlv_demo_high_res_util.c406 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
Dlv_demo_high_res_app_smart_meter.c242 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
Dlv_demo_high_res_private.h190 lv_subject_t th; member
/lvgl-latest/docs/_static/css/
Dcustom.css1 table, th, td { selector
/lvgl-latest/src/themes/simple/
Dlv_theme_simple.c205 static void theme_apply(lv_theme_t * th, lv_obj_t * obj) in theme_apply()
/lvgl-latest/src/widgets/imagebutton/
Dlv_imagebutton.c201 int32_t th = lv_obj_get_style_transform_height(obj, LV_PART_MAIN); in draw_main() local
/lvgl-latest/src/themes/mono/
Dlv_theme_mono.c232 static void theme_apply(lv_theme_t * th, lv_obj_t * obj) in theme_apply()
/lvgl-latest/src/libs/thorvg/
DtvgPaint.cpp328 auto th = 0.0f; in bounds() local
DtvgSvgLoader.cpp721 float th, ts, tb; in _toColor() local
/lvgl-latest/src/misc/
Dlv_area.c128 int32_t th = a2_p->y1 - a1_p->y1; in lv_area_diff() local
/lvgl-latest/src/libs/gif/
Dgifdec.c187 uint16_t tx, ty, tw, th; in read_plain_text_ext() local
/lvgl-latest/src/themes/default/
Dlv_theme_default.c726 static void theme_apply(lv_theme_t * th, lv_obj_t * obj) in theme_apply()
/lvgl-latest/src/display/
Dlv_display.c877 void lv_display_set_theme(lv_display_t * disp, lv_theme_t * th) in lv_display_set_theme()