Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_style.c183 if(LV_GC_ROOT(_lv_style_custom_prop_flag_lookup_table) == NULL) { in lv_style_register_prop()
201 uint8_t * old_p = LV_GC_ROOT(_lv_style_custom_prop_flag_lookup_table); in lv_style_register_prop()
207 LV_GC_ROOT(_lv_style_custom_prop_flag_lookup_table) = new_p; in lv_style_register_prop()
212 LV_ASSERT_NULL(LV_GC_ROOT(_lv_style_custom_prop_flag_lookup_table)); in lv_style_register_prop()
213 …LV_GC_ROOT(_lv_style_custom_prop_flag_lookup_table)[last_custom_prop_id - _LV_STYLE_NUM_BUILT_IN_P… in lv_style_register_prop() local
391 …if(LV_GC_ROOT(_lv_style_custom_prop_flag_lookup_table) != NULL && prop < _lv_style_custom_prop_fla… in _lv_style_prop_lookup_flags()
392 return LV_GC_ROOT(_lv_style_custom_prop_flag_lookup_table)[prop]; in _lv_style_prop_lookup_flags()
Dlv_gc.h63 LV_DISPATCH(f, uint8_t * , _lv_style_custom_prop_flag_lookup_table)