Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_style.c37 const uint8_t lv_style_builtin_prop_flag_lookup_table[LV_STYLE_NUM_BUILT_IN_PROPS] = { variable
447 return lv_style_builtin_prop_flag_lookup_table[prop]; in lv_style_prop_lookup_flags()
/lvgl-latest/src/core/
Dlv_obj_style.c1097 extern const uint8_t lv_style_builtin_prop_flag_lookup_table[]; in get_selector_style_prop()
1100 … inheritable = lv_style_builtin_prop_flag_lookup_table[prop] & LV_STYLE_PROP_FLAG_INHERITABLE; in get_selector_style_prop()