Home
last modified time | relevance | path

Searched refs:LV_STYLE_PROP_ANY (Results 1 – 7 of 7) sorted by relevance

/lvgl-3.7.0/src/misc/
Dlv_style.h59 .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()
Dlv_style.c169 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/
Dlv_obj_style.c78 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()
Dlv_obj_class.c113 lv_obj_refresh_style(obj, LV_PART_ANY, LV_STYLE_PROP_ANY); in lv_obj_class_init_obj()
Dlv_obj.c948 lv_obj_refresh_style(obj, LV_PART_ANY, LV_STYLE_PROP_ANY); in lv_obj_set_state()
/lvgl-3.7.0/docs/overview/
Dstyle.md217 To refresh all parts and properties use `lv_obj_refresh_style(obj, LV_PART_ANY, LV_STYLE_PROP_ANY)`.
/lvgl-3.7.0/docs/
DCHANGELOG.md548 - fix(style): _lv_style_prop_lookup_flags tell all flags for LV_STYLE_PROP_ANY [`e53f602`](https://…