Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/gdk/
H A Dscribbler.c342 fg = (rgb_t *)weed_param_get_array_int(in_params[P_FOREGROUND], NULL); in scribbler_process()
343 bg = (rgb_t *)weed_param_get_array_int(in_params[P_BACKGROUND], NULL); in scribbler_process()
H A Dcompositor.c167 bgcol = weed_param_get_array_int(in_params[5], NULL); in compositor_process()
/dports/multimedia/lives/lives-3.2.0/libweed/
H A Dweed-plugin-utils.h209 FN_DECL int *weed_param_get_array_int(weed_plant_t *param, int *nvalues);
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A Dweed-plugin-utils.c539 static inline int *weed_param_get_array_int(weed_plant_t *param, int *nvalues) { in weed_param_get_array_int() function