Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_style.h540 static inline uint32_t lv_style_get_prop_group(lv_style_prop_t prop) in lv_style_get_prop_group() function
Dlv_style.c345 uint32_t group = lv_style_get_prop_group(prop); in lv_style_set_prop()
/lvgl-latest/src/core/
Dlv_obj_style.c723 const uint32_t group = (uint32_t)1 << lv_style_get_prop_group(prop); in get_prop_core()