Searched refs:LV_STYLE_PROP_META_INHERIT (Results 1 – 3 of 3) sorted by relevance
/lvgl-3.7.0/src/misc/ |
D | lv_style.h | 73 #define LV_STYLE_PROP_META_INHERIT 0x8000 macro 75 #define LV_STYLE_PROP_META_MASK (LV_STYLE_PROP_META_INHERIT | LV_STYLE_PROP_META_INITIAL) 458 if(const_prop->prop & LV_STYLE_PROP_META_INHERIT) in lv_style_get_prop_inlined() 476 if(props[i] & LV_STYLE_PROP_META_INHERIT) in lv_style_get_prop_inlined() 489 if(style->prop1 & LV_STYLE_PROP_META_INHERIT) in lv_style_get_prop_inlined()
|
/lvgl-3.7.0/tests/src/test_cases/ |
D | test_style.c | 79 …lv_obj_set_local_style_prop_meta(child, LV_STYLE_TEXT_COLOR, LV_STYLE_PROP_META_INHERIT, LV_PART_M… in test_inherit_meta() 104 …lv_obj_set_local_style_prop_meta(child, LV_STYLE_TEXT_COLOR, LV_STYLE_PROP_META_INHERIT, LV_PART_M… in test_inherit_meta_with_lower_precedence_style()
|
/lvgl-3.7.0/docs/overview/ |
D | style.md | 93 lv_style_set_prop_meta(&style, LV_STYLE_TEXT_COLOR, LV_STYLE_PROP_META_INHERIT); 95 lv_obj_set_local_style_prop_meta(child, LV_STYLE_TEXT_COLOR, LV_STYLE_PROP_META_INHERIT, LV_PART_MA…
|