Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_obj_style.c160 lv_state_t state = lv_obj_style_get_selector_state(selector); in lv_obj_replace_style()
174 lv_state_t state_act = lv_obj_style_get_selector_state(obj->styles[i].selector); in lv_obj_replace_style()
205 lv_state_t state = lv_obj_style_get_selector_state(selector); in lv_obj_remove_style()
217 lv_state_t state_act = lv_obj_style_get_selector_state(obj->styles[i].selector); in lv_obj_remove_style()
500 lv_state_t state_act = lv_obj_style_get_selector_state(obj->styles[i].selector); in lv_obj_style_state_compare()
725 const lv_state_t state = lv_obj_style_get_selector_state(selector); in get_prop_core()
754 lv_state_t state_act = lv_obj_style_get_selector_state(obj->styles[i].selector); in get_prop_core()
Dlv_obj_style.h184 static inline lv_state_t lv_obj_style_get_selector_state(lv_style_selector_t selector) in lv_obj_style_get_selector_state() function
Dlv_obj.c924 lv_state_t state_act = lv_obj_style_get_selector_state(obj->styles[i].selector); in update_obj_state()
939 lv_state_t state_ts = lv_obj_style_get_selector_state(selector); in update_obj_state()