Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/core/
Dlv_obj_style.c84 if(obj->styles[i].is_local) continue; in lv_obj_add_style()
129 if(obj->styles[i].is_local || obj->styles[i].is_trans) { in lv_obj_remove_style()
291 if(obj->styles[i].is_local && in lv_obj_get_local_style_prop()
307 if(obj->styles[i].is_local && in lv_obj_remove_local_style_prop()
544 if(obj->styles[i].is_local && in get_local_style()
557 if(obj->styles[i - 1].is_local || obj->styles[i - 1].is_trans) break; in get_local_style()
564 obj->styles[i].is_local = 1; in get_local_style()
Dlv_obj_style.h42 uint32_t is_local : 1; member