Searched defs:th (Results 1 – 11 of 11) sorted by relevance
/lvgl-3.5.0/src/core/ |
D | lv_theme.c | 49 lv_theme_t * th = lv_theme_get_from_obj(obj); in lv_theme_apply() local 82 lv_theme_t * th = lv_theme_get_from_obj(obj); in lv_theme_get_font_small() local 88 lv_theme_t * th = lv_theme_get_from_obj(obj); in lv_theme_get_font_normal() local 94 lv_theme_t * th = lv_theme_get_from_obj(obj); in lv_theme_get_font_large() local 100 lv_theme_t * th = lv_theme_get_from_obj(obj); in lv_theme_get_color_primary() local 106 lv_theme_t * th = lv_theme_get_from_obj(obj); in lv_theme_get_color_secondary() local 114 static void apply_theme(lv_theme_t * th, lv_obj_t * obj) in apply_theme()
|
D | lv_disp.c | 124 void lv_disp_set_theme(lv_disp_t * disp, lv_theme_t * th) in lv_disp_set_theme()
|
/lvgl-3.5.0/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()
|
D | lv_example_style_14.py | 42 def new_theme_apply_cb(self, th, obj): argument
|
/lvgl-3.5.0/docs/_static/css/ |
D | custom.css | 1 table, th, td { selector
|
/lvgl-3.5.0/src/extra/themes/basic/ |
D | lv_theme_basic.c | 173 static void theme_apply(lv_theme_t * th, lv_obj_t * obj) in theme_apply()
|
/lvgl-3.5.0/src/extra/themes/mono/ |
D | lv_theme_mono.c | 200 static void theme_apply(lv_theme_t * th, lv_obj_t * obj) in theme_apply()
|
/lvgl-3.5.0/src/extra/widgets/imgbtn/ |
D | lv_imgbtn.c | 223 lv_coord_t th = lv_obj_get_style_transform_height(obj, LV_PART_MAIN); in draw_main() local
|
/lvgl-3.5.0/src/draw/sdl/ |
D | lv_draw_sdl_img.c | 160 int access = 0, tw, th; in calc_draw_part() local
|
/lvgl-3.5.0/src/extra/libs/gif/ |
D | gifdec.c | 186 uint16_t tx, ty, tw, th; in read_plain_text_ext() local
|
/lvgl-3.5.0/src/extra/themes/default/ |
D | lv_theme_default.c | 698 static void theme_apply(lv_theme_t * th, lv_obj_t * obj) in theme_apply()
|