Home
last modified time | relevance | path

Searched refs:at_output_opts_type (Results 1 – 25 of 46) sorted by relevance

12

/dports/graphics/netpbm/netpbm-10.91.01/converter/other/pamtosvg/
H A Dautotrace.h40 typedef struct _at_output_opts_type at_output_opts_type; typedef
154 at_output_opts_type * const opts,
195 at_output_opts_type * at_output_opts_new(void);
196 at_output_opts_type * at_output_opts_copy(at_output_opts_type * original);
197 void at_output_opts_free(at_output_opts_type * opts);
241 at_output_opts_type * const opts,
H A Dautotrace.c65 at_output_opts_type *
68 at_output_opts_type * opts; in at_output_opts_new()
74 at_output_opts_type *
75 at_output_opts_copy(at_output_opts_type * original) in at_output_opts_copy()
77 at_output_opts_type * opts = at_output_opts_new(); in at_output_opts_copy()
83 at_output_opts_free(at_output_opts_type * opts) in at_output_opts_free()
186 at_output_opts_type * const optsArg, in at_splines_write()
191 at_output_opts_type * optsP; in at_splines_write()
H A Doutput-svg.h30 at_output_opts_type * const opts,
/dports/graphics/autotrace/autotrace-0.31.1/
H A Dautotrace.h42 typedef struct _at_output_opts_type at_output_opts_type; typedef
246 at_output_opts_type * opts,
294 at_output_opts_type * at_output_opts_new(void);
295 at_output_opts_type * at_output_opts_copy(at_output_opts_type * original);
296 void at_output_opts_free(at_output_opts_type * opts);
387 at_output_opts_type * opts,
H A Dautotrace.c105 at_output_opts_type *
108 at_output_opts_type * opts; in at_output_opts_new()
109 XMALLOC(opts, sizeof(at_output_opts_type)); in at_output_opts_new()
114 at_output_opts_type *
115 at_output_opts_copy(at_output_opts_type * original) in at_output_opts_copy()
117 at_output_opts_type * opts = at_output_opts_new(); in at_output_opts_copy()
123 at_output_opts_free(at_output_opts_type * opts) in at_output_opts_free()
355 at_output_opts_type * opts, in at_splines_write()
H A Doutput-pstoedit.c64 at_output_opts_type * opts,
167 at_output_opts_type * opts, in output_pstoedit_invoke_writer()
192 at_output_opts_type * opts, in output_pstoedit_writer()
H A Dmain.c53 at_output_opts_type *);
71 at_output_opts_type * output_opts; in main()
242 at_output_opts_type * output_opts) in read_command_line()
H A Doutput-dr2d.h26 at_output_opts_type * opts,
H A Doutput-fig.h27 at_output_opts_type * opts,
H A Doutput-pdf.h31 at_output_opts_type * opts,
H A Doutput-cgm.h27 at_output_opts_type * opts,
H A Doutput-dxf.h27 at_output_opts_type * opts,
H A Doutput-emf.h27 at_output_opts_type * opts,
H A Doutput-er.h27 at_output_opts_type * opts,
H A Doutput-p2e.h27 at_output_opts_type * opts,
H A Doutput-sk.h27 at_output_opts_type * opts,
H A Doutput-svg.h27 at_output_opts_type * opts,
H A Doutput-swf.h29 at_output_opts_type * opts,
H A Doutput-epd.h28 at_output_opts_type * opts,
H A Doutput-eps.h27 at_output_opts_type * opts,
H A Doutput-mif.h27 at_output_opts_type * opts,
H A Doutput-pstoedit.h31 at_output_opts_type * opts,
H A Doutput-er.c59 at_output_opts_type * opts) in out_splines()
197 at_output_opts_type * opts, in output_er_writer()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/autotrace/
H A Dautotrace.h61 typedef struct _at_output_opts_type at_output_opts_type; typedef
286 at_output_opts_type *at_output_opts_new(void);
287 at_output_opts_type *at_output_opts_copy(at_output_opts_type * original);
288 void at_output_opts_free(at_output_opts_type * opts);
363 …rite(at_spline_writer * writer, FILE * writeto, gchar * file_name, at_output_opts_type * opts, at_…
H A Dautotrace.c103 at_output_opts_type *at_output_opts_new(void) in at_output_opts_new()
105 at_output_opts_type *opts; in at_output_opts_new()
106 XMALLOC(opts, sizeof(at_output_opts_type)); in at_output_opts_new()
111 at_output_opts_type *at_output_opts_copy(at_output_opts_type * original) in at_output_opts_copy()
113 at_output_opts_type *opts = at_output_opts_new(); in at_output_opts_copy()
118 void at_output_opts_free(at_output_opts_type * opts) in at_output_opts_free()
321 …rite(at_spline_writer * writer, FILE * writeto, gchar * file_name, at_output_opts_type * opts, at_… in at_splines_write()

12