Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_obj_style.c403 bool valid2 = state_act & (~state2) ? false : true; in _lv_obj_style_state_compare() local
404 if(valid1 != valid2) { in _lv_obj_style_state_compare()