Home
last modified time | relevance | path

Searched refs:state2 (Results 1 – 2 of 2) sorted by relevance

/lvgl-3.7.0/src/core/
Dlv_obj_style.h181 …te_cmp_t _lv_obj_style_state_compare(struct _lv_obj_t * obj, lv_state_t state1, lv_state_t state2);
Dlv_obj_style.c391 …style_state_cmp_t _lv_obj_style_state_compare(lv_obj_t * obj, lv_state_t state1, lv_state_t state2) in _lv_obj_style_state_compare() argument
403 bool valid2 = state_act & (~state2) ? false : true; in _lv_obj_style_state_compare()