Home
last modified time | relevance | path

Searched refs:value_backup (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/eval/
H A Ddeg_eval_runtime_backup_animation.cc125 for (const AnimationValueBackup &value_backup : values_backup) { in restore_to_id() local
132 value_backup.rna_path.c_str(), in restore_to_id()
133 value_backup.array_index, in restore_to_id()
139 if (!BKE_animsys_write_rna_setting(&resolved_rna, value_backup.value)) { in restore_to_id()
/dports/net-im/vqcc-gtk/vqcc-gtk-0.5/src/
H A Dprefs.c670 union prefs_value_union value_backup; in prefs_set() local
673 value_backup = value->value; in prefs_set()
713 prefs_free_value(value->type, &value_backup); in prefs_set()
725 value->value = value_backup; in prefs_set()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/jacl/
H A Dtypes.h114 int value_backup; member
H A Djacl_main.cpp651 current_integer->value_backup = current_integer->value; in save_game_state()
697 current_integer->value = current_integer->value_backup; in restore_game_state()