Home
last modified time | relevance | path

Searched refs:LV_STYLE_PROP_ALL (Results 1 – 2 of 2) sorted by relevance

/lvgl-3.7.0/src/misc/
Dlv_style.h44 #define LV_STYLE_PROP_ALL (0x1F) /*Indicating all flags*/ macro
Dlv_style.c385 if(prop == LV_STYLE_PROP_ANY) return LV_STYLE_PROP_ALL; /*Any prop can have any flags*/ in _lv_style_prop_lookup_flags()