Searched refs:is_trans (Results 1 – 3 of 3) sorted by relevance
31 uint32_t is_trans : 1; member
116 if(obj->styles[i].is_trans) continue; in lv_obj_add_style()178 if(obj->styles[i].is_local || obj->styles[i].is_trans) { in lv_obj_replace_style()226 if(obj->styles[i].is_trans) { in lv_obj_remove_style()230 if(obj->styles[i].is_local || obj->styles[i].is_trans) { in lv_obj_remove_style()498 if(obj->styles[i].is_trans) continue; in lv_obj_style_state_compare()672 if(obj->styles[i - 1].is_local || obj->styles[i - 1].is_trans) break; in get_local_style()696 if(obj->styles[i].is_trans && obj->styles[i].selector == selector) break; in get_trans_style()714 obj->styles[0].is_trans = 1; in get_trans_style()733 if(obj_style->is_trans == false) break; in get_prop_core()840 … if(obj->styles[i].is_trans && (part == LV_PART_ANY || obj->styles[i].selector == part)) { in trans_delete()[all …]
927 if(obj_style->is_trans) continue; in update_obj_state()