Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects-weed.c8958 weed_plant_t *paramtmpl2 = weed_param_get_template(in_param2); in set_copy_to() local
8959 int flags = weed_paramtmpl_get_flags(paramtmpl2); in set_copy_to()
8970 int cspace = weed_get_int_value(paramtmpl2, WEED_LEAF_COLORSPACE, NULL); in set_copy_to()
8974 weed_leaf_copy(paramtmpl2, "host_new_def_backup", paramtmpl2, WEED_LEAF_NEW_DEFAULT); in set_copy_to()
8976 weed_leaf_copy(paramtmpl2, WEED_LEAF_NEW_DEFAULT, in_param, WEED_LEAF_VALUE); in set_copy_to()
8977 fill_param_vals_to(in_param2, paramtmpl2, nvals / vsize); in set_copy_to()
8987 weed_leaf_copy(paramtmpl2, WEED_LEAF_NEW_DEFAULT, paramtmpl2, "host_new_def_backup"); in set_copy_to()
8988 weed_leaf_delete(paramtmpl2, "host_new_def_backup"); in set_copy_to()