Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/misc/
Dlv_style.h49 …lv_style_t var_name = { .sentinel = LV_STYLE_SENTINEL_VALUE, .v_p = { .const_props = prop_array },…
51 …NST_INIT(var_name, prop_array) const lv_style_t var_name = { .v_p = { .const_props = prop_array },…
311 const lv_style_const_prop_t * const_props; member
400 … for(const_prop = style->v_p.const_props; const_prop->prop != LV_STYLE_PROP_INV; const_prop++) { in lv_style_get_prop_inlined()