Home
last modified time | relevance | path

Searched refs:at_input_opts_type (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/autotrace/autotrace-0.31.1/
H A Dautotrace.h41 typedef struct _at_input_opts_type at_input_opts_type; typedef
238 at_input_opts_type * opts,
285 at_input_opts_type * at_input_opts_new(void);
286 at_input_opts_type * at_input_opts_copy(at_input_opts_type * original);
287 void at_input_opts_free(at_input_opts_type * opts);
316 at_input_opts_type * opts,
H A Dautotrace.c78 at_input_opts_type *
81 at_input_opts_type * opts; in at_input_opts_new()
82 XMALLOC(opts, sizeof(at_input_opts_type)); in at_input_opts_new()
87 at_input_opts_type *
88 at_input_opts_copy(at_input_opts_type * original) in at_input_opts_copy()
90 at_input_opts_type * opts; in at_input_opts_copy()
98 at_input_opts_free(at_input_opts_type * opts) in at_input_opts_free()
131 at_input_opts_type * opts, in at_bitmap_read()
H A Dinput-png.c36 static png_bytep * read_png(png_structp png_ptr, png_infop info_ptr, at_input_opts_type * opts);
94 static int load_image(at_bitmap_type *image, FILE *stream, at_input_opts_type * opts, at_exception_… in load_image()
130 at_bitmap_type input_png_reader(at_string filename, at_input_opts_type * opts, in input_png_reader()
H A Dinput-pnm.h26 at_input_opts_type * opts,
H A Dinput-tga.h26 at_input_opts_type * opts,
H A Dinput-png.h28 at_input_opts_type * opts,
H A Dinput-bmp.h27 at_input_opts_type * opts,
H A Dinput-magick.h26 at_input_opts_type * opts,
H A Dinput-magick.c36 at_input_opts_type * opts, in input_magick_reader()
H A Dmain.c70 at_input_opts_type * input_opts; in main()
H A Dinput-pnm.c126 at_input_opts_type * opts, in input_pnm_reader()
H A Dinput-bmp.c86 at_input_opts_type * opts, in input_bmp_reader()
H A Dinput-tga.c113 at_input_opts_type * opts, in input_tga_reader()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/autotrace/
H A Dautotrace.h60 typedef struct _at_input_opts_type at_input_opts_type; typedef
277 at_input_opts_type *at_input_opts_new(void);
278 at_input_opts_type *at_input_opts_copy(at_input_opts_type * original);
279 void at_input_opts_free(at_input_opts_type * opts);
306 …at_bitmap *at_bitmap_read(at_bitmap_reader * reader, gchar * filename, at_input_opts_type * opts, …
H A Dautotrace.c78 at_input_opts_type *at_input_opts_new(void) in at_input_opts_new()
80 at_input_opts_type *opts; in at_input_opts_new()
81 XMALLOC(opts, sizeof(at_input_opts_type)); in at_input_opts_new()
87 at_input_opts_type *at_input_opts_copy(at_input_opts_type * original) in at_input_opts_copy()
89 at_input_opts_type *opts; in at_input_opts_copy()
97 void at_input_opts_free(at_input_opts_type * opts) in at_input_opts_free()
123 at_bitmap *at_bitmap_read(at_bitmap_reader * reader, gchar * filename, at_input_opts_type * opts, a… in at_bitmap_read()
H A Dinput.h36 …at_bitmap(*at_input_func) (gchar * name, at_input_opts_type * opts, at_msg_func msg_func, gpointer…
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/pamtosvg/
H A Dautotrace.h39 typedef struct _at_input_opts_type at_input_opts_type; typedef