Searched refs:LV_STYLE_PROP_META_MASK (Results 1 – 3 of 3) sorted by relevance
90 TEST_ASSERT_EQUAL(0, prop_id & LV_STYLE_PROP_META_MASK); in test_id_meta_overrun()
75 #define LV_STYLE_PROP_META_MASK (LV_STYLE_PROP_META_INHERIT | LV_STYLE_PROP_META_INITIAL) macro77 #define LV_STYLE_PROP_ID_MASK(prop) ((lv_style_prop_t)((prop) & ~LV_STYLE_PROP_META_MASK))
188 if(((last_custom_prop_id + 1) & LV_STYLE_PROP_META_MASK) != 0) { in lv_style_register_prop()