Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/misc/
Dlv_style.h54 #define LV_STYLE_CONST_INIT(var_name, prop_array) \ argument
57 .v_p = { .const_props = prop_array }, \
60 .prop_cnt = (sizeof(prop_array) / sizeof((prop_array)[0])), \
63 #define LV_STYLE_CONST_INIT(var_name, prop_array) \ argument
65 .v_p = { .const_props = prop_array }, \
68 .prop_cnt = (sizeof(prop_array) / sizeof((prop_array)[0])), \