Searched refs:LV_STYLE_NUM_BUILT_IN_PROPS (Results 1 – 4 of 4) sorted by relevance
37 const uint8_t lv_style_builtin_prop_flag_lookup_table[LV_STYLE_NUM_BUILT_IN_PROPS] = {233 … lv_style_custom_prop_flag_lookup_table[last_custom_prop_id - LV_STYLE_NUM_BUILT_IN_PROPS] = flag; in lv_style_register_prop()446 if(prop < LV_STYLE_NUM_BUILT_IN_PROPS) in lv_style_prop_lookup_flags()448 prop -= LV_STYLE_NUM_BUILT_IN_PROPS; in lv_style_prop_lookup_flags()
337 LV_STYLE_NUM_BUILT_IN_PROPS = LV_STYLE_LAST_BUILT_IN_PROP + 1, enumerator
56 TEST_ASSERT_EQUAL(LV_STYLE_NUM_BUILT_IN_PROPS + initial_custom_props, prop); in test_custom_prop_ids()
1099 if(prop < LV_STYLE_NUM_BUILT_IN_PROPS) { 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()