Searched refs:is_trans (Results 1 – 3 of 3) sorted by relevance
83 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()365 if(obj->styles[i].is_trans) continue; in _lv_obj_style_state_compare()492 if(obj->styles[i - 1].is_local || obj->styles[i - 1].is_trans) break; in get_local_style()515 if(obj->styles[i].is_trans && obj->styles[i].selector == selector) break; in get_trans_style()531 obj->styles[0].is_trans = 1; in get_trans_style()549 if(obj_style->is_trans == false) break; in get_prop_core()676 … if(obj->styles[i].is_trans && (part == LV_PART_ANY || obj->styles[i].selector == part)) { in trans_del()698 if(obj->styles[i].is_trans == 0 || obj->styles[i].selector != tr->selector) continue; in trans_anim_cb()[all …]
43 uint32_t is_trans : 1; member
886 if(obj_style->is_trans) continue; in lv_obj_set_state()