Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/misc/
Dlv_style.c38 const uint8_t _lv_style_builtin_prop_flag_lookup_table[_LV_STYLE_NUM_BUILT_IN_PROPS] = {
213 …lv_style_custom_prop_flag_lookup_table)[last_custom_prop_id - _LV_STYLE_NUM_BUILT_IN_PROPS] = flag; in lv_style_register_prop()
388 if(prop < _LV_STYLE_NUM_BUILT_IN_PROPS) in _lv_style_prop_lookup_flags()
390 prop -= _LV_STYLE_NUM_BUILT_IN_PROPS; in _lv_style_prop_lookup_flags()
Dlv_style.h281 _LV_STYLE_NUM_BUILT_IN_PROPS = _LV_STYLE_LAST_BUILT_IN_PROP + 1, enumerator
/lvgl-3.7.0/tests/src/test_cases/
Dtest_style.c54 TEST_ASSERT_EQUAL(_LV_STYLE_NUM_BUILT_IN_PROPS + initial_custom_props, prop); in test_custom_prop_ids()