Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_obj_style.c24 #define _style_custom_prop_flag_lookup_table LV_GLOBAL_DEFAULT()->style_custom_prop_flag_lookup_tab… macro
92 if(_style_custom_prop_flag_lookup_table != NULL) { in lv_obj_style_deinit()
93 lv_free(_style_custom_prop_flag_lookup_table); in lv_obj_style_deinit()
94 _style_custom_prop_flag_lookup_table = NULL; in lv_obj_style_deinit()
1103 if(_style_custom_prop_flag_lookup_table != NULL) { in get_selector_style_prop()
1104 inheritable = _style_custom_prop_flag_lookup_table[prop - LV_STYLE_NUM_BUILT_IN_PROPS] & in get_selector_style_prop()