Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/misc/
Dlv_style.c140 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()
Dlv_style.h280 _LV_STYLE_LAST_BUILT_IN_PROP = 112, enumerator
281 _LV_STYLE_NUM_BUILT_IN_PROPS = _LV_STYLE_LAST_BUILT_IN_PROP + 1,
/lvgl-3.7.0/tests/src/test_cases/
Dtest_style.c51 TEST_ASSERT_GREATER_THAN(_LV_STYLE_LAST_BUILT_IN_PROP, prop); in test_custom_prop_ids()