Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dweed-effects-utils.c301 if (!WEED_PLANT_IS_PARAMETER_TEMPLATE(paramtmpl)) return 0; in weed_paramtmpl_get_flags()
302 return weed_get_int_value(paramtmpl, WEED_LEAF_FLAGS, NULL); in weed_paramtmpl_get_flags()
307 …if (weed_paramtmpl_has_variable_size(paramtmpl) && weed_plant_has_leaf(paramtmpl, WEED_LEAF_NEW_DE… in weed_paramtmpl_value_type()
309 return weed_leaf_seed_type(paramtmpl, WEED_LEAF_DEFAULT); in weed_paramtmpl_value_type()
313 if (!WEED_PLANT_IS_PARAMETER_TEMPLATE(paramtmpl)) return 0; in weed_paramtmpl_get_type()
323 if (WEED_PLANT_IS_PARAMETER_TEMPLATE(paramtmpl) in weed_paramtmpl_has_variable_size()
329 if (WEED_PLANT_IS_PARAMETER_TEMPLATE(paramtmpl) in weed_paramtmpl_has_value_perchannel()
337 if ((gui = weed_paramtmpl_get_gui(paramtmpl, WEED_FALSE)) in weed_paramtmpl_does_wrap()
344 if (WEED_PLANT_IS_PARAMETER_TEMPLATE(paramtmpl) in weed_paramtmpl_hints_string_choice()
353 if (WEED_PLANT_IS_PARAMETER_TEMPLATE(paramtmpl) in weed_paramtmpl_hints_hidden()
[all …]
H A Dweed-effects-utils.h155 weed_plant_t *weed_paramtmpl_get_gui(weed_plant_t *paramtmpl, int create_if_not_exists);
156 int weed_paramtmpl_get_flags(weed_plant_t *paramtmpl);
157 char *weed_paramtmpl_get_name(weed_plant_t *paramtmpl);
158 int weed_paramtmpl_get_type(weed_plant_t *paramtmpl);
159 int weed_paramtmpl_has_variable_size(weed_plant_t *paramtmpl);
160 int weed_paramtmpl_has_value_perchannel(weed_plant_t *paramtmpl);
161 uint32_t weed_paramtmpl_value_type(weed_plant_t *paramtmpl);
162 int weed_paramtmpl_does_wrap(weed_plant_t *paramtmpl);
163 int weed_paramtmpl_hints_string_choice(weed_plant_t *paramtmpl);
164 int weed_paramtmpl_hints_hidden(weed_plant_t *paramtmpl);
[all …]
H A Dparamwindow.c1941 paramtmpl = weed_param_get_template(wparam); in after_any_changed_1()
1942 fill_param_vals_to(wparam, paramtmpl, index); in after_any_changed_1()
2288 fill_param_vals_to(param, paramtmpl, index); in update_weed_color_value()
2343 fill_param_vals_to(param, paramtmpl, index); in update_weed_color_value()
3367 weed_plant_t *paramtmpl; in update_visual_params() local
3409 paramtmpl = weed_param_get_template(in_param); in update_visual_params()
3410 param_type = weed_paramtmpl_get_type(paramtmpl); in update_visual_params()
3426 fill_param_vals_to(in_param, paramtmpl, index); in update_visual_params()
3436 mini = weed_get_int_value(paramtmpl, WEED_LEAF_MIN, &error); in update_visual_params()
3437 maxi = weed_get_int_value(paramtmpl, WEED_LEAF_MAX, &error); in update_visual_params()
[all …]
H A Deffects-weed.c8921 weed_plant_t *paramtmpl; in set_copy_to() local
8931 paramtmpl = weed_param_get_template(in_param); in set_copy_to()
9040 weed_plant_t *inst, *in_param, *paramtmpl; in weed_set_blend_factor() local
9074 paramtmpl = weed_param_get_template(in_param); in weed_set_blend_factor()
9075 param_type = weed_paramtmpl_get_type(paramtmpl); in weed_set_blend_factor()
9104 mini = weed_get_int_value(paramtmpl, WEED_LEAF_MIN, NULL); in weed_set_blend_factor()
9105 maxi = weed_get_int_value(paramtmpl, WEED_LEAF_MAX, NULL); in weed_set_blend_factor()
9172 weed_plant_t *inst, **in_params, *in_param, *paramtmpl; in weed_get_blend_factor() local
9193 paramtmpl = weed_param_get_template(in_param); in weed_get_blend_factor()
9194 weed_ptype = weed_paramtmpl_get_type(paramtmpl); in weed_get_blend_factor()
[all …]
H A Dmultitrack.c19277 weed_plant_t *paramtmpl = weed_param_get_template(param); in on_del_node_clicked() local
19278 if (weed_plant_has_leaf(paramtmpl, WEED_LEAF_HOST_DEFAULT)) { in on_del_node_clicked()
19279 weed_leaf_copy(event, WEED_LEAF_VALUE, paramtmpl, WEED_LEAF_HOST_DEFAULT); in on_del_node_clicked()
19280 } else weed_leaf_copy(event, WEED_LEAF_VALUE, paramtmpl, WEED_LEAF_DEFAULT); in on_del_node_clicked()
19283 fill_param_vals_to(event, paramtmpl, num_in_tracks - 1); in on_del_node_clicked()
/dports/multimedia/lives/lives-3.2.0/libweed/
H A Dweed-plugin-utils.h132 FN_DECL void weed_paramtmpl_set_flags(weed_plant_t *paramtmpl, int flags);
136 FN_DECL void weed_paramtmpl_set_name(weed_plant_t *paramtmpl, const char *name);
162 FN_DECL int weed_paramtmpl_get_flags(weed_plant_t *paramtmpl);