Home
last modified time | relevance | path

Searched refs:gs_function_t (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsfunc.h53 typedef struct gs_function_s gs_function_t; typedef
57 const gs_function_t *const *Functions;
63 int proc(const gs_function_t * pfn, const float *in, float *out)
68 int proc(const gs_function_t * pfn, const float *lower,\
74 void proc(const gs_function_t *pfn, gs_function_info_t *pfi)
79 int proc(const gs_function_t *pfn, gs_param_list *plist)
93 int proc(const gs_function_t *pfn, gs_function_t **ppsfn,\
104 void proc(gs_function_t * pfn, bool free_params, gs_memory_t * mem)
109 int proc(const gs_function_t * pfn, stream *s)
169 int alloc_function_array(uint count, gs_function_t *** pFunctions,
H A Dgsfunc3.c56 fn_scale_functions(gs_function_t ***ppsfns, const gs_function_t *const *pfns, in fn_scale_functions()
60 gs_function_t **psfns; in fn_scale_functions()
126 fn_ElIn_is_monotonic(const gs_function_t * pfn_common, in fn_ElIn_is_monotonic()
187 (code = fn_common_scale((gs_function_t *)psfn, in fn_ElIn_make_scaled()
245 gs_function_ElIn_init(gs_function_t ** ppfn, in gs_function_ElIn_init()
289 *ppfn = (gs_function_t *) pfn; in gs_function_ElIn_init()
476 (code = fn_common_scale((gs_function_t *)psfn, in fn_1ItSg_make_scaled()
530 gs_function_1ItSg_init(gs_function_t ** ppfn, in gs_function_1ItSg_init()
585 *ppfn = (gs_function_t *) pfn; in gs_function_1ItSg_init()
717 gs_function_AdOt_init(gs_function_t ** ppfn, in gs_function_AdOt_init()
[all …]
H A Dgxfunc.h30 gs_public_st_ptrs2(st_function, gs_function_t, "gs_function_t",\
39 void fn_common_free(gs_function_t * pfn, bool free_params, gs_memory_t * mem);
50 int fn_common_get_params(const gs_function_t *pfn, gs_param_list *plist);
69 int fn_common_scale(gs_function_t *psfn, const gs_function_t *pfn,
73 int fn_common_serialize(const gs_function_t * pfn, stream *s);
H A Dgsfunc.c27 gs_private_st_ptr(st_function_ptr, gs_function_t *, "gs_function_t *",
29 gs_private_st_element(st_function_ptr_element, gs_function_t *,
35 alloc_function_array(uint count, gs_function_t *** pFunctions, in alloc_function_array()
38 gs_function_t **ptr; in alloc_function_array()
42 ptr = gs_alloc_struct_array(mem, count, gs_function_t *, in alloc_function_array()
63 fn_common_free(gs_function_t * pfn, bool free_params, gs_memory_t * mem) in fn_common_free()
90 gs_function_get_info_default(const gs_function_t *pfn, gs_function_info_t *pfi) in gs_function_get_info_default()
100 fn_common_get_params(const gs_function_t *pfn, gs_param_list *plist) in fn_common_get_params()
174 fn_common_scale(gs_function_t *psfn, const gs_function_t *pfn, in fn_common_scale()
192 fn_common_serialize(const gs_function_t * pfn, stream *s) in fn_common_serialize()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsfunc.h53 typedef struct gs_function_s gs_function_t; typedef
57 const gs_function_t *const *Functions;
63 int proc(const gs_function_t * pfn, const float *in, float *out)
68 int proc(const gs_function_t * pfn, const float *lower,\
74 void proc(const gs_function_t *pfn, gs_function_info_t *pfi)
79 int proc(const gs_function_t *pfn, gs_param_list *plist)
93 int proc(const gs_function_t *pfn, gs_function_t **ppsfn,\
104 void proc(gs_function_t * pfn, bool free_params, gs_memory_t * mem)
109 int proc(const gs_function_t * pfn, stream *s)
169 int alloc_function_array(uint count, gs_function_t *** pFunctions,
H A Dgsfunc3.c56 fn_scale_functions(gs_function_t ***ppsfns, const gs_function_t *const *pfns, in fn_scale_functions()
60 gs_function_t **psfns; in fn_scale_functions()
126 fn_ElIn_is_monotonic(const gs_function_t * pfn_common, in fn_ElIn_is_monotonic()
187 (code = fn_common_scale((gs_function_t *)psfn, in fn_ElIn_make_scaled()
245 gs_function_ElIn_init(gs_function_t ** ppfn, in gs_function_ElIn_init()
289 *ppfn = (gs_function_t *) pfn; in gs_function_ElIn_init()
476 (code = fn_common_scale((gs_function_t *)psfn, in fn_1ItSg_make_scaled()
530 gs_function_1ItSg_init(gs_function_t ** ppfn, in gs_function_1ItSg_init()
585 *ppfn = (gs_function_t *) pfn; in gs_function_1ItSg_init()
717 gs_function_AdOt_init(gs_function_t ** ppfn, in gs_function_AdOt_init()
[all …]
H A Dgxfunc.h30 gs_public_st_ptrs2(st_function, gs_function_t, "gs_function_t",\
39 void fn_common_free(gs_function_t * pfn, bool free_params, gs_memory_t * mem);
50 int fn_common_get_params(const gs_function_t *pfn, gs_param_list *plist);
69 int fn_common_scale(gs_function_t *psfn, const gs_function_t *pfn,
73 int fn_common_serialize(const gs_function_t * pfn, stream *s);
H A Dgsfunc.c27 gs_private_st_ptr(st_function_ptr, gs_function_t *, "gs_function_t *",
29 gs_private_st_element(st_function_ptr_element, gs_function_t *,
35 alloc_function_array(uint count, gs_function_t *** pFunctions, in alloc_function_array()
38 gs_function_t **ptr; in alloc_function_array()
42 ptr = gs_alloc_struct_array(mem, count, gs_function_t *, in alloc_function_array()
63 fn_common_free(gs_function_t * pfn, bool free_params, gs_memory_t * mem) in fn_common_free()
90 gs_function_get_info_default(const gs_function_t *pfn, gs_function_info_t *pfi) in gs_function_get_info_default()
100 fn_common_get_params(const gs_function_t *pfn, gs_param_list *plist) in fn_common_get_params()
174 fn_common_scale(gs_function_t *psfn, const gs_function_t *pfn, in fn_common_scale()
192 fn_common_serialize(const gs_function_t * pfn, stream *s) in fn_common_serialize()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsfunc.h62 typedef struct gs_function_s gs_function_t; typedef
68 const gs_function_t *const *Functions;
74 int proc(const gs_function_t * pfn, const float *in, float *out)
79 int proc(const gs_function_t * pfn, const float *lower,\
85 void proc(const gs_function_t *pfn, gs_function_info_t *pfi)
90 int proc(const gs_function_t *pfn, gs_param_list *plist)
104 int proc(const gs_function_t *pfn, gs_function_t **ppsfn,\
115 void proc(gs_function_t * pfn, bool free_params, gs_memory_t * mem)
120 int proc(const gs_function_t * pfn, stream *s)
180 int alloc_function_array(uint count, gs_function_t *** pFunctions,
H A Dgsfunc3.c54 fn_scale_functions(gs_function_t ***ppsfns, const gs_function_t *const *pfns, in fn_scale_functions()
58 gs_function_t **psfns; in fn_scale_functions()
186 (const gs_function_t *)pfn, in fn_ElIn_make_scaled()
232 gs_function_ElIn_init(gs_function_t ** ppfn, in gs_function_ElIn_init()
276 *ppfn = (gs_function_t *) pfn; in gs_function_ElIn_init()
454 (const gs_function_t *)pfn, in fn_1ItSg_make_scaled()
504 gs_function_1ItSg_init(gs_function_t ** ppfn, in gs_function_1ItSg_init()
555 *ppfn = (gs_function_t *) pfn; in gs_function_1ItSg_init()
648 (const gs_function_t *)pfn, in fn_AdOt_make_scaled()
686 gs_function_AdOt_init(gs_function_t ** ppfn, in gs_function_AdOt_init()
[all …]
H A Dgxfunc.h28 gs_public_st_ptrs2(st_function, gs_function_t, "gs_function_t",\
37 void fn_common_free(gs_function_t * pfn, bool free_params, gs_memory_t * mem);
48 int fn_common_get_params(const gs_function_t *pfn, gs_param_list *plist);
67 int fn_common_scale(gs_function_t *psfn, const gs_function_t *pfn,
71 int fn_common_serialize(const gs_function_t * pfn, stream *s);
H A Dgsfunc.c25 gs_private_st_ptr(st_function_ptr, gs_function_t *, "gs_function_t *",
27 gs_private_st_element(st_function_ptr_element, gs_function_t *,
33 alloc_function_array(uint count, gs_function_t *** pFunctions, in alloc_function_array()
36 gs_function_t **ptr; in alloc_function_array()
40 ptr = gs_alloc_struct_array(mem, count, gs_function_t *, in alloc_function_array()
59 fn_common_free(gs_function_t * pfn, bool free_params, gs_memory_t * mem) in fn_common_free()
86 gs_function_get_info_default(const gs_function_t *pfn, gs_function_info_t *pfi) in gs_function_get_info_default()
96 fn_common_get_params(const gs_function_t *pfn, gs_param_list *plist) in fn_common_get_params()
170 fn_common_scale(gs_function_t *psfn, const gs_function_t *pfn, in fn_common_scale()
188 fn_common_serialize(const gs_function_t * pfn, stream *s) in fn_common_serialize()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsfunc.h62 typedef struct gs_function_s gs_function_t; typedef
68 const gs_function_t *const *Functions;
74 int proc(const gs_function_t * pfn, const float *in, float *out)
79 int proc(const gs_function_t * pfn, const float *lower,\
85 void proc(const gs_function_t *pfn, gs_function_info_t *pfi)
90 int proc(const gs_function_t *pfn, gs_param_list *plist)
104 int proc(const gs_function_t *pfn, gs_function_t **ppsfn,\
115 void proc(gs_function_t * pfn, bool free_params, gs_memory_t * mem)
120 int proc(const gs_function_t * pfn, stream *s)
180 int alloc_function_array(uint count, gs_function_t *** pFunctions,
H A Dgsfunc3.c54 fn_scale_functions(gs_function_t ***ppsfns, const gs_function_t *const *pfns, in fn_scale_functions()
58 gs_function_t **psfns; in fn_scale_functions()
186 (const gs_function_t *)pfn, in fn_ElIn_make_scaled()
232 gs_function_ElIn_init(gs_function_t ** ppfn, in gs_function_ElIn_init()
276 *ppfn = (gs_function_t *) pfn; in gs_function_ElIn_init()
454 (const gs_function_t *)pfn, in fn_1ItSg_make_scaled()
504 gs_function_1ItSg_init(gs_function_t ** ppfn, in gs_function_1ItSg_init()
555 *ppfn = (gs_function_t *) pfn; in gs_function_1ItSg_init()
648 (const gs_function_t *)pfn, in fn_AdOt_make_scaled()
686 gs_function_AdOt_init(gs_function_t ** ppfn, in gs_function_AdOt_init()
[all …]
H A Dgxfunc.h28 gs_public_st_ptrs2(st_function, gs_function_t, "gs_function_t",\
37 void fn_common_free(gs_function_t * pfn, bool free_params, gs_memory_t * mem);
48 int fn_common_get_params(const gs_function_t *pfn, gs_param_list *plist);
67 int fn_common_scale(gs_function_t *psfn, const gs_function_t *pfn,
71 int fn_common_serialize(const gs_function_t * pfn, stream *s);
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsfunc.h64 typedef struct gs_function_s gs_function_t; typedef
70 const gs_function_t *const *Functions;
76 int proc(const gs_function_t * pfn, const float *in, float *out)
81 int proc(const gs_function_t * pfn, const float *lower,\
87 void proc(const gs_function_t *pfn, gs_function_info_t *pfi)
92 int proc(const gs_function_t *pfn, gs_param_list *plist)
106 int proc(const gs_function_t *pfn, gs_function_t **ppsfn,\
117 void proc(gs_function_t * pfn, bool free_params, gs_memory_t * mem)
122 int proc(const gs_function_t * pfn, stream *s)
182 int alloc_function_array(uint count, gs_function_t *** pFunctions,
H A Dgsfunc3.c56 fn_scale_functions(gs_function_t ***ppsfns, const gs_function_t *const *pfns, in fn_scale_functions()
60 gs_function_t **psfns; in fn_scale_functions()
126 fn_ElIn_is_monotonic(const gs_function_t * pfn_common, in fn_ElIn_is_monotonic()
187 (code = fn_common_scale((gs_function_t *)psfn, in fn_ElIn_make_scaled()
234 gs_function_ElIn_init(gs_function_t ** ppfn, in gs_function_ElIn_init()
278 *ppfn = (gs_function_t *) pfn; in gs_function_ElIn_init()
455 (code = fn_common_scale((gs_function_t *)psfn, in fn_1ItSg_make_scaled()
506 gs_function_1ItSg_init(gs_function_t ** ppfn, in gs_function_1ItSg_init()
557 *ppfn = (gs_function_t *) pfn; in gs_function_1ItSg_init()
688 gs_function_AdOt_init(gs_function_t ** ppfn, in gs_function_AdOt_init()
[all …]
H A Dgxfunc.h30 gs_public_st_ptrs2(st_function, gs_function_t, "gs_function_t",\
39 void fn_common_free(gs_function_t * pfn, bool free_params, gs_memory_t * mem);
50 int fn_common_get_params(const gs_function_t *pfn, gs_param_list *plist);
69 int fn_common_scale(gs_function_t *psfn, const gs_function_t *pfn,
73 int fn_common_serialize(const gs_function_t * pfn, stream *s);
H A Dgsfunc.c27 gs_private_st_ptr(st_function_ptr, gs_function_t *, "gs_function_t *",
29 gs_private_st_element(st_function_ptr_element, gs_function_t *,
35 alloc_function_array(uint count, gs_function_t *** pFunctions, in alloc_function_array()
38 gs_function_t **ptr; in alloc_function_array()
42 ptr = gs_alloc_struct_array(mem, count, gs_function_t *, in alloc_function_array()
61 fn_common_free(gs_function_t * pfn, bool free_params, gs_memory_t * mem) in fn_common_free()
88 gs_function_get_info_default(const gs_function_t *pfn, gs_function_info_t *pfi) in gs_function_get_info_default()
98 fn_common_get_params(const gs_function_t *pfn, gs_param_list *plist) in fn_common_get_params()
172 fn_common_scale(gs_function_t *psfn, const gs_function_t *pfn, in fn_common_scale()
190 fn_common_serialize(const gs_function_t * pfn, stream *s) in fn_common_serialize()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsfunc.h64 typedef struct gs_function_s gs_function_t; typedef
70 const gs_function_t *const *Functions;
76 int proc(const gs_function_t * pfn, const float *in, float *out)
81 int proc(const gs_function_t * pfn, const float *lower,\
87 void proc(const gs_function_t *pfn, gs_function_info_t *pfi)
92 int proc(const gs_function_t *pfn, gs_param_list *plist)
106 int proc(const gs_function_t *pfn, gs_function_t **ppsfn,\
117 void proc(gs_function_t * pfn, bool free_params, gs_memory_t * mem)
122 int proc(const gs_function_t * pfn, stream *s)
182 int alloc_function_array(uint count, gs_function_t *** pFunctions,
H A Dgsfunc3.c56 fn_scale_functions(gs_function_t ***ppsfns, const gs_function_t *const *pfns, in fn_scale_functions()
60 gs_function_t **psfns; in fn_scale_functions()
126 fn_ElIn_is_monotonic(const gs_function_t * pfn_common, in fn_ElIn_is_monotonic()
187 (code = fn_common_scale((gs_function_t *)psfn, in fn_ElIn_make_scaled()
234 gs_function_ElIn_init(gs_function_t ** ppfn, in gs_function_ElIn_init()
278 *ppfn = (gs_function_t *) pfn; in gs_function_ElIn_init()
455 (code = fn_common_scale((gs_function_t *)psfn, in fn_1ItSg_make_scaled()
506 gs_function_1ItSg_init(gs_function_t ** ppfn, in gs_function_1ItSg_init()
557 *ppfn = (gs_function_t *) pfn; in gs_function_1ItSg_init()
688 gs_function_AdOt_init(gs_function_t ** ppfn, in gs_function_AdOt_init()
[all …]
H A Dgxfunc.h30 gs_public_st_ptrs2(st_function, gs_function_t, "gs_function_t",\
39 void fn_common_free(gs_function_t * pfn, bool free_params, gs_memory_t * mem);
50 int fn_common_get_params(const gs_function_t *pfn, gs_param_list *plist);
69 int fn_common_scale(gs_function_t *psfn, const gs_function_t *pfn,
73 int fn_common_serialize(const gs_function_t * pfn, stream *s);
H A Dgsfunc.c27 gs_private_st_ptr(st_function_ptr, gs_function_t *, "gs_function_t *",
29 gs_private_st_element(st_function_ptr_element, gs_function_t *,
35 alloc_function_array(uint count, gs_function_t *** pFunctions, in alloc_function_array()
38 gs_function_t **ptr; in alloc_function_array()
42 ptr = gs_alloc_struct_array(mem, count, gs_function_t *, in alloc_function_array()
61 fn_common_free(gs_function_t * pfn, bool free_params, gs_memory_t * mem) in fn_common_free()
88 gs_function_get_info_default(const gs_function_t *pfn, gs_function_info_t *pfi) in gs_function_get_info_default()
98 fn_common_get_params(const gs_function_t *pfn, gs_param_list *plist) in fn_common_get_params()
172 fn_common_scale(gs_function_t *psfn, const gs_function_t *pfn, in fn_common_scale()
190 fn_common_serialize(const gs_function_t * pfn, stream *s) in fn_common_serialize()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dzfunc.c37 gs_private_st_ptr(st_function_ptr, gs_function_t *, "gs_function_t *",
39 gs_private_st_element(st_function_ptr_element, gs_function_t *,
50 gs_function_t *pfn; in zbuildfunction()
90 gs_function_t *pfn = (gs_function_t *) op->value.pstruct; in zexecfunction()
136 fn_build_function(i_ctx_t *i_ctx_p, const ref * op, gs_function_t ** ppfn, gs_memory_t *mem) in fn_build_function()
141 fn_build_sub_function(i_ctx_t *i_ctx_p, const ref * op, gs_function_t ** ppfn, in fn_build_sub_function()
181 alloc_function_array(uint count, gs_function_t *** pFunctions, in alloc_function_array()
184 gs_function_t **ptr; in alloc_function_array()
188 ptr = gs_alloc_struct_array(mem, count, gs_function_t *, in alloc_function_array()
237 gs_function_t *
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dzfunc.c37 gs_private_st_ptr(st_function_ptr, gs_function_t *, "gs_function_t *",
39 gs_private_st_element(st_function_ptr_element, gs_function_t *,
50 gs_function_t *pfn; in zbuildfunction()
90 gs_function_t *pfn = (gs_function_t *) op->value.pstruct; in zexecfunction()
136 fn_build_function(i_ctx_t *i_ctx_p, const ref * op, gs_function_t ** ppfn, gs_memory_t *mem) in fn_build_function()
141 fn_build_sub_function(i_ctx_t *i_ctx_p, const ref * op, gs_function_t ** ppfn, in fn_build_sub_function()
181 alloc_function_array(uint count, gs_function_t *** pFunctions, in alloc_function_array()
184 gs_function_t **ptr; in alloc_function_array()
188 ptr = gs_alloc_struct_array(mem, count, gs_function_t *, in alloc_function_array()
237 gs_function_t *
[all …]

12345678910>>...12