Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_obj_style.h181 _lv_style_state_cmp_t _lv_obj_style_state_compare(struct _lv_obj_t * obj, lv_state_t state1, lv_sta…
Dlv_obj_style.c391 _lv_style_state_cmp_t _lv_obj_style_state_compare(lv_obj_t * obj, lv_state_t state1, lv_state_t sta… in _lv_obj_style_state_compare() argument
402 bool valid1 = state_act & (~state1) ? false : true; in _lv_obj_style_state_compare()