Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/core/
Dlv_theme.c49 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()
Dlv_disp.c124 void lv_disp_set_theme(lv_disp_t * disp, lv_theme_t * th) in lv_disp_set_theme()
/lvgl-3.5.0/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()
Dlv_example_style_14.py42 def new_theme_apply_cb(self, th, obj): argument
/lvgl-3.5.0/docs/_static/css/
Dcustom.css1 table, th, td { selector
/lvgl-3.5.0/src/extra/themes/basic/
Dlv_theme_basic.c173 static void theme_apply(lv_theme_t * th, lv_obj_t * obj) in theme_apply()
/lvgl-3.5.0/src/extra/themes/mono/
Dlv_theme_mono.c200 static void theme_apply(lv_theme_t * th, lv_obj_t * obj) in theme_apply()
/lvgl-3.5.0/src/extra/widgets/imgbtn/
Dlv_imgbtn.c223 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/
Dlv_draw_sdl_img.c160 int access = 0, tw, th; in calc_draw_part() local
/lvgl-3.5.0/src/extra/libs/gif/
Dgifdec.c186 uint16_t tx, ty, tw, th; in read_plain_text_ext() local
/lvgl-3.5.0/src/extra/themes/default/
Dlv_theme_default.c698 static void theme_apply(lv_theme_t * th, lv_obj_t * obj) in theme_apply()