Home
last modified time | relevance | path

Searched refs:gs_font (Results 1 – 25 of 585) sorted by relevance

12345678910>>...24

/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxfcopy.h26 typedef struct gs_font_s gs_font; typedef
76 int gs_free_copied_font(gs_font *font);
115 int gs_copy_glyph(gs_font *font, gs_glyph glyph, gs_font *copied);
129 int gs_copy_glyph_options(gs_font *font, gs_glyph glyph, gs_font *copied,
132 int gs_copied_font_free_glyphs(gs_font *font);
133 int gs_copied_font_free_data(gs_font *font);
159 int gs_copy_font_complete(gs_font *font, gs_font *copied);
168 int gs_copied_can_copy_glyphs(const gs_font *cfont, const gs_font *ofont,
175 int copied_drop_extension_glyphs(gs_font *cfont);
187 int copied_order_font(gs_font *font);
[all …]
H A Dgsfont.h39 typedef struct gs_font_s gs_font; typedef
58 int gs_definefont(gs_font_dir *, gs_font *);
61 int gs_font_find_similar(const gs_font_dir * pdir, const gs_font **ppfont,
62 int (*similar)(const gs_font *, const gs_font *));
66 int gs_scalefont(gs_font_dir *, const gs_font *, floatp, gs_font **);
67 int gs_makefont(gs_font_dir *, const gs_font *, const gs_matrix *, gs_font **);
68 int gs_setfont(gs_state *, gs_font *);
69 gs_font *gs_currentfont(const gs_state *);
70 gs_font *gs_rootfont(const gs_state *);
71 void gs_set_currentfont(gs_state *, gs_font *);
[all …]
H A Dgxfont.h175 int proc(gs_font_dir *, gs_font *)
184 int proc(gs_font_dir *, const gs_font *, const gs_matrix *, gs_font **)
214 int proc(const gs_font *font, const gs_font *ofont, int mask)
228 gs_glyph proc(gs_font *, gs_char, gs_glyph_space_t)
235 gs_char proc(gs_font *, gs_glyph, int)
311 int proc(gs_text_enum_t *, gs_font *)
415 gs_public_st_complex_only(st_gs_font, gs_font, "gs_font",\
420 gs_private_st_ptr(st_gs_font_ptr, gs_font *, "gs_font *",\
431 gs_font *
437 void gs_font_notify_init(gs_font *font);
[all …]
H A Dgsfont.c158 gs_font **ppfirst; in font_dir_do_ptrs()
287 gs_font *
292 gs_font *pfont = gs_alloc_struct(mem, gs_font, pstype, cname); in gs_font_alloc()
391 font_link_first(gs_font **pfirst, gs_font *elt) in font_link_first()
425 int (*similar)(const gs_font *, const gs_font *)) in gs_font_find_similar() argument
459 gs_font *prev = 0; in gs_makefont()
617 gs_font *
624 gs_font *
734 gs_font *pf; in gs_purge_font()
770 gs_font *
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxfcopy.h26 typedef struct gs_font_s gs_font; typedef
76 int gs_free_copied_font(gs_font *font);
115 int gs_copy_glyph(gs_font *font, gs_glyph glyph, gs_font *copied);
129 int gs_copy_glyph_options(gs_font *font, gs_glyph glyph, gs_font *copied,
132 int gs_copied_font_free_glyphs(gs_font *font);
133 int gs_copied_font_free_data(gs_font *font);
159 int gs_copy_font_complete(gs_font *font, gs_font *copied);
168 int gs_copied_can_copy_glyphs(const gs_font *cfont, const gs_font *ofont,
175 int copied_drop_extension_glyphs(gs_font *cfont);
187 int copied_order_font(gs_font *font);
[all …]
H A Dgsfont.h39 typedef struct gs_font_s gs_font; typedef
58 int gs_definefont(gs_font_dir *, gs_font *);
61 int gs_font_find_similar(const gs_font_dir * pdir, const gs_font **ppfont,
62 int (*similar)(const gs_font *, const gs_font *));
66 int gs_scalefont(gs_font_dir *, const gs_font *, floatp, gs_font **);
67 int gs_makefont(gs_font_dir *, const gs_font *, const gs_matrix *, gs_font **);
68 int gs_setfont(gs_state *, gs_font *);
69 gs_font *gs_currentfont(const gs_state *);
70 gs_font *gs_rootfont(const gs_state *);
71 void gs_set_currentfont(gs_state *, gs_font *);
[all …]
H A Dgxfont.h175 int proc(gs_font_dir *, gs_font *)
184 int proc(gs_font_dir *, const gs_font *, const gs_matrix *, gs_font **)
214 int proc(const gs_font *font, const gs_font *ofont, int mask)
228 gs_glyph proc(gs_font *, gs_char, gs_glyph_space_t)
235 gs_char proc(gs_font *, gs_glyph, int)
311 int proc(gs_text_enum_t *, gs_font *)
415 gs_public_st_complex_only(st_gs_font, gs_font, "gs_font",\
420 gs_private_st_ptr(st_gs_font_ptr, gs_font *, "gs_font *",\
431 gs_font *
437 void gs_font_notify_init(gs_font *font);
[all …]
H A Dgsfont.c158 gs_font **ppfirst; in font_dir_do_ptrs()
287 gs_font *
292 gs_font *pfont = gs_alloc_struct(mem, gs_font, pstype, cname); in gs_font_alloc()
391 font_link_first(gs_font **pfirst, gs_font *elt) in font_link_first()
425 int (*similar)(const gs_font *, const gs_font *)) in gs_font_find_similar() argument
459 gs_font *prev = 0; in gs_makefont()
617 gs_font *
624 gs_font *
734 gs_font *pf; in gs_purge_font()
770 gs_font *
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgxfcopy.h65 gs_memory_t *mem, gs_font **pfont_new,
68 int gs_free_copied_font(gs_font *font);
107 int gs_copy_glyph(gs_font *font, gs_glyph glyph, gs_font *copied);
125 int gs_copy_glyph_options(gs_font *font, gs_glyph glyph, gs_font *copied,
128 int gs_copied_font_free_glyphs(gs_font *font);
129 int gs_copied_font_free_data(gs_font *font);
155 int gs_copy_font_complete(gs_font *font, gs_font *copied);
164 int gs_copied_can_copy_glyphs(const gs_font *cfont, const gs_font *ofont,
171 int copied_drop_extension_glyphs(gs_font *cfont);
183 int copied_order_font(gs_font *font);
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgxfcopy.h65 gs_memory_t *mem, gs_font **pfont_new,
68 int gs_free_copied_font(gs_font *font);
107 int gs_copy_glyph(gs_font *font, gs_glyph glyph, gs_font *copied);
125 int gs_copy_glyph_options(gs_font *font, gs_glyph glyph, gs_font *copied,
128 int gs_copied_font_free_glyphs(gs_font *font);
129 int gs_copied_font_free_data(gs_font *font);
155 int gs_copy_font_complete(gs_font *font, gs_font *copied);
164 int gs_copied_can_copy_glyphs(const gs_font *cfont, const gs_font *ofont,
171 int copied_drop_extension_glyphs(gs_font *cfont);
183 int copied_order_font(gs_font *font);
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxfcopy.h24 typedef struct gs_font_s gs_font; typedef
70 int gs_copy_font(gs_font *font, const gs_matrix *orig_matrix,
71 gs_memory_t *mem, gs_font **pfont_new,
111 int gs_copy_glyph(gs_font *font, gs_glyph glyph, gs_font *copied);
125 int gs_copy_glyph_options(gs_font *font, gs_glyph glyph, gs_font *copied,
145 int gs_copied_font_add_encoding(gs_font *copied, gs_char chr, gs_glyph glyph);
152 int gs_copy_font_complete(gs_font *font, gs_font *copied);
162 int gs_copied_can_copy_glyphs(const gs_font *cfont, const gs_font *ofont,
169 int copied_drop_extension_glyphs(gs_font *cfont);
181 int copied_order_font(gs_font *font);
[all …]
H A Dgsfont.h37 typedef struct gs_font_s gs_font; typedef
56 int gs_definefont(gs_font_dir *, gs_font *);
59 int gs_font_find_similar(const gs_font_dir * pdir, const gs_font **ppfont,
60 int (*similar)(const gs_font *, const gs_font *));
64 int gs_scalefont(gs_font_dir *, const gs_font *, floatp, gs_font **);
65 int gs_makefont(gs_font_dir *, const gs_font *, const gs_matrix *, gs_font **);
66 int gs_setfont(gs_state *, gs_font *);
67 gs_font *gs_currentfont(const gs_state *);
68 gs_font *gs_rootfont(const gs_state *);
69 void gs_set_currentfont(gs_state *, gs_font *);
[all …]
H A Dgxfont.h173 int proc(gs_font_dir *, gs_font *)
182 int proc(gs_font_dir *, const gs_font *, const gs_matrix *, gs_font **)
212 int proc(const gs_font *font, const gs_font *ofont, int mask)
226 gs_glyph proc(gs_font *, gs_char, gs_glyph_space_t)
233 gs_char proc(gs_font *, gs_glyph)
309 int proc(gs_text_enum_t *, gs_font *)
385 gs_font *base; /* original (unscaled) base font */\
413 gs_public_st_complex_only(st_gs_font, gs_font, "gs_font",\
429 gs_font *
435 void gs_font_notify_init(gs_font *font);
[all …]
H A Dgsfont.c158 gs_font **ppfirst; in font_dir_do_ptrs()
277 gs_font *
282 gs_font *pfont = gs_alloc_struct(mem, gs_font, pstype, cname); in gs_font_alloc()
382 font_link_first(gs_font **pfirst, gs_font *elt) in font_link_first()
416 int (*similar)(const gs_font *, const gs_font *)) in gs_font_find_similar() argument
450 gs_font *prev = 0; in gs_makefont()
608 gs_font *
615 gs_font *
705 gs_font *pf; in gs_purge_font()
741 gs_font *
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxfcopy.h24 typedef struct gs_font_s gs_font; typedef
70 int gs_copy_font(gs_font *font, const gs_matrix *orig_matrix,
71 gs_memory_t *mem, gs_font **pfont_new,
111 int gs_copy_glyph(gs_font *font, gs_glyph glyph, gs_font *copied);
125 int gs_copy_glyph_options(gs_font *font, gs_glyph glyph, gs_font *copied,
145 int gs_copied_font_add_encoding(gs_font *copied, gs_char chr, gs_glyph glyph);
152 int gs_copy_font_complete(gs_font *font, gs_font *copied);
162 int gs_copied_can_copy_glyphs(const gs_font *cfont, const gs_font *ofont,
169 int copied_drop_extension_glyphs(gs_font *cfont);
181 int copied_order_font(gs_font *font);
[all …]
H A Dgsfont.h37 typedef struct gs_font_s gs_font; typedef
56 int gs_definefont(gs_font_dir *, gs_font *);
59 int gs_font_find_similar(const gs_font_dir * pdir, const gs_font **ppfont,
60 int (*similar)(const gs_font *, const gs_font *));
64 int gs_scalefont(gs_font_dir *, const gs_font *, floatp, gs_font **);
65 int gs_makefont(gs_font_dir *, const gs_font *, const gs_matrix *, gs_font **);
66 int gs_setfont(gs_state *, gs_font *);
67 gs_font *gs_currentfont(const gs_state *);
68 gs_font *gs_rootfont(const gs_state *);
69 void gs_set_currentfont(gs_state *, gs_font *);
[all …]
H A Dgxfont.h173 int proc(gs_font_dir *, gs_font *)
182 int proc(gs_font_dir *, const gs_font *, const gs_matrix *, gs_font **)
212 int proc(const gs_font *font, const gs_font *ofont, int mask)
226 gs_glyph proc(gs_font *, gs_char, gs_glyph_space_t)
233 gs_char proc(gs_font *, gs_glyph)
309 int proc(gs_text_enum_t *, gs_font *)
385 gs_font *base; /* original (unscaled) base font */\
413 gs_public_st_complex_only(st_gs_font, gs_font, "gs_font",\
429 gs_font *
435 void gs_font_notify_init(gs_font *font);
[all …]
H A Dgsfont.c158 gs_font **ppfirst; in font_dir_do_ptrs()
277 gs_font *
282 gs_font *pfont = gs_alloc_struct(mem, gs_font, pstype, cname); in gs_font_alloc()
382 font_link_first(gs_font **pfirst, gs_font *elt) in font_link_first()
416 int (*similar)(const gs_font *, const gs_font *)) in gs_font_find_similar() argument
450 gs_font *prev = 0; in gs_makefont()
608 gs_font *
615 gs_font *
705 gs_font *pf; in gs_purge_font()
741 gs_font *
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsfont.h29 typedef struct gs_font_s gs_font; typedef
54 int gs_definefont(gs_font_dir *, gs_font *);
57 int gs_font_find_similar(const gs_font_dir * pdir, const gs_font **ppfont,
58 int (*similar)(const gs_font *, const gs_font *));
62 int gs_scalefont(gs_font_dir *, const gs_font *, double, gs_font **);
63 int gs_makefont(gs_font_dir *, const gs_font *, const gs_matrix *, gs_font **);
64 int gs_setfont(gs_gstate *, gs_font *);
65 gs_font *gs_currentfont(const gs_gstate *);
66 gs_font *gs_rootfont(const gs_gstate *);
67 void gs_set_currentfont(gs_gstate *, gs_font *);
[all …]
H A Dgxfont.h160 int proc(gs_font_dir *, gs_font *)
169 int proc(gs_font_dir *, const gs_font *, const gs_matrix *, gs_font **)
199 int proc(const gs_font *font, const gs_font *ofont, int mask)
213 gs_glyph proc(gs_font *, gs_char, gs_glyph_space_t)
227 int proc(gs_font *, gs_glyph, int, ushort *, unsigned int)
303 int proc(gs_text_enum_t *, gs_font *)
407 gs_public_st_complex_only(st_gs_font, gs_font, "gs_font",\
412 gs_private_st_ptr(st_gs_font_ptr, gs_font *, "gs_font *",\
423 gs_font *
429 void gs_font_notify_init(gs_font *font);
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsfont.h29 typedef struct gs_font_s gs_font; typedef
54 int gs_definefont(gs_font_dir *, gs_font *);
57 int gs_font_find_similar(const gs_font_dir * pdir, const gs_font **ppfont,
58 int (*similar)(const gs_font *, const gs_font *));
62 int gs_scalefont(gs_font_dir *, const gs_font *, double, gs_font **);
63 int gs_makefont(gs_font_dir *, const gs_font *, const gs_matrix *, gs_font **);
64 int gs_setfont(gs_gstate *, gs_font *);
65 gs_font *gs_currentfont(const gs_gstate *);
66 gs_font *gs_rootfont(const gs_gstate *);
67 void gs_set_currentfont(gs_gstate *, gs_font *);
[all …]
H A Dgxfont.h160 int proc(gs_font_dir *, gs_font *)
169 int proc(gs_font_dir *, const gs_font *, const gs_matrix *, gs_font **)
199 int proc(const gs_font *font, const gs_font *ofont, int mask)
213 gs_glyph proc(gs_font *, gs_char, gs_glyph_space_t)
227 int proc(gs_font *, gs_glyph, int, ushort *, unsigned int)
303 int proc(gs_text_enum_t *, gs_font *)
407 gs_public_st_complex_only(st_gs_font, gs_font, "gs_font",\
412 gs_private_st_ptr(st_gs_font_ptr, gs_font *, "gs_font *",\
423 gs_font *
429 void gs_font_notify_init(gs_font *font);
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxfont.h143 int proc(P2(gs_font_dir *, gs_font *))
152 int proc(P4(gs_font_dir *, const gs_font *, const gs_matrix *, gs_font **))
165 int proc(P4(gs_font *font, const gs_point *pscale, int members,\
182 int proc(P3(const gs_font *font, const gs_font *ofont, int mask))
196 gs_glyph proc(P3(gs_font *, gs_char, gs_glyph_space_t))
248 int proc(P2(gs_text_enum_t *, gs_font *))
320 gs_font *next, *prev; /* chain for original font list or */\
327 gs_font *base; /* original (unscaled) base font */\
350 gs_public_st_complex_only(st_gs_font, gs_font, "gs_font",\
355 gs_private_st_ptr(st_gs_font_ptr, gs_font *, "gs_font *",\
[all …]
H A Dgsfont.h38 typedef struct gs_font_s gs_font; typedef
57 int gs_definefont(P2(gs_font_dir *, gs_font *));
61 int gs_scalefont(P4(gs_font_dir *, const gs_font *, floatp, gs_font **));
62 int gs_makefont(P4(gs_font_dir *, const gs_font *, const gs_matrix *, gs_font **));
63 int gs_setfont(P2(gs_state *, gs_font *));
64 gs_font *gs_currentfont(P1(const gs_state *));
65 gs_font *gs_rootfont(P1(const gs_state *));
66 void gs_set_currentfont(P2(gs_state *, gs_font *));
67 void gs_purge_font(P1(gs_font *));
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxfont.h143 int proc(P2(gs_font_dir *, gs_font *))
152 int proc(P4(gs_font_dir *, const gs_font *, const gs_matrix *, gs_font **))
165 int proc(P4(gs_font *font, const gs_point *pscale, int members,\
182 int proc(P3(const gs_font *font, const gs_font *ofont, int mask))
196 gs_glyph proc(P3(gs_font *, gs_char, gs_glyph_space_t))
248 int proc(P2(gs_text_enum_t *, gs_font *))
320 gs_font *next, *prev; /* chain for original font list or */\
327 gs_font *base; /* original (unscaled) base font */\
350 gs_public_st_complex_only(st_gs_font, gs_font, "gs_font",\
355 gs_private_st_ptr(st_gs_font_ptr, gs_font *, "gs_font *",\
[all …]

12345678910>>...24