Home
last modified time | relevance | path

Searched refs:has_group (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.7.0/src/misc/
Dlv_style.h58 .has_group = 0xFF, \
66 .has_group = 0xFF, \
334 uint8_t has_group; member
Dlv_style.c485 style->has_group |= 1 << group; in lv_style_set_prop_internal()
/lvgl-3.7.0/src/core/
Dlv_obj_style.c619 if((obj_style->style->has_group & group) == 0) continue; in get_prop_core()
631 if((obj->styles[i].style->has_group & group) == 0) continue; in get_prop_core()