Searched refs:LV_STYLE_LAST_BUILT_IN_PROP (Results 1 – 6 of 6) sorted by relevance
43 #define _LV_STYLE_LAST_BUILT_IN_PROP LV_STYLE_LAST_BUILT_IN_PROP
129 global->style_last_custom_prop_id = (uint32_t)LV_STYLE_LAST_BUILT_IN_PROP; in lv_global_init()
205 last_custom_prop_id = (uint16_t)LV_STYLE_LAST_BUILT_IN_PROP; in lv_style_register_prop()216 size_t required_size = (last_custom_prop_id + 1 - LV_STYLE_LAST_BUILT_IN_PROP); in lv_style_register_prop()239 return last_custom_prop_id - LV_STYLE_LAST_BUILT_IN_PROP; in lv_style_get_num_custom_props()
335 LV_STYLE_LAST_BUILT_IN_PROP = 140, enumerator337 LV_STYLE_NUM_BUILT_IN_PROPS = LV_STYLE_LAST_BUILT_IN_PROP + 1,
53 TEST_ASSERT_GREATER_THAN(LV_STYLE_LAST_BUILT_IN_PROP, prop); in test_custom_prop_ids()
67 …ERTY_ID(STYLE, LAST_BUILT_IN_PROP, LV_PROPERTY_TYPE_INT, LV_STYLE_LAST_BUILT_IN_PROP),