Home
last modified time | relevance | path

Searched refs:lv_obj_style_get_selector_state (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.7.0/src/core/
Dlv_obj_style.h199 lv_state_t lv_obj_style_get_selector_state(lv_style_selector_t selector);
Dlv_obj_style.c108 lv_state_t state = lv_obj_style_get_selector_state(selector); in lv_obj_remove_style()
116 lv_state_t state_act = lv_obj_style_get_selector_state(obj->styles[i].selector); in lv_obj_remove_style()
400 lv_state_t state_act = lv_obj_style_get_selector_state(obj->styles[i].selector); in _lv_obj_style_state_compare()
478 lv_state_t lv_obj_style_get_selector_state(lv_style_selector_t selector) in lv_obj_style_get_selector_state() function
634 lv_state_t state_act = lv_obj_style_get_selector_state(obj->styles[i].selector); in get_prop_core()
Dlv_obj.c902 lv_state_t state_act = lv_obj_style_get_selector_state(obj->styles[i].selector); in lv_obj_set_state()
917 lv_state_t state_ts = lv_obj_style_get_selector_state(selector); in lv_obj_set_state()