Home
last modified time | relevance | path

Searched refs:gs_type1_state (Results 1 – 25 of 66) sorted by relevance

123

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxtype1.h313 void gs_type1_finish_init(P2(gs_type1_state * pcis, is_ptr ps));
315 int gs_type1_sbw(P5(gs_type1_state * pcis, fixed sbx, fixed sby,
319 int gs_type1_blend(P3(gs_type1_state *pcis, fixed *csp, int num_results));
321 int gs_type1_seac(P4(gs_type1_state * pcis, const fixed * cstack,
324 int gs_type1_endchar(P1(gs_type1_state * pcis));
335 void reset_stem_hints(P1(gs_type1_state *)), update_stem_hints(P1(gs_type1_state *)),
336 type1_replace_stem_hints(P1(gs_type1_state *)),
340 type1_apply_path_hints(P3(gs_type1_state *, bool, gx_path *)),
343 type1_do_hstem(P4(gs_type1_state *, fixed, fixed,
347 type1_do_vstem(P4(gs_type1_state *, fixed, fixed,
[all …]
H A Dgstype1.h28 typedef struct gs_type1_state_s gs_type1_state; typedef
41 int gs_type1_interp_init(P7(gs_type1_state * pcis, gs_imager_state * pis,
45 void gs_type1_set_callback_data(P2(gs_type1_state *pcis, void *callback_data));
46 void gs_type1_set_lsb(P2(gs_type1_state * pcis, const gs_point * psbpt));
47 void gs_type1_set_width(P2(gs_type1_state * pcis, const gs_point * pwpt));
66 int proc(P3(gs_type1_state *, const gs_const_string *, int *))
H A Dgxtype1.c58 ENUM_PTRS_WITH(gs_type1_state_enum_ptrs, gs_type1_state *pcis) in ENUM_PTRS_WITH()
61 ENUM_RETURN_CONST_STRING_PTR(gs_type1_state, in ENUM_PTRS_WITH()
66 ENUM_PTR3(0, gs_type1_state, pfont, pis, path);
67 ENUM_PTR(3, gs_type1_state, callback_data);
73 RELOC_PTR(gs_type1_state, pfont); in RELOC_PTRS_WITH()
74 RELOC_PTR(gs_type1_state, pis); in RELOC_PTRS_WITH()
75 RELOC_PTR(gs_type1_state, path); in RELOC_PTRS_WITH()
76 RELOC_PTR(gs_type1_state, callback_data); in RELOC_PTRS_WITH()
170 gs_type1_finish_init(gs_type1_state * pcis, gs_op1_state * ps) in gs_type1_finish_init()
368 gs_type1_endchar(gs_type1_state * pcis) in gs_type1_endchar()
[all …]
H A Dgxhint2.c37 private stem_hint *type1_stem(P4(const gs_type1_state *, stem_hint_table *, fixed, fixed));
39 private alignment_zone *find_zone(P3(gs_type1_state *, fixed, fixed));
43 reset_stem_hints(gs_type1_state * pcis) in reset_stem_hints()
62 type1_replace_stem_hints(gs_type1_state * pcis) in type1_replace_stem_hints()
75 update_stem_hints(gs_type1_state * pcis) in update_stem_hints()
172 type1_do_hstem(gs_type1_state * pcis, fixed y, fixed dy, in type1_do_hstem()
252 type1_do_vstem(gs_type1_state * pcis, fixed x, fixed dx, in type1_do_vstem()
289 type1_do_center_vstem(gs_type1_state * pcis, fixed x0, fixed dx, in type1_do_center_vstem()
331 type1_stem(const gs_type1_state * pcis, stem_hint_table * psht, in type1_stem()
393 find_zone(gs_type1_state * pcis, fixed vbot, fixed vtop) in find_zone()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxtype1.h313 void gs_type1_finish_init(P2(gs_type1_state * pcis, is_ptr ps));
315 int gs_type1_sbw(P5(gs_type1_state * pcis, fixed sbx, fixed sby,
319 int gs_type1_blend(P3(gs_type1_state *pcis, fixed *csp, int num_results));
321 int gs_type1_seac(P4(gs_type1_state * pcis, const fixed * cstack,
324 int gs_type1_endchar(P1(gs_type1_state * pcis));
335 void reset_stem_hints(P1(gs_type1_state *)), update_stem_hints(P1(gs_type1_state *)),
336 type1_replace_stem_hints(P1(gs_type1_state *)),
340 type1_apply_path_hints(P3(gs_type1_state *, bool, gx_path *)),
343 type1_do_hstem(P4(gs_type1_state *, fixed, fixed,
347 type1_do_vstem(P4(gs_type1_state *, fixed, fixed,
[all …]
H A Dgstype1.h28 typedef struct gs_type1_state_s gs_type1_state; typedef
41 int gs_type1_interp_init(P7(gs_type1_state * pcis, gs_imager_state * pis,
45 void gs_type1_set_callback_data(P2(gs_type1_state *pcis, void *callback_data));
46 void gs_type1_set_lsb(P2(gs_type1_state * pcis, const gs_point * psbpt));
47 void gs_type1_set_width(P2(gs_type1_state * pcis, const gs_point * pwpt));
66 int proc(P3(gs_type1_state *, const gs_const_string *, int *))
H A Dgxtype1.c58 ENUM_PTRS_WITH(gs_type1_state_enum_ptrs, gs_type1_state *pcis) in ENUM_PTRS_WITH()
61 ENUM_RETURN_CONST_STRING_PTR(gs_type1_state, in ENUM_PTRS_WITH()
66 ENUM_PTR3(0, gs_type1_state, pfont, pis, path);
67 ENUM_PTR(3, gs_type1_state, callback_data);
73 RELOC_PTR(gs_type1_state, pfont); in RELOC_PTRS_WITH()
74 RELOC_PTR(gs_type1_state, pis); in RELOC_PTRS_WITH()
75 RELOC_PTR(gs_type1_state, path); in RELOC_PTRS_WITH()
76 RELOC_PTR(gs_type1_state, callback_data); in RELOC_PTRS_WITH()
170 gs_type1_finish_init(gs_type1_state * pcis, gs_op1_state * ps) in gs_type1_finish_init()
368 gs_type1_endchar(gs_type1_state * pcis) in gs_type1_endchar()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxtype1.c54 ENUM_PTRS_WITH(gs_type1_state_enum_ptrs, gs_type1_state *pcis) in ENUM_PTRS_WITH()
64 ENUM_PTR3(0, gs_type1_state, pfont, pis, path);
65 ENUM_PTR(3, gs_type1_state, callback_data);
71 RELOC_PTR(gs_type1_state, pfont); in RELOC_PTRS_WITH()
72 RELOC_PTR(gs_type1_state, pis); in RELOC_PTRS_WITH()
73 RELOC_PTR(gs_type1_state, path); in RELOC_PTRS_WITH()
74 RELOC_PTR(gs_type1_state, callback_data); in RELOC_PTRS_WITH()
147 gs_type1_set_lsb(gs_type1_state * pcis, const gs_point * psbpt) in gs_type1_set_lsb()
164 gs_type1_finish_init(gs_type1_state * pcis) in gs_type1_finish_init()
275 gs_type1_endchar(gs_type1_state * pcis) in gs_type1_endchar()
[all …]
H A Dgstype1.h23 typedef struct gs_type1_state_s gs_type1_state; typedef
36 int gs_type1_interp_init(gs_type1_state * pcis, gs_imager_state * pis,
40 void gs_type1_set_callback_data(gs_type1_state *pcis, void *callback_data);
41 void gs_type1_set_lsb(gs_type1_state * pcis, const gs_point * psbpt);
42 void gs_type1_set_width(gs_type1_state * pcis, const gs_point * pwpt);
61 int proc(gs_type1_state *, const gs_glyph_data_t *, int *)
H A Dgxtype1.h152 gs_public_st_composite(st_gs_type1_state, gs_type1_state, "gs_type1_state",\
245 void gs_type1_finish_init(gs_type1_state * pcis);
247 int gs_type1_sbw(gs_type1_state * pcis, fixed sbx, fixed sby,
251 int gs_type1_blend(gs_type1_state *pcis, fixed *csp, int num_results);
253 int gs_type1_seac(gs_type1_state * pcis, const fixed * cstack,
256 int gs_type1_endchar(gs_type1_state * pcis);
259 void type1_cis_get_metrics(const gs_type1_state * pcis, double psbw[4]);
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxtype1.c54 ENUM_PTRS_WITH(gs_type1_state_enum_ptrs, gs_type1_state *pcis) in ENUM_PTRS_WITH()
64 ENUM_PTR3(0, gs_type1_state, pfont, pis, path);
65 ENUM_PTR(3, gs_type1_state, callback_data);
71 RELOC_PTR(gs_type1_state, pfont); in RELOC_PTRS_WITH()
72 RELOC_PTR(gs_type1_state, pis); in RELOC_PTRS_WITH()
73 RELOC_PTR(gs_type1_state, path); in RELOC_PTRS_WITH()
74 RELOC_PTR(gs_type1_state, callback_data); in RELOC_PTRS_WITH()
147 gs_type1_set_lsb(gs_type1_state * pcis, const gs_point * psbpt) in gs_type1_set_lsb()
164 gs_type1_finish_init(gs_type1_state * pcis) in gs_type1_finish_init()
275 gs_type1_endchar(gs_type1_state * pcis) in gs_type1_endchar()
[all …]
H A Dgstype1.h23 typedef struct gs_type1_state_s gs_type1_state; typedef
36 int gs_type1_interp_init(gs_type1_state * pcis, gs_imager_state * pis,
40 void gs_type1_set_callback_data(gs_type1_state *pcis, void *callback_data);
41 void gs_type1_set_lsb(gs_type1_state * pcis, const gs_point * psbpt);
42 void gs_type1_set_width(gs_type1_state * pcis, const gs_point * pwpt);
61 int proc(gs_type1_state *, const gs_glyph_data_t *, int *)
H A Dgxtype1.h152 gs_public_st_composite(st_gs_type1_state, gs_type1_state, "gs_type1_state",\
245 void gs_type1_finish_init(gs_type1_state * pcis);
247 int gs_type1_sbw(gs_type1_state * pcis, fixed sbx, fixed sby,
251 int gs_type1_blend(gs_type1_state *pcis, fixed *csp, int num_results);
253 int gs_type1_seac(gs_type1_state * pcis, const fixed * cstack,
256 int gs_type1_endchar(gs_type1_state * pcis);
259 void type1_cis_get_metrics(const gs_type1_state * pcis, double psbw[4]);
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxtype1.c56 ENUM_PTRS_WITH(gs_type1_state_enum_ptrs, gs_type1_state *pcis) in ENUM_PTRS_WITH()
66 ENUM_PTR3(0, gs_type1_state, pfont, pis, path);
67 ENUM_PTR(3, gs_type1_state, callback_data);
73 RELOC_PTR(gs_type1_state, pfont); in RELOC_PTRS_WITH()
74 RELOC_PTR(gs_type1_state, pis); in RELOC_PTRS_WITH()
75 RELOC_PTR(gs_type1_state, path); in RELOC_PTRS_WITH()
76 RELOC_PTR(gs_type1_state, callback_data); in RELOC_PTRS_WITH()
147 gs_type1_set_lsb(gs_type1_state * pcis, const gs_point * psbpt) in gs_type1_set_lsb()
164 gs_type1_finish_init(gs_type1_state * pcis) in gs_type1_finish_init()
273 gs_type1_endchar(gs_type1_state * pcis) in gs_type1_endchar()
[all …]
H A Dgstype1.h25 typedef struct gs_type1_state_s gs_type1_state; typedef
38 int gs_type1_interp_init(gs_type1_state * pcis, gs_imager_state * pis,
42 void gs_type1_set_callback_data(gs_type1_state *pcis, void *callback_data);
43 void gs_type1_set_lsb(gs_type1_state * pcis, const gs_point * psbpt);
44 void gs_type1_set_width(gs_type1_state * pcis, const gs_point * pwpt);
63 int proc(gs_type1_state *, const gs_glyph_data_t *, int *)
H A Dgxtype1.h154 gs_public_st_composite(st_gs_type1_state, gs_type1_state, "gs_type1_state",\
247 void gs_type1_finish_init(gs_type1_state * pcis);
249 int gs_type1_sbw(gs_type1_state * pcis, fixed sbx, fixed sby,
253 int gs_type1_blend(gs_type1_state *pcis, fixed *csp, int num_results);
255 int gs_type1_seac(gs_type1_state * pcis, const fixed * cstack,
258 int gs_type1_endchar(gs_type1_state * pcis);
261 void type1_cis_get_metrics(const gs_type1_state * pcis, double psbw[4]);
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxtype1.c56 ENUM_PTRS_WITH(gs_type1_state_enum_ptrs, gs_type1_state *pcis) in ENUM_PTRS_WITH()
66 ENUM_PTR3(0, gs_type1_state, pfont, pis, path);
67 ENUM_PTR(3, gs_type1_state, callback_data);
73 RELOC_PTR(gs_type1_state, pfont); in RELOC_PTRS_WITH()
74 RELOC_PTR(gs_type1_state, pis); in RELOC_PTRS_WITH()
75 RELOC_PTR(gs_type1_state, path); in RELOC_PTRS_WITH()
76 RELOC_PTR(gs_type1_state, callback_data); in RELOC_PTRS_WITH()
147 gs_type1_set_lsb(gs_type1_state * pcis, const gs_point * psbpt) in gs_type1_set_lsb()
164 gs_type1_finish_init(gs_type1_state * pcis) in gs_type1_finish_init()
273 gs_type1_endchar(gs_type1_state * pcis) in gs_type1_endchar()
[all …]
H A Dgstype1.h25 typedef struct gs_type1_state_s gs_type1_state; typedef
38 int gs_type1_interp_init(gs_type1_state * pcis, gs_imager_state * pis,
42 void gs_type1_set_callback_data(gs_type1_state *pcis, void *callback_data);
43 void gs_type1_set_lsb(gs_type1_state * pcis, const gs_point * psbpt);
44 void gs_type1_set_width(gs_type1_state * pcis, const gs_point * pwpt);
63 int proc(gs_type1_state *, const gs_glyph_data_t *, int *)
H A Dgxtype1.h154 gs_public_st_composite(st_gs_type1_state, gs_type1_state, "gs_type1_state",\
247 void gs_type1_finish_init(gs_type1_state * pcis);
249 int gs_type1_sbw(gs_type1_state * pcis, fixed sbx, fixed sby,
253 int gs_type1_blend(gs_type1_state *pcis, fixed *csp, int num_results);
255 int gs_type1_seac(gs_type1_state * pcis, const fixed * cstack,
258 int gs_type1_endchar(gs_type1_state * pcis);
261 void type1_cis_get_metrics(const gs_type1_state * pcis, double psbw[4]);
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgstype1.h30 typedef struct gs_type1_state_s gs_type1_state; typedef
33 int gs_type1_interp_init(gs_type1_state * pcis, gs_gstate * pgs,
37 void gs_type1_set_callback_data(gs_type1_state *pcis, void *callback_data);
38 void gs_type1_set_lsb(gs_type1_state * pcis, const gs_point * psbpt);
39 void gs_type1_set_width(gs_type1_state * pcis, const gs_point * pwpt);
58 int proc(gs_type1_state *, const gs_glyph_data_t *, int *)
H A Dgxtype1.c56 ENUM_PTRS_WITH(gs_type1_state_enum_ptrs, gs_type1_state *pcis) in ENUM_PTRS_WITH()
66 ENUM_PTR3(0, gs_type1_state, pfont, pgs, path);
67 ENUM_PTR(3, gs_type1_state, callback_data);
73 RELOC_PTR(gs_type1_state, pfont); in RELOC_PTRS_WITH()
74 RELOC_PTR(gs_type1_state, pgs); in RELOC_PTRS_WITH()
75 RELOC_PTR(gs_type1_state, path); in RELOC_PTRS_WITH()
76 RELOC_PTR(gs_type1_state, callback_data); in RELOC_PTRS_WITH()
147 gs_type1_set_lsb(gs_type1_state * pcis, const gs_point * psbpt) in gs_type1_set_lsb()
164 gs_type1_finish_init(gs_type1_state * pcis) in gs_type1_finish_init()
273 gs_type1_endchar(gs_type1_state * pcis) in gs_type1_endchar()
[all …]
H A Dgxtype1.h147 gs_public_st_composite(st_gs_type1_state, gs_type1_state, "gs_type1_state",\
267 void gs_type1_finish_init(gs_type1_state * pcis);
269 int gs_type1_sbw(gs_type1_state * pcis, fixed sbx, fixed sby,
273 int gs_type1_blend(gs_type1_state *pcis, fixed *csp, int num_results);
275 int gs_type1_seac(gs_type1_state * pcis, const fixed * cstack,
278 int gs_type1_endchar(gs_type1_state * pcis);
281 void type1_cis_get_metrics(const gs_type1_state * pcis, double psbw[4]);
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgstype1.h30 typedef struct gs_type1_state_s gs_type1_state; typedef
33 int gs_type1_interp_init(gs_type1_state * pcis, gs_gstate * pgs,
37 void gs_type1_set_callback_data(gs_type1_state *pcis, void *callback_data);
38 void gs_type1_set_lsb(gs_type1_state * pcis, const gs_point * psbpt);
39 void gs_type1_set_width(gs_type1_state * pcis, const gs_point * pwpt);
58 int proc(gs_type1_state *, const gs_glyph_data_t *, int *)
H A Dgxtype1.c56 ENUM_PTRS_WITH(gs_type1_state_enum_ptrs, gs_type1_state *pcis) in ENUM_PTRS_WITH()
66 ENUM_PTR3(0, gs_type1_state, pfont, pgs, path);
67 ENUM_PTR(3, gs_type1_state, callback_data);
73 RELOC_PTR(gs_type1_state, pfont); in RELOC_PTRS_WITH()
74 RELOC_PTR(gs_type1_state, pgs); in RELOC_PTRS_WITH()
75 RELOC_PTR(gs_type1_state, path); in RELOC_PTRS_WITH()
76 RELOC_PTR(gs_type1_state, callback_data); in RELOC_PTRS_WITH()
147 gs_type1_set_lsb(gs_type1_state * pcis, const gs_point * psbpt) in gs_type1_set_lsb()
164 gs_type1_finish_init(gs_type1_state * pcis) in gs_type1_finish_init()
273 gs_type1_endchar(gs_type1_state * pcis) in gs_type1_endchar()
[all …]
H A Dgxtype1.h147 gs_public_st_composite(st_gs_type1_state, gs_type1_state, "gs_type1_state",\
267 void gs_type1_finish_init(gs_type1_state * pcis);
269 int gs_type1_sbw(gs_type1_state * pcis, fixed sbx, fixed sby,
273 int gs_type1_blend(gs_type1_state *pcis, fixed *csp, int num_results);
275 int gs_type1_seac(gs_type1_state * pcis, const fixed * cstack,
278 int gs_type1_endchar(gs_type1_state * pcis);
281 void type1_cis_get_metrics(const gs_type1_state * pcis, double psbw[4]);

123