Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_obj_style.c68 static bool style_has_flag(const lv_style_t * style, uint32_t flag);
106 if(style && part == LV_PART_MAIN && style_has_flag(style, LV_STYLE_PROP_FLAG_TRANSFORM)) { in lv_obj_add_style()
210 if(style && part == LV_PART_MAIN && style_has_flag(style, LV_STYLE_PROP_FLAG_TRANSFORM)) { in lv_obj_remove_style()
1058 static bool style_has_flag(const lv_style_t * style, uint32_t flag) in style_has_flag() function