Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/core/
Dlv_obj_style.h31 _LV_STYLE_STATE_CMP_SAME, /*The style properties in the 2 states are identical*/ enumerator
Dlv_obj_style.c395 _lv_style_state_cmp_t res = _LV_STYLE_STATE_CMP_SAME; in _lv_obj_style_state_compare()
448 else if(res == _LV_STYLE_STATE_CMP_SAME) res = _LV_STYLE_STATE_CMP_DIFF_REDRAW; in _lv_obj_style_state_compare()
Dlv_obj.c867 if(cmp_res == _LV_STYLE_STATE_CMP_SAME) return; in lv_obj_set_state()