Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/core/
Dlv_obj_style.h32 _LV_STYLE_STATE_CMP_DIFF_REDRAW, /*The differences can be shown with a simple redraw*/ enumerator
Dlv_obj.c917 if(cmp_res == _LV_STYLE_STATE_CMP_DIFF_REDRAW) { in lv_obj_set_state()
Dlv_obj_style.c448 else if(res == _LV_STYLE_STATE_CMP_SAME) res = _LV_STYLE_STATE_CMP_DIFF_REDRAW; in _lv_obj_style_state_compare()