Searched refs:weed_param_get_array_int (Results 1 – 4 of 4) sorted by relevance
342 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()
167 bgcol = weed_param_get_array_int(in_params[5], NULL); in compositor_process()
209 FN_DECL int *weed_param_get_array_int(weed_plant_t *param, int *nvalues);
539 static inline int *weed_param_get_array_int(weed_plant_t *param, int *nvalues) { in weed_param_get_array_int() function