Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/misc/
Dlv_style.h74 #define LV_STYLE_PROP_META_INITIAL 0x4000 macro
75 #define LV_STYLE_PROP_META_MASK (LV_STYLE_PROP_META_INHERIT | LV_STYLE_PROP_META_INITIAL)
460 …*value = (const_prop->prop & LV_STYLE_PROP_META_INITIAL) ? lv_style_prop_get_default(prop_id) : co… in lv_style_get_prop_inlined()
478 if(props[i] & LV_STYLE_PROP_META_INITIAL) in lv_style_get_prop_inlined()
491 …*value = (style->prop1 & LV_STYLE_PROP_META_INITIAL) ? lv_style_prop_get_default(LV_STYLE_PROP_ID_… in lv_style_get_prop_inlined()
/lvgl-3.5.0/docs/overview/
Dstyle.md101 To do this you can use the same API but with `LV_STYLE_PROP_META_INITIAL` instead. In future versio…