Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_style.h436 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()
Dlv_style.c313 lv_style_value_t lv_style_prop_get_default(lv_style_prop_t prop) in lv_style_prop_get_default() function
/lvgl-latest/src/core/
Dlv_obj_style.c264 value_act = lv_style_prop_get_default(prop); in lv_obj_get_style_prop()