Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_obj_style.c508 bool layout_diff = false; in lv_obj_style_state_compare() local
509 if(lv_style_get_prop(style, LV_STYLE_PAD_TOP, &v))layout_diff = true; in lv_obj_style_state_compare()
510 else if(lv_style_get_prop(style, LV_STYLE_PAD_BOTTOM, &v)) layout_diff = true; in lv_obj_style_state_compare()
511 else if(lv_style_get_prop(style, LV_STYLE_PAD_LEFT, &v)) layout_diff = true; in lv_obj_style_state_compare()
512 else if(lv_style_get_prop(style, LV_STYLE_PAD_RIGHT, &v)) layout_diff = true; in lv_obj_style_state_compare()
513 else if(lv_style_get_prop(style, LV_STYLE_PAD_COLUMN, &v)) layout_diff = true; in lv_obj_style_state_compare()
514 else if(lv_style_get_prop(style, LV_STYLE_PAD_ROW, &v)) layout_diff = true; in lv_obj_style_state_compare()
515 else if(lv_style_get_prop(style, LV_STYLE_LAYOUT, &v)) layout_diff = true; in lv_obj_style_state_compare()
516 else if(lv_style_get_prop(style, LV_STYLE_TRANSLATE_X, &v)) layout_diff = true; in lv_obj_style_state_compare()
517 else if(lv_style_get_prop(style, LV_STYLE_TRANSLATE_Y, &v)) layout_diff = true; in lv_obj_style_state_compare()
[all …]