Searched refs:_LV_STYLE_STATE_CMP_DIFF_DRAW_PAD (Results 1 – 3 of 3) sorted by relevance
/lvgl-3.7.0/src/core/ |
D | lv_obj_style.c | 433 …if(lv_style_get_prop(style, LV_STYLE_TRANSFORM_WIDTH, &v)) res = _LV_STYLE_STATE_CMP_DIFF_DRAW_PAD; in _lv_obj_style_state_compare() 434 …f(lv_style_get_prop(style, LV_STYLE_TRANSFORM_HEIGHT, &v)) res = _LV_STYLE_STATE_CMP_DIFF_DRAW_PAD; in _lv_obj_style_state_compare() 435 …if(lv_style_get_prop(style, LV_STYLE_TRANSFORM_ANGLE, &v)) res = _LV_STYLE_STATE_CMP_DIFF_DRAW_PAD; in _lv_obj_style_state_compare() 436 … if(lv_style_get_prop(style, LV_STYLE_TRANSFORM_ZOOM, &v)) res = _LV_STYLE_STATE_CMP_DIFF_DRAW_PAD; in _lv_obj_style_state_compare() 437 …lse if(lv_style_get_prop(style, LV_STYLE_OUTLINE_OPA, &v)) res = _LV_STYLE_STATE_CMP_DIFF_DRAW_PAD; in _lv_obj_style_state_compare() 438 …lse if(lv_style_get_prop(style, LV_STYLE_OUTLINE_PAD, &v)) res = _LV_STYLE_STATE_CMP_DIFF_DRAW_PAD; in _lv_obj_style_state_compare() 439 …e if(lv_style_get_prop(style, LV_STYLE_OUTLINE_WIDTH, &v)) res = _LV_STYLE_STATE_CMP_DIFF_DRAW_PAD; in _lv_obj_style_state_compare() 440 …se if(lv_style_get_prop(style, LV_STYLE_SHADOW_WIDTH, &v)) res = _LV_STYLE_STATE_CMP_DIFF_DRAW_PAD; in _lv_obj_style_state_compare() 441 …else if(lv_style_get_prop(style, LV_STYLE_SHADOW_OPA, &v)) res = _LV_STYLE_STATE_CMP_DIFF_DRAW_PAD; in _lv_obj_style_state_compare() 442 …se if(lv_style_get_prop(style, LV_STYLE_SHADOW_OFS_X, &v)) res = _LV_STYLE_STATE_CMP_DIFF_DRAW_PAD; in _lv_obj_style_state_compare() [all …]
|
D | lv_obj_style.h | 33 _LV_STYLE_STATE_CMP_DIFF_DRAW_PAD, /*The differences can be shown with a simple redraw*/ enumerator
|
D | lv_obj.c | 950 else if(cmp_res == _LV_STYLE_STATE_CMP_DIFF_DRAW_PAD) { in lv_obj_set_state()
|