Home
last modified time | relevance | path

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

/lvgl-3.7.0/tests/src/test_cases/
Dtest_style.c89 if(prop_id != LV_STYLE_PROP_INV) { in test_id_meta_overrun()
92 } while(prop_id != LV_STYLE_PROP_INV); in test_id_meta_overrun()
/lvgl-3.7.0/src/misc/
Dlv_style.c190 return LV_STYLE_PROP_INV; in lv_style_register_prop()
205 return LV_STYLE_PROP_INV; in lv_style_register_prop()
235 style->prop1 = LV_STYLE_PROP_INV; in lv_style_remove_prop()
386 if(prop == LV_STYLE_PROP_INV) return 0; in _lv_style_prop_lookup_flags()
Dlv_style.h179 LV_STYLE_PROP_INV = 0, enumerator
/lvgl-3.7.0/src/core/
Dlv_obj_style.c111 if(style && style->prop_cnt == 0) prop = LV_STYLE_PROP_INV; in lv_obj_remove_style()
148 if(deleted && prop != LV_STYLE_PROP_INV) { in lv_obj_remove_style()
824 tr->prop = LV_STYLE_PROP_INV; in trans_anim_start_cb()
/lvgl-3.7.0/docs/overview/
Dstyle.md179 LV_STYLE_PROP_INV,