Home
last modified time | relevance | path

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

/lvgl-latest/src/core/
Dlv_obj_style.c104 lv_part_t part = lv_obj_style_get_selector_part(selector); in lv_obj_add_style()
161 lv_part_t part = lv_obj_style_get_selector_part(selector); in lv_obj_replace_style()
175 lv_part_t part_act = lv_obj_style_get_selector_part(obj->styles[i].selector); in lv_obj_replace_style()
206 lv_part_t part = lv_obj_style_get_selector_part(selector); in lv_obj_remove_style()
218 lv_part_t part_act = lv_obj_style_get_selector_part(obj->styles[i].selector); in lv_obj_remove_style()
285 lv_part_t part = lv_obj_style_get_selector_part(selector); in lv_obj_refresh_style()
363 trans_delete(obj, lv_obj_style_get_selector_part(selector), prop, NULL); in lv_obj_set_local_style_prop()
374 if(lv_obj_style_get_selector_part(selector) == LV_PART_MAIN) { in lv_obj_set_local_style_prop()
418 full_cache_refresh(obj, lv_obj_style_get_selector_part(selector)); in lv_obj_remove_local_style_prop()
724 const lv_part_t part = lv_obj_style_get_selector_part(selector); in get_prop_core()
[all …]
Dlv_obj_style.h189 static inline lv_part_t lv_obj_style_get_selector_part(lv_style_selector_t selector) in lv_obj_style_get_selector_part() function
Dlv_obj.c925 lv_part_t part_act = lv_obj_style_get_selector_part(obj->styles[i].selector); in update_obj_state()
940 lv_part_t part_ts = lv_obj_style_get_selector_part(selector); in update_obj_state()
958 lv_part_t part_act = lv_obj_style_get_selector_part(ts[i].selector); in update_obj_state()