Home
last modified time | relevance | path

Searched refs:LV_STYLE_NUM_BUILT_IN_PROPS (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/misc/
Dlv_style.c37 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()
Dlv_style.h337 LV_STYLE_NUM_BUILT_IN_PROPS = LV_STYLE_LAST_BUILT_IN_PROP + 1, enumerator
/lvgl-latest/tests/src/test_cases/
Dtest_style.c56 TEST_ASSERT_EQUAL(LV_STYLE_NUM_BUILT_IN_PROPS + initial_custom_props, prop); in test_custom_prop_ids()
/lvgl-latest/src/core/
Dlv_obj_style.c1099 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()