Searched refs:_LV_STYLE_LAST_BUILT_IN_PROP (Results 1 – 3 of 3) sorted by relevance
140 static uint16_t last_custom_prop_id = (uint16_t)_LV_STYLE_LAST_BUILT_IN_PROP;185 last_custom_prop_id = (uint16_t)_LV_STYLE_LAST_BUILT_IN_PROP; in lv_style_register_prop()196 size_t required_size = (last_custom_prop_id + 1 - _LV_STYLE_LAST_BUILT_IN_PROP); in lv_style_register_prop()219 return last_custom_prop_id - _LV_STYLE_LAST_BUILT_IN_PROP; in lv_style_get_num_custom_props()
280 _LV_STYLE_LAST_BUILT_IN_PROP = 112, enumerator281 _LV_STYLE_NUM_BUILT_IN_PROPS = _LV_STYLE_LAST_BUILT_IN_PROP + 1,
51 TEST_ASSERT_GREATER_THAN(_LV_STYLE_LAST_BUILT_IN_PROP, prop); in test_custom_prop_ids()