Home
last modified time | relevance | path

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

/lvgl-3.5.0/src/misc/
Dlv_style.h383 bool lv_style_remove_prop(lv_style_t * style, lv_style_prop_t prop);
Dlv_style.c221 bool lv_style_remove_prop(lv_style_t * style, lv_style_prop_t prop) in lv_style_remove_prop() function
/lvgl-3.5.0/src/core/
Dlv_obj_style.c317 lv_res_t res = lv_style_remove_prop(obj->styles[i].style, prop); in lv_obj_remove_local_style_prop()
706 lv_style_remove_prop(obj->styles[i].style, tr->prop); in trans_del()
833 lv_style_remove_prop(obj_style->style, prop); in trans_anim_ready_cb()
/lvgl-3.5.0/docs/overview/
Dstyle.md152 lv_style_remove_prop(&style, LV_STYLE_BG_COLOR);