Searched refs:_LV_STYLE_NUM_BUILT_IN_PROPS (Results 1 – 3 of 3) sorted by relevance
38 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()
281 _LV_STYLE_NUM_BUILT_IN_PROPS = _LV_STYLE_LAST_BUILT_IN_PROP + 1, enumerator
54 TEST_ASSERT_EQUAL(_LV_STYLE_NUM_BUILT_IN_PROPS + initial_custom_props, prop); in test_custom_prop_ids()