Searched refs:lv_style_prop_get_default (Results 1 – 3 of 3) sorted by relevance
436 lv_style_value_t lv_style_prop_get_default(lv_style_prop_t prop);460 …*value = (const_prop->prop & LV_STYLE_PROP_META_INITIAL) ? lv_style_prop_get_default(prop_id) : co… in lv_style_get_prop_inlined()479 *value = lv_style_prop_get_default(prop_id); 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()
313 lv_style_value_t lv_style_prop_get_default(lv_style_prop_t prop) in lv_style_prop_get_default() function
264 value_act = lv_style_prop_get_default(prop); in lv_obj_get_style_prop()