Home
last modified time | relevance | path

Searched refs:gs_gstate (Results 1 – 25 of 581) sorted by relevance

12345678910>>...24

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsstate.h28 int gs_gstate_free(gs_gstate *);
29 int gs_gstate_free_chain(gs_gstate *);
32 int gs_gsave(gs_gstate *), gs_grestore(gs_gstate *), gs_grestoreall(gs_gstate *);
33 int gs_grestore_only(gs_gstate *);
34 int gs_gsave_for_save(gs_gstate *, gs_gstate **), gs_grestoreall_for_restore(gs_gstate *, gs_gstate
36 gs_gstate *gs_gstate_copy(gs_gstate *, gs_memory_t *);
37 int gs_copygstate(gs_gstate * /*to */ , const gs_gstate * /*from */ ),
38 gs_currentgstate(gs_gstate * /*to */ , const gs_gstate * /*from */ ),
39 gs_setgstate(gs_gstate * /*to */ , const gs_gstate * /*from */ );
52 int gs_do_set_overprint(gs_gstate *);
[all …]
H A Dgsline.h27 int gs_setlinewidth(gs_gstate *, double);
28 float gs_currentlinewidth(const gs_gstate *);
29 int gs_setlinecap(gs_gstate *, gs_line_cap);
36 int gs_setmiterlimit(gs_gstate *, double);
42 int gs_setflat(gs_gstate *, double);
43 float gs_currentflat(const gs_gstate *);
44 int gs_setstrokeadjust(gs_gstate *, bool);
48 void gs_setdashadapt(gs_gstate *, bool);
50 int gs_setcurvejoin(gs_gstate *, int);
59 int gs_setdotorientation(gs_gstate *);
[all …]
H A Dgspath.h42 int gs_newpath(gs_gstate *),
58 gs_closepath(gs_gstate *);
65 int gs_upmergepath(gs_gstate *);
70 gs_dashpath(gs_gstate *),
71 gs_flattenpath(gs_gstate *),
72 gs_reversepath(gs_gstate *),
73 gs_strokepath(gs_gstate *),
93 int gs_clippath(gs_gstate *),
94 gs_initclip(gs_gstate *),
95 gs_clip(gs_gstate *),
[all …]
H A Dgstrans.h163 int gs_setopacityalpha(gs_gstate *, double);
164 float gs_currentopacityalpha(const gs_gstate *);
165 int gs_setshapealpha(gs_gstate *, double);
166 float gs_currentshapealpha(const gs_gstate *);
167 int gs_settextknockout(gs_gstate *, bool);
168 bool gs_currenttextknockout(const gs_gstate *);
188 int gs_end_transparency_group(gs_gstate *pgs);
196 int gs_begin_transparency_mask(gs_gstate *pgs,
200 int gs_end_transparency_mask(gs_gstate *pgs,
227 int gs_push_transparency_state(gs_gstate *pgs);
[all …]
H A Dgscoord.h27 int gs_initmatrix(gs_gstate *),
28 gs_defaultmatrix(const gs_gstate *, gs_matrix *),
29 gs_currentmatrix(const gs_gstate *, gs_matrix *),
30 gs_setmatrix(gs_gstate *, const gs_matrix *),
31 gs_translate(gs_gstate *, double, double),
33 gs_scale(gs_gstate *, double, double),
34 gs_rotate(gs_gstate *, double),
35 gs_concat(gs_gstate *, const gs_matrix *);
38 int gs_setdefaultmatrix(gs_gstate *, const gs_matrix *),
40 gs_setcharmatrix(gs_gstate *, const gs_matrix *),
[all …]
H A Dgsline.c35 gs_setlinewidth(gs_gstate * pgs, double width) in gs_setlinewidth()
43 gs_currentlinewidth(const gs_gstate * pgs) in gs_currentlinewidth()
92 gs_currentlinecap(const gs_gstate * pgs) in gs_currentlinecap()
111 gs_currentlinejoin(const gs_gstate * pgs) in gs_currentlinejoin()
150 gs_currentmiterlimit(const gs_gstate * pgs) in gs_currentmiterlimit()
275 gs_setflat(gs_gstate * pgs, double flat) in gs_setflat()
282 gs_currentflat(const gs_gstate * pgs) in gs_currentflat()
320 gs_currentdashadapt(const gs_gstate * pgs) in gs_currentdashadapt()
327 gs_setcurvejoin(gs_gstate * pgs, int join) in gs_setcurvejoin()
393 gs_setdotorientation(gs_gstate *pgs) in gs_setdotorientation()
[all …]
H A Dgsnamecl.h145 gs_color_space * pcs, gs_gstate * pgs);
151 gx_device_color * pdc, const gs_gstate * pgs,
157 gs_color_space * pcs, gs_gstate * pgs);
169 gs_color_space * pcs, gs_gstate * pgs);
182 gs_color_space * pcs, gs_gstate * pgs);
195 gs_color_space * pcs, gs_gstate * pgs);
208 gs_color_space * pcs, gs_gstate * pgs);
227 gs_color_space * pcs, gs_gstate * pgs);
240 gs_color_space * pcs, gs_gstate * pgs);
253 gs_color_space * pcs, gs_gstate * pgs);
[all …]
H A Dgsstate.c49 static int gstate_copy(gs_gstate *, const gs_gstate *,
187 gs_gstate *
333 gs_gsave_for_save(gs_gstate * pgs, gs_gstate ** psaved) in gs_gsave_for_save()
463 gs_gstate *
490 gs_copygstate(gs_gstate * pto, const gs_gstate * pfrom) in gs_copygstate()
497 gs_currentgstate(gs_gstate * pto, const gs_gstate * pgs) in gs_currentgstate()
509 gs_setgstate(gs_gstate * pgs, const gs_gstate * pfrom) in gs_setgstate()
543 gs_gstate *
551 gs_gstate *
1312 gs_gstate *pgs = (gs_gstate *)vptr; in gs_gstate_finalize()
[all …]
H A Dgscolor1.h28 int gs_setcmykcolor(gs_gstate *, double, double, double, double),
29 gs_currentcmykcolor(const gs_gstate *, float[4]),
30 gs_setblackgeneration(gs_gstate *, gs_mapping_proc),
31 gs_setblackgeneration_remap(gs_gstate *, gs_mapping_proc, bool);
32 gs_mapping_proc gs_currentblackgeneration(const gs_gstate *);
33 int gs_setundercolorremoval(gs_gstate *, gs_mapping_proc),
34 gs_setundercolorremoval_remap(gs_gstate *, gs_mapping_proc, bool);
35 gs_mapping_proc gs_currentundercolorremoval(const gs_gstate *);
38 int gs_setcolortransfer(gs_gstate *, gs_mapping_proc /*red */ ,
42 gs_setcolortransfer_remap(gs_gstate *, gs_mapping_proc /*red */ ,
[all …]
H A Dgsicc_manage.h72 int gsicc_init_iccmanager(gs_gstate * pgs);
85 int gsicc_init_gs_colors(gs_gstate *pgs);
92 void gsicc_init_hash_cs(cmm_profile_t *picc_profile, gs_gstate *pgs);
143 void gs_setoverrideicc(gs_gstate *pgs, bool value);
144 bool gs_currentoverrideicc(const gs_gstate *pgs);
150 int gs_seticcdirectory(const gs_gstate * pgs, gs_param_string * pval);
152 int gs_setsrcgtagicc(const gs_gstate * pgs, gs_param_string * pval);
154 int gs_setdefaultrgbicc(const gs_gstate * pgs, gs_param_string * pval);
155 void gs_currentnamedicc(const gs_gstate * pgs, gs_param_string * pval);
159 void gs_currentlabicc(const gs_gstate * pgs, gs_param_string * pval);
[all …]
H A Dgxstate.h32 gs_memory_t *gs_gstate_memory(const gs_gstate *);
33 gs_gstate *gs_gstate_saved(const gs_gstate *);
34 gs_gstate *gs_gstate_swap_saved(gs_gstate *, gs_gstate *);
35 gs_memory_t *gs_gstate_swap_memory(gs_gstate *, gs_memory_t *);
66 void gs_gstate_set_client(gs_gstate *, void *, const gs_gstate_client_procs *,
71 void *gs_gstate_client_data(const gs_gstate *);
75 gs_id gx_get_clip_path_id(gs_gstate *);
H A Dgstext.h159 gs_gstate *pgs,\
188 gs_show_begin(gs_gstate *, const byte *, uint,
192 gs_widthshow_begin(gs_gstate *, double, double, gs_char,
198 gs_kshow_begin(gs_gstate *, const byte *, uint,
200 gs_xyshow_begin(gs_gstate *, const byte *, uint,
203 gs_glyphshow_begin(gs_gstate *, gs_glyph,
205 gs_cshow_begin(gs_gstate *, const byte *, uint,
207 gs_stringwidth_begin(gs_gstate *, const byte *, uint,
209 gs_charpath_begin(gs_gstate *, const byte *, uint, bool,
211 gs_glyphpath_begin(gs_gstate *, gs_glyph, bool,
[all …]
H A Dgscolor2.h36 gs_color_space *gs_currentcolorspace(const gs_gstate *);
37 int gs_setcolorspace(gs_gstate *, gs_color_space *);
38 int gs_setcolorspace_only(gs_gstate *, gs_color_space *);
39 const gs_client_color *gs_currentcolor(const gs_gstate *);
40 int gs_setcolor(gs_gstate *, const gs_client_color *);
41 const gx_device_color *gs_currentdevicecolor(const gs_gstate *);
53 const gs_cie_render *gs_currentcolorrendering(const gs_gstate *);
54 int gs_setcolorrendering(gs_gstate *, gs_cie_render *);
57 int gs_includecolorspace(gs_gstate * pgs, const byte *res_name, int name_length);
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsstate.h28 int gs_gstate_free(gs_gstate *);
29 int gs_gstate_free_chain(gs_gstate *);
32 int gs_gsave(gs_gstate *), gs_grestore(gs_gstate *), gs_grestoreall(gs_gstate *);
33 int gs_grestore_only(gs_gstate *);
34 int gs_gsave_for_save(gs_gstate *, gs_gstate **), gs_grestoreall_for_restore(gs_gstate *, gs_gstate
36 gs_gstate *gs_gstate_copy(gs_gstate *, gs_memory_t *);
37 int gs_copygstate(gs_gstate * /*to */ , const gs_gstate * /*from */ ),
38 gs_currentgstate(gs_gstate * /*to */ , const gs_gstate * /*from */ ),
39 gs_setgstate(gs_gstate * /*to */ , const gs_gstate * /*from */ );
52 int gs_do_set_overprint(gs_gstate *);
[all …]
H A Dgsline.h27 int gs_setlinewidth(gs_gstate *, double);
28 float gs_currentlinewidth(const gs_gstate *);
29 int gs_setlinecap(gs_gstate *, gs_line_cap);
36 int gs_setmiterlimit(gs_gstate *, double);
42 int gs_setflat(gs_gstate *, double);
43 float gs_currentflat(const gs_gstate *);
44 int gs_setstrokeadjust(gs_gstate *, bool);
48 void gs_setdashadapt(gs_gstate *, bool);
50 int gs_setcurvejoin(gs_gstate *, int);
59 int gs_setdotorientation(gs_gstate *);
[all …]
H A Dgspath.h42 int gs_newpath(gs_gstate *),
58 gs_closepath(gs_gstate *);
65 int gs_upmergepath(gs_gstate *);
70 gs_dashpath(gs_gstate *),
71 gs_flattenpath(gs_gstate *),
72 gs_reversepath(gs_gstate *),
73 gs_strokepath(gs_gstate *),
93 int gs_clippath(gs_gstate *),
94 gs_initclip(gs_gstate *),
95 gs_clip(gs_gstate *),
[all …]
H A Dgstrans.h163 int gs_setopacityalpha(gs_gstate *, double);
164 float gs_currentopacityalpha(const gs_gstate *);
165 int gs_setshapealpha(gs_gstate *, double);
166 float gs_currentshapealpha(const gs_gstate *);
167 int gs_settextknockout(gs_gstate *, bool);
168 bool gs_currenttextknockout(const gs_gstate *);
188 int gs_end_transparency_group(gs_gstate *pgs);
196 int gs_begin_transparency_mask(gs_gstate *pgs,
200 int gs_end_transparency_mask(gs_gstate *pgs,
227 int gs_push_transparency_state(gs_gstate *pgs);
[all …]
H A Dgscoord.h27 int gs_initmatrix(gs_gstate *),
28 gs_defaultmatrix(const gs_gstate *, gs_matrix *),
29 gs_currentmatrix(const gs_gstate *, gs_matrix *),
30 gs_setmatrix(gs_gstate *, const gs_matrix *),
31 gs_translate(gs_gstate *, double, double),
33 gs_scale(gs_gstate *, double, double),
34 gs_rotate(gs_gstate *, double),
35 gs_concat(gs_gstate *, const gs_matrix *);
38 int gs_setdefaultmatrix(gs_gstate *, const gs_matrix *),
40 gs_setcharmatrix(gs_gstate *, const gs_matrix *),
[all …]
H A Dgsline.c35 gs_setlinewidth(gs_gstate * pgs, double width) in gs_setlinewidth()
43 gs_currentlinewidth(const gs_gstate * pgs) in gs_currentlinewidth()
92 gs_currentlinecap(const gs_gstate * pgs) in gs_currentlinecap()
111 gs_currentlinejoin(const gs_gstate * pgs) in gs_currentlinejoin()
150 gs_currentmiterlimit(const gs_gstate * pgs) in gs_currentmiterlimit()
275 gs_setflat(gs_gstate * pgs, double flat) in gs_setflat()
282 gs_currentflat(const gs_gstate * pgs) in gs_currentflat()
320 gs_currentdashadapt(const gs_gstate * pgs) in gs_currentdashadapt()
327 gs_setcurvejoin(gs_gstate * pgs, int join) in gs_setcurvejoin()
393 gs_setdotorientation(gs_gstate *pgs) in gs_setdotorientation()
[all …]
H A Dgsnamecl.h145 gs_color_space * pcs, gs_gstate * pgs);
151 gx_device_color * pdc, const gs_gstate * pgs,
157 gs_color_space * pcs, gs_gstate * pgs);
169 gs_color_space * pcs, gs_gstate * pgs);
182 gs_color_space * pcs, gs_gstate * pgs);
195 gs_color_space * pcs, gs_gstate * pgs);
208 gs_color_space * pcs, gs_gstate * pgs);
227 gs_color_space * pcs, gs_gstate * pgs);
240 gs_color_space * pcs, gs_gstate * pgs);
253 gs_color_space * pcs, gs_gstate * pgs);
[all …]
H A Dgsstate.c49 static int gstate_copy(gs_gstate *, const gs_gstate *,
187 gs_gstate *
333 gs_gsave_for_save(gs_gstate * pgs, gs_gstate ** psaved) in gs_gsave_for_save()
463 gs_gstate *
490 gs_copygstate(gs_gstate * pto, const gs_gstate * pfrom) in gs_copygstate()
497 gs_currentgstate(gs_gstate * pto, const gs_gstate * pgs) in gs_currentgstate()
509 gs_setgstate(gs_gstate * pgs, const gs_gstate * pfrom) in gs_setgstate()
543 gs_gstate *
551 gs_gstate *
1312 gs_gstate *pgs = (gs_gstate *)vptr; in gs_gstate_finalize()
[all …]
H A Dgscolor1.h28 int gs_setcmykcolor(gs_gstate *, double, double, double, double),
29 gs_currentcmykcolor(const gs_gstate *, float[4]),
30 gs_setblackgeneration(gs_gstate *, gs_mapping_proc),
31 gs_setblackgeneration_remap(gs_gstate *, gs_mapping_proc, bool);
32 gs_mapping_proc gs_currentblackgeneration(const gs_gstate *);
33 int gs_setundercolorremoval(gs_gstate *, gs_mapping_proc),
34 gs_setundercolorremoval_remap(gs_gstate *, gs_mapping_proc, bool);
35 gs_mapping_proc gs_currentundercolorremoval(const gs_gstate *);
38 int gs_setcolortransfer(gs_gstate *, gs_mapping_proc /*red */ ,
42 gs_setcolortransfer_remap(gs_gstate *, gs_mapping_proc /*red */ ,
[all …]
H A Dgsicc_manage.h72 int gsicc_init_iccmanager(gs_gstate * pgs);
85 int gsicc_init_gs_colors(gs_gstate *pgs);
92 void gsicc_init_hash_cs(cmm_profile_t *picc_profile, gs_gstate *pgs);
143 void gs_setoverrideicc(gs_gstate *pgs, bool value);
144 bool gs_currentoverrideicc(const gs_gstate *pgs);
150 int gs_seticcdirectory(const gs_gstate * pgs, gs_param_string * pval);
152 int gs_setsrcgtagicc(const gs_gstate * pgs, gs_param_string * pval);
154 int gs_setdefaultrgbicc(const gs_gstate * pgs, gs_param_string * pval);
155 void gs_currentnamedicc(const gs_gstate * pgs, gs_param_string * pval);
159 void gs_currentlabicc(const gs_gstate * pgs, gs_param_string * pval);
[all …]
H A Dgxstate.h32 gs_memory_t *gs_gstate_memory(const gs_gstate *);
33 gs_gstate *gs_gstate_saved(const gs_gstate *);
34 gs_gstate *gs_gstate_swap_saved(gs_gstate *, gs_gstate *);
35 gs_memory_t *gs_gstate_swap_memory(gs_gstate *, gs_memory_t *);
66 void gs_gstate_set_client(gs_gstate *, void *, const gs_gstate_client_procs *,
71 void *gs_gstate_client_data(const gs_gstate *);
75 gs_id gx_get_clip_path_id(gs_gstate *);
H A Dgstext.h159 gs_gstate *pgs,\
188 gs_show_begin(gs_gstate *, const byte *, uint,
192 gs_widthshow_begin(gs_gstate *, double, double, gs_char,
198 gs_kshow_begin(gs_gstate *, const byte *, uint,
200 gs_xyshow_begin(gs_gstate *, const byte *, uint,
203 gs_glyphshow_begin(gs_gstate *, gs_glyph,
205 gs_cshow_begin(gs_gstate *, const byte *, uint,
207 gs_stringwidth_begin(gs_gstate *, const byte *, uint,
209 gs_charpath_begin(gs_gstate *, const byte *, uint, bool,
211 gs_glyphpath_begin(gs_gstate *, gs_glyph, bool,
[all …]

12345678910>>...24