Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/misc/
Dlv_style.h452 const lv_style_const_prop_t * const_prop; in lv_style_get_prop_inlined() local
455 const_prop = style->v_p.const_props + i; in lv_style_get_prop_inlined()
456 lv_style_prop_t prop_id = LV_STYLE_PROP_ID_MASK(const_prop->prop); in lv_style_get_prop_inlined()
458 if(const_prop->prop & LV_STYLE_PROP_META_INHERIT) in lv_style_get_prop_inlined()
460 …*value = (const_prop->prop & LV_STYLE_PROP_META_INITIAL) ? lv_style_prop_get_default(prop_id) : co… in lv_style_get_prop_inlined()