Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects-weed.c375 static weed_plant_t **key_to_instance_copy[FX_KEYS_MAX]; // copy for preview during rendering variable
417 key_to_instance_copy[i][0] = key_to_instance[i][0]; in backup_weed_instances()
426 key_to_instance[i][0] = key_to_instance_copy[i][0]; in restore_weed_instances()
5147 key_to_instance_copy[i] = (weed_plant_t **)lives_calloc(1, sizeof(weed_plant_t *)); in weed_load_all()
6055 lives_free(key_to_instance_copy[i]); in weed_unload_all()