Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/core/
Dlv_obj_style.c83 if(obj->styles[i].is_trans) continue; in lv_obj_add_style()
125 if(obj->styles[i].is_trans) { in lv_obj_remove_style()
129 if(obj->styles[i].is_local || obj->styles[i].is_trans) { in lv_obj_remove_style()
400 if(obj->styles[i].is_trans) continue; in _lv_obj_style_state_compare()
561 if(obj->styles[i - 1].is_local || obj->styles[i - 1].is_trans) break; in get_local_style()
584 if(obj->styles[i].is_trans && obj->styles[i].selector == selector) break; in get_trans_style()
600 obj->styles[0].is_trans = 1; in get_trans_style()
618 if(obj_style->is_trans == false) break; in get_prop_core()
739 … if(obj->styles[i].is_trans && (part == LV_PART_ANY || obj->styles[i].selector == part)) { in trans_del()
763 if(obj->styles[i].is_trans == 0 || obj->styles[i].selector != tr->selector) continue; in trans_anim_cb()
[all …]
Dlv_obj_style.h43 uint32_t is_trans : 1; member
Dlv_obj.c906 if(obj_style->is_trans) continue; in lv_obj_set_state()