Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_style.c20 #define lv_style_custom_prop_flag_lookup_table LV_GLOBAL_DEFAULT()->style_custom_prop_flag_lookup_t… macro
203 if(lv_style_custom_prop_flag_lookup_table == NULL) { in lv_style_register_prop()
221 uint8_t * old_p = lv_style_custom_prop_flag_lookup_table; in lv_style_register_prop()
227 lv_style_custom_prop_flag_lookup_table = new_p; in lv_style_register_prop()
232 LV_ASSERT_NULL(lv_style_custom_prop_flag_lookup_table); in lv_style_register_prop()
233lv_style_custom_prop_flag_lookup_table[last_custom_prop_id - LV_STYLE_NUM_BUILT_IN_PROPS] = flag; in lv_style_register_prop()
449 …if(lv_style_custom_prop_flag_lookup_table != NULL && prop < lv_style_custom_prop_flag_lookup_table… in lv_style_prop_lookup_flags()
450 return lv_style_custom_prop_flag_lookup_table[prop]; in lv_style_prop_lookup_flags()