Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/misc/
Dlv_style.c284 bool lv_style_is_empty(const lv_style_t * style) in lv_style_is_empty() function
Dlv_style.h458 bool lv_style_is_empty(const lv_style_t * style);
/lvgl-3.4.0/src/core/
Dlv_obj_style.c803 if(lv_style_is_empty(obj->styles[i].style)) { in trans_anim_ready_cb()