Searched refs:lv_obj_report_style_change (Results 1 – 12 of 12) sorted by relevance
79 lv_obj_report_style_change(&styles->style_main); in my_panel_style_observer_cb()80 lv_obj_report_style_change(&styles->style_scrollbar); in my_panel_style_observer_cb()153 lv_obj_report_style_change(&styles->style_main); in my_button_style_observer_cb()154 lv_obj_report_style_change(&styles->style_pressed); in my_button_style_observer_cb()
55 lv_obj_report_style_change(style); in font_size_observer_cb()
101 void lv_obj_report_style_change(lv_style_t * style);
261 void lv_obj_report_style_change(lv_style_t * style) in lv_obj_report_style_change() function
172 lv_obj_report_style_change(NULL); in test_font_loader_reload()
237 lv_obj_report_style_change(&bar_style); in test_bar_indicator_area_should_get_smaller_when_padding_is_increased()
197 lv_obj_report_style_change(NULL); in lv_theme_simple_init()
545 lv_obj_report_style_change(&c->styles[i][j]); in theme_observer_cb()
225 …sp == NULL || lv_display_get_theme(disp) == (lv_theme_t *) theme) lv_obj_report_style_change(NULL); in lv_theme_mono_init()
36 …_t` objects (e.g. :ref:`shared styles <style_initialize>`) (``lv_obj_report_style_change`` needs …
345 when needed, call :cpp:expr:`lv_obj_report_style_change(&style)`. If ``style``
686 …isp == NULL || lv_display_get_theme(disp) == (lv_theme_t *)theme) lv_obj_report_style_change(NULL); in lv_theme_default_init()