Home
last modified time | relevance | path

Searched refs:lv_style_reset (Results 1 – 9 of 9) sorted by relevance

/lvgl-3.4.0/demos/benchmark/
Dlv_demo_benchmark.c91 lv_style_reset(&style_common); in rectangle_cb()
98 lv_style_reset(&style_common); in rectangle_rounded_cb()
106 lv_style_reset(&style_common); in rectangle_circle_cb()
114 lv_style_reset(&style_common); in border_cb()
122 lv_style_reset(&style_common); in border_rounded_cb()
132 lv_style_reset(&style_common); in border_circle_cb()
141 lv_style_reset(&style_common); in border_top_cb()
152 lv_style_reset(&style_common); in border_left_cb()
162 lv_style_reset(&style_common); in border_top_left_cb()
172 lv_style_reset(&style_common); in border_left_right_cb()
[all …]
/lvgl-3.4.0/src/misc/
Dlv_style.c54 void lv_style_reset(lv_style_t * style) in lv_style_reset() function
Dlv_style.h338 void lv_style_reset(lv_style_t * style);
/lvgl-3.4.0/src/extra/themes/basic/
Dlv_theme_basic.c427 lv_style_reset(style); in style_init_reset()
/lvgl-3.4.0/src/extra/widgets/span/
Dlv_span.c132 lv_style_reset(&cur_span->style); in lv_spangroup_del_span()
503 lv_style_reset(&cur_span->style); in lv_spangroup_destructor()
/lvgl-3.4.0/src/extra/themes/mono/
Dlv_theme_mono.c497 lv_style_reset(style); in style_init_reset()
/lvgl-3.4.0/src/core/
Dlv_obj_style.c130 lv_style_reset(obj->styles[i].style); in lv_obj_remove_style()
/lvgl-3.4.0/docs/overview/
Dstyle.md158 lv_style_reset(&style);
/lvgl-3.4.0/src/extra/themes/default/
Dlv_theme_default.c1167 lv_style_reset(style); in style_init_reset()