Searched refs:LV_STYLE_PROP_ANY (Results 1 – 7 of 7) sorted by relevance
/lvgl-3.7.0/src/misc/ |
D | lv_style.h | 59 .prop1 = LV_STYLE_PROP_ANY, \ 67 .prop1 = LV_STYLE_PROP_ANY, \ 283 LV_STYLE_PROP_ANY = 0xFFFF, enumerator 451 if(style->prop1 == LV_STYLE_PROP_ANY) { in lv_style_get_prop_inlined()
|
D | lv_style.c | 169 if(style->prop1 == LV_STYLE_PROP_ANY) { in lv_style_reset() 226 if(style->prop1 == LV_STYLE_PROP_ANY) { in lv_style_remove_prop() 385 if(prop == LV_STYLE_PROP_ANY) return LV_STYLE_PROP_ALL; /*Any prop can have any flags*/ in _lv_style_prop_lookup_flags() 420 if(style->prop1 == LV_STYLE_PROP_ANY) { in lv_style_set_prop_internal()
|
/lvgl-3.7.0/src/core/ |
D | lv_obj_style.c | 78 trans_del(obj, selector, LV_STYLE_PROP_ANY, NULL); in lv_obj_add_style() 103 lv_obj_refresh_style(obj, selector, LV_STYLE_PROP_ANY); in lv_obj_add_style() 110 lv_style_prop_t prop = LV_STYLE_PROP_ANY; in lv_obj_remove_style() 126 trans_del(obj, part, LV_STYLE_PROP_ANY, NULL); in lv_obj_remove_style() 191 …if((part == LV_PART_ANY || part == LV_PART_MAIN) && (prop == LV_STYLE_PROP_ANY || is_layout_refr))… in lv_obj_refresh_style() 206 if(prop == LV_STYLE_PROP_ANY || is_ext_draw) { in lv_obj_refresh_style() 211 if(prop == LV_STYLE_PROP_ANY || (is_inheritable && (is_ext_draw || is_layout_refr))) { in lv_obj_refresh_style() 678 lv_obj_refresh_style(obj, LV_PART_ANY, LV_STYLE_PROP_ANY); in report_style_change_core() 729 …(part == tr->selector || part == LV_PART_ANY) && (prop == tr->prop || prop == LV_STYLE_PROP_ANY)) { in trans_del()
|
D | lv_obj_class.c | 113 lv_obj_refresh_style(obj, LV_PART_ANY, LV_STYLE_PROP_ANY); in lv_obj_class_init_obj()
|
D | lv_obj.c | 948 lv_obj_refresh_style(obj, LV_PART_ANY, LV_STYLE_PROP_ANY); in lv_obj_set_state()
|
/lvgl-3.7.0/docs/overview/ |
D | style.md | 217 To refresh all parts and properties use `lv_obj_refresh_style(obj, LV_PART_ANY, LV_STYLE_PROP_ANY)`.
|
/lvgl-3.7.0/docs/ |
D | CHANGELOG.md | 548 - fix(style): _lv_style_prop_lookup_flags tell all flags for LV_STYLE_PROP_ANY [`e53f602`](https://…
|