Searched defs:prop (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/src/misc/ |
D | lv_style.c | 222 bool lv_style_remove_prop(lv_style_t * style, lv_style_prop_t prop) in lv_style_remove_prop() 283 void lv_style_set_prop(lv_style_t * style, lv_style_prop_t prop, lv_style_value_t value) in lv_style_set_prop() 288 void lv_style_set_prop_meta(lv_style_t * style, lv_style_prop_t prop, uint16_t meta) in lv_style_set_prop_meta() 293 lv_style_res_t lv_style_get_prop(const lv_style_t * style, lv_style_prop_t prop, lv_style_value_t *… in lv_style_get_prop() 313 lv_style_value_t lv_style_prop_get_default(lv_style_prop_t prop) in lv_style_prop_get_default() 374 uint8_t _lv_style_get_prop_group(lv_style_prop_t prop) in _lv_style_get_prop_group() 381 uint8_t _lv_style_prop_lookup_flags(lv_style_prop_t prop) in _lv_style_prop_lookup_flags() 400 static void lv_style_set_prop_helper(lv_style_prop_t prop, lv_style_value_t value, uint16_t * prop_… in lv_style_set_prop_helper() 407 static void lv_style_set_prop_meta_helper(lv_style_prop_t prop, lv_style_value_t value, uint16_t * … in lv_style_set_prop_meta_helper()
|
D | lv_style.h | 77 #define LV_STYLE_PROP_ID_MASK(prop) ((lv_style_prop_t)((prop) & ~LV_STYLE_PROP_META_MASK)) argument 312 lv_style_prop_t prop; member 448 …tic inline lv_style_res_t lv_style_get_prop_inlined(const lv_style_t * style, lv_style_prop_t prop, in lv_style_get_prop_inlined() 565 static inline bool lv_style_prop_has_flag(lv_style_prop_t prop, uint8_t flag) in lv_style_prop_has_flag()
|
/lvgl-latest/src/core/ |
D | lv_obj_style.c | 24 lv_style_prop_t prop; member 110 lv_style_prop_t prop = LV_STYLE_PROP_ANY; in lv_obj_remove_style() local 167 void lv_obj_refresh_style(lv_obj_t * obj, lv_style_selector_t selector, lv_style_prop_t prop) in lv_obj_refresh_style() 223 lv_style_value_t lv_obj_get_style_prop(const lv_obj_t * obj, lv_part_t part, lv_style_prop_t prop) in lv_obj_get_style_prop() 270 void lv_obj_set_local_style_prop(lv_obj_t * obj, lv_style_prop_t prop, lv_style_value_t value, in lv_obj_set_local_style_prop() 278 void lv_obj_set_local_style_prop_meta(lv_obj_t * obj, lv_style_prop_t prop, uint16_t meta, in lv_obj_set_local_style_prop_meta() 286 lv_style_res_t lv_obj_get_local_style_prop(lv_obj_t * obj, lv_style_prop_t prop, lv_style_value_t *… in lv_obj_get_local_style_prop() 300 bool lv_obj_remove_local_style_prop(lv_obj_t * obj, lv_style_prop_t prop, lv_style_selector_t selec… in lv_obj_remove_local_style_prop() 601 static lv_style_res_t get_prop_core(const lv_obj_t * obj, lv_part_t part, lv_style_prop_t prop, lv_… in get_prop_core() 717 static bool trans_del(lv_obj_t * obj, lv_part_t part, lv_style_prop_t prop, trans_t * tr_limit) in trans_del() [all …]
|
D | lv_obj_style.h | 50 lv_style_prop_t prop; member
|
/lvgl-latest/tests/src/test_cases/ |
D | test_style.c | 49 lv_style_prop_t prop = lv_style_register_prop(fake_flag); in test_custom_prop_ids() local
|