Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_style.h56 .has_group = 0xFFFFFFFF, \
63 .has_group = 0xFFFFFFFF, \
378 uint32_t has_group; member
Dlv_style.c346 style->has_group |= (uint32_t)1 << group; in lv_style_set_prop()
/lvgl-latest/src/core/
Dlv_obj_style.c739 if((obj_style->style->has_group & group) == 0) continue; in get_prop_core()
747 if((obj->styles[i].style->has_group & group) == 0) continue; in get_prop_core()