Home
last modified time | relevance | path

Searched defs:pgs (Results 1 – 25 of 1391) sorted by relevance

12345678910>>...56

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
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 Dgsstate.c279 gs_gstate_free_chain(gs_gstate * pgs) in gs_gstate_free_chain()
293 gs_gstate_free(gs_gstate * pgs) in gs_gstate_free()
302 gs_gsave(gs_gstate * pgs) in gs_gsave()
374 gs_grestore_only(gs_gstate * pgs) in gs_grestore_only()
406 gs_grestore(gs_gstate * pgs) in gs_grestore()
449 gs_grestoreall(gs_gstate * pgs) in gs_grestoreall()
627 gs_do_set_overprint(gs_gstate * pgs) in gs_do_set_overprint()
816 gs_initgraphics(gs_gstate * pgs) in gs_initgraphics()
1195 gs_gstate *pgs = in gstate_alloc() local
1445 gs_gstate *pgs; in gs_swapcolors_quick() member
[all …]
H A Dgstrans.c62 gs_currentblendmode(const gs_gstate *pgs) in gs_currentblendmode()
76 gs_currentopacityalpha(const gs_gstate *pgs) in gs_currentopacityalpha()
82 gs_setshapealpha(gs_gstate *pgs, double alpha) in gs_setshapealpha()
90 gs_currentshapealpha(const gs_gstate *pgs) in gs_currentshapealpha()
105 gs_currenttextknockout(const gs_gstate *pgs) in gs_currenttextknockout()
218 gs_begin_transparency_group(gs_gstate *pgs, in gs_begin_transparency_group()
392 gs_end_transparency_group(gs_gstate *pgs) in gs_end_transparency_group()
443 gs_push_transparency_state(gs_gstate *pgs) in gs_push_transparency_state()
708 gs_end_transparency_mask(gs_gstate *pgs, in gs_end_transparency_mask()
762 get_num_pdf14_spot_colors(gs_gstate * pgs) in get_num_pdf14_spot_colors()
[all …]
H A Dgsrop.c25 gs_setrasterop(gs_gstate * pgs, gs_rop3_t rop) in gs_setrasterop()
35 gs_currentrasterop(const gs_gstate * pgs) in gs_currentrasterop()
42 gs_setsourcetransparent(gs_gstate * pgs, bool transparent) in gs_setsourcetransparent()
54 gs_currentsourcetransparent(const gs_gstate * pgs) in gs_currentsourcetransparent()
61 gs_settexturetransparent(gs_gstate * pgs, bool transparent) in gs_settexturetransparent()
73 gs_currenttexturetransparent(const gs_gstate * pgs) in gs_currenttexturetransparent()
80 gs_set_logical_op(gs_gstate * pgs, gs_logical_operation_t lop) in gs_set_logical_op()
86 gs_current_logical_op(const gs_gstate * pgs) in gs_current_logical_op()
H A Dgscoord.c44 # define print_inverse(pgs)\ argument
48 # define print_inverse(pgs) DO_NOTHING argument
50 #define ensure_inverse_valid(pgs)\ argument
57 ctm_set_inverse(gs_gstate * pgs) in ctm_set_inverse()
91 #define update_ctm(pgs, xt, yt)\ argument
99 gs_initmatrix(gs_gstate * pgs) in gs_initmatrix()
214 gs_settocharmatrix(gs_gstate * pgs) in gs_settocharmatrix()
225 gs_translate(gs_gstate * pgs, double dx, double dy) in gs_translate()
262 gs_scale(gs_gstate * pgs, double sx, double sy) in gs_scale()
277 gs_rotate(gs_gstate * pgs, double ang) in gs_rotate()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
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 Dgsstate.c279 gs_gstate_free_chain(gs_gstate * pgs) in gs_gstate_free_chain()
293 gs_gstate_free(gs_gstate * pgs) in gs_gstate_free()
302 gs_gsave(gs_gstate * pgs) in gs_gsave()
374 gs_grestore_only(gs_gstate * pgs) in gs_grestore_only()
406 gs_grestore(gs_gstate * pgs) in gs_grestore()
449 gs_grestoreall(gs_gstate * pgs) in gs_grestoreall()
627 gs_do_set_overprint(gs_gstate * pgs) in gs_do_set_overprint()
816 gs_initgraphics(gs_gstate * pgs) in gs_initgraphics()
1195 gs_gstate *pgs = in gstate_alloc() local
1445 gs_gstate *pgs; in gs_swapcolors_quick() member
[all …]
H A Dgstrans.c62 gs_currentblendmode(const gs_gstate *pgs) in gs_currentblendmode()
76 gs_currentopacityalpha(const gs_gstate *pgs) in gs_currentopacityalpha()
82 gs_setshapealpha(gs_gstate *pgs, double alpha) in gs_setshapealpha()
90 gs_currentshapealpha(const gs_gstate *pgs) in gs_currentshapealpha()
105 gs_currenttextknockout(const gs_gstate *pgs) in gs_currenttextknockout()
218 gs_begin_transparency_group(gs_gstate *pgs, in gs_begin_transparency_group()
392 gs_end_transparency_group(gs_gstate *pgs) in gs_end_transparency_group()
443 gs_push_transparency_state(gs_gstate *pgs) in gs_push_transparency_state()
708 gs_end_transparency_mask(gs_gstate *pgs, in gs_end_transparency_mask()
762 get_num_pdf14_spot_colors(gs_gstate * pgs) in get_num_pdf14_spot_colors()
[all …]
H A Dgsrop.c25 gs_setrasterop(gs_gstate * pgs, gs_rop3_t rop) in gs_setrasterop()
35 gs_currentrasterop(const gs_gstate * pgs) in gs_currentrasterop()
42 gs_setsourcetransparent(gs_gstate * pgs, bool transparent) in gs_setsourcetransparent()
54 gs_currentsourcetransparent(const gs_gstate * pgs) in gs_currentsourcetransparent()
61 gs_settexturetransparent(gs_gstate * pgs, bool transparent) in gs_settexturetransparent()
73 gs_currenttexturetransparent(const gs_gstate * pgs) in gs_currenttexturetransparent()
80 gs_set_logical_op(gs_gstate * pgs, gs_logical_operation_t lop) in gs_set_logical_op()
86 gs_current_logical_op(const gs_gstate * pgs) in gs_current_logical_op()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsline.c33 gs_setlinewidth(gs_state * pgs, floatp width) in gs_setlinewidth()
41 gs_currentlinewidth(const gs_state * pgs) in gs_currentlinewidth()
90 gs_currentlinecap(const gs_state * pgs) in gs_currentlinecap()
109 gs_currentlinejoin(const gs_state * pgs) in gs_currentlinejoin()
148 gs_currentmiterlimit(const gs_state * pgs) in gs_currentmiterlimit()
267 gs_setflat(gs_state * pgs, floatp flat) in gs_setflat()
274 gs_currentflat(const gs_state * pgs) in gs_currentflat()
312 gs_currentdashadapt(const gs_state * pgs) in gs_currentdashadapt()
319 gs_setcurvejoin(gs_state * pgs, int join) in gs_setcurvejoin()
385 gs_setdotorientation(gs_state *pgs) in gs_setdotorientation()
[all …]
H A Dgsrop.c23 gs_setrasterop(gs_state * pgs, gs_rop3_t rop) in gs_setrasterop()
33 gs_currentrasterop(const gs_state * pgs) in gs_currentrasterop()
40 gs_setsourcetransparent(gs_state * pgs, bool transparent) in gs_setsourcetransparent()
52 gs_currentsourcetransparent(const gs_state * pgs) in gs_currentsourcetransparent()
59 gs_settexturetransparent(gs_state * pgs, bool transparent) in gs_settexturetransparent()
71 gs_currenttexturetransparent(const gs_state * pgs) in gs_currenttexturetransparent()
78 gs_set_logical_op(gs_state * pgs, gs_logical_operation_t lop) in gs_set_logical_op()
84 gs_current_logical_op(const gs_state * pgs) in gs_current_logical_op()
H A Dgsstate.c298 gs_state_free_chain(gs_state * pgs) in gs_state_free_chain()
312 gs_state_free(gs_state * pgs) in gs_state_free()
321 gs_gsave(gs_state * pgs) in gs_gsave()
386 gs_grestore_only(gs_state * pgs) in gs_grestore_only()
422 gs_grestore(gs_state * pgs) in gs_grestore()
466 gs_grestoreall(gs_state * pgs) in gs_grestoreall()
481 gs_gstate(gs_state * pgs) in gs_gstate()
571 gs_state_saved(const gs_state * pgs) in gs_state_saved()
650 gs_do_set_overprint(gs_state * pgs) in gs_do_set_overprint()
736 gs_initgraphics(gs_state * pgs) in gs_initgraphics()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsline.c35 gs_setlinewidth(gs_state * pgs, floatp width) in gs_setlinewidth()
43 gs_currentlinewidth(const gs_state * pgs) in gs_currentlinewidth()
92 gs_currentlinecap(const gs_state * pgs) in gs_currentlinecap()
111 gs_currentlinejoin(const gs_state * pgs) in gs_currentlinejoin()
150 gs_currentmiterlimit(const gs_state * pgs) in gs_currentmiterlimit()
270 gs_setflat(gs_state * pgs, floatp flat) in gs_setflat()
277 gs_currentflat(const gs_state * pgs) in gs_currentflat()
315 gs_currentdashadapt(const gs_state * pgs) in gs_currentdashadapt()
322 gs_setcurvejoin(gs_state * pgs, int join) in gs_setcurvejoin()
388 gs_setdotorientation(gs_state *pgs) in gs_setdotorientation()
[all …]
H A Dgsrop.c25 gs_setrasterop(gs_state * pgs, gs_rop3_t rop) in gs_setrasterop()
35 gs_currentrasterop(const gs_state * pgs) in gs_currentrasterop()
42 gs_setsourcetransparent(gs_state * pgs, bool transparent) in gs_setsourcetransparent()
54 gs_currentsourcetransparent(const gs_state * pgs) in gs_currentsourcetransparent()
61 gs_settexturetransparent(gs_state * pgs, bool transparent) in gs_settexturetransparent()
73 gs_currenttexturetransparent(const gs_state * pgs) in gs_currenttexturetransparent()
80 gs_set_logical_op(gs_state * pgs, gs_logical_operation_t lop) in gs_set_logical_op()
86 gs_current_logical_op(const gs_state * pgs) in gs_current_logical_op()
H A Dgsstate.c310 gs_state_free_chain(gs_state * pgs) in gs_state_free_chain()
324 gs_state_free(gs_state * pgs) in gs_state_free()
333 gs_gsave(gs_state * pgs) in gs_gsave()
398 gs_grestore_only(gs_state * pgs) in gs_grestore_only()
435 gs_grestore(gs_state * pgs) in gs_grestore()
478 gs_grestoreall(gs_state * pgs) in gs_grestoreall()
493 gs_gstate(gs_state * pgs) in gs_gstate()
667 gs_do_set_overprint(gs_state * pgs) in gs_do_set_overprint()
770 gs_initgraphics(gs_state * pgs) in gs_initgraphics()
931 gs_state *pgs = in gstate_alloc() local
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsline.c35 gs_setlinewidth(gs_state * pgs, floatp width) in gs_setlinewidth()
43 gs_currentlinewidth(const gs_state * pgs) in gs_currentlinewidth()
92 gs_currentlinecap(const gs_state * pgs) in gs_currentlinecap()
111 gs_currentlinejoin(const gs_state * pgs) in gs_currentlinejoin()
150 gs_currentmiterlimit(const gs_state * pgs) in gs_currentmiterlimit()
270 gs_setflat(gs_state * pgs, floatp flat) in gs_setflat()
277 gs_currentflat(const gs_state * pgs) in gs_currentflat()
315 gs_currentdashadapt(const gs_state * pgs) in gs_currentdashadapt()
322 gs_setcurvejoin(gs_state * pgs, int join) in gs_setcurvejoin()
388 gs_setdotorientation(gs_state *pgs) in gs_setdotorientation()
[all …]
H A Dgsrop.c25 gs_setrasterop(gs_state * pgs, gs_rop3_t rop) in gs_setrasterop()
35 gs_currentrasterop(const gs_state * pgs) in gs_currentrasterop()
42 gs_setsourcetransparent(gs_state * pgs, bool transparent) in gs_setsourcetransparent()
54 gs_currentsourcetransparent(const gs_state * pgs) in gs_currentsourcetransparent()
61 gs_settexturetransparent(gs_state * pgs, bool transparent) in gs_settexturetransparent()
73 gs_currenttexturetransparent(const gs_state * pgs) in gs_currenttexturetransparent()
80 gs_set_logical_op(gs_state * pgs, gs_logical_operation_t lop) in gs_set_logical_op()
86 gs_current_logical_op(const gs_state * pgs) in gs_current_logical_op()
H A Dgsstate.c310 gs_state_free_chain(gs_state * pgs) in gs_state_free_chain()
324 gs_state_free(gs_state * pgs) in gs_state_free()
333 gs_gsave(gs_state * pgs) in gs_gsave()
398 gs_grestore_only(gs_state * pgs) in gs_grestore_only()
435 gs_grestore(gs_state * pgs) in gs_grestore()
478 gs_grestoreall(gs_state * pgs) in gs_grestoreall()
493 gs_gstate(gs_state * pgs) in gs_gstate()
667 gs_do_set_overprint(gs_state * pgs) in gs_do_set_overprint()
770 gs_initgraphics(gs_state * pgs) in gs_initgraphics()
931 gs_state *pgs = in gstate_alloc() local
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsline.c33 gs_setlinewidth(gs_state * pgs, floatp width) in gs_setlinewidth()
41 gs_currentlinewidth(const gs_state * pgs) in gs_currentlinewidth()
90 gs_currentlinecap(const gs_state * pgs) in gs_currentlinecap()
109 gs_currentlinejoin(const gs_state * pgs) in gs_currentlinejoin()
148 gs_currentmiterlimit(const gs_state * pgs) in gs_currentmiterlimit()
267 gs_setflat(gs_state * pgs, floatp flat) in gs_setflat()
274 gs_currentflat(const gs_state * pgs) in gs_currentflat()
312 gs_currentdashadapt(const gs_state * pgs) in gs_currentdashadapt()
319 gs_setcurvejoin(gs_state * pgs, int join) in gs_setcurvejoin()
385 gs_setdotorientation(gs_state *pgs) in gs_setdotorientation()
[all …]
H A Dgsrop.c23 gs_setrasterop(gs_state * pgs, gs_rop3_t rop) in gs_setrasterop()
33 gs_currentrasterop(const gs_state * pgs) in gs_currentrasterop()
40 gs_setsourcetransparent(gs_state * pgs, bool transparent) in gs_setsourcetransparent()
52 gs_currentsourcetransparent(const gs_state * pgs) in gs_currentsourcetransparent()
59 gs_settexturetransparent(gs_state * pgs, bool transparent) in gs_settexturetransparent()
71 gs_currenttexturetransparent(const gs_state * pgs) in gs_currenttexturetransparent()
78 gs_set_logical_op(gs_state * pgs, gs_logical_operation_t lop) in gs_set_logical_op()
84 gs_current_logical_op(const gs_state * pgs) in gs_current_logical_op()
H A Dgsstate.c298 gs_state_free_chain(gs_state * pgs) in gs_state_free_chain()
312 gs_state_free(gs_state * pgs) in gs_state_free()
321 gs_gsave(gs_state * pgs) in gs_gsave()
386 gs_grestore_only(gs_state * pgs) in gs_grestore_only()
422 gs_grestore(gs_state * pgs) in gs_grestore()
466 gs_grestoreall(gs_state * pgs) in gs_grestoreall()
481 gs_gstate(gs_state * pgs) in gs_gstate()
571 gs_state_saved(const gs_state * pgs) in gs_state_saved()
650 gs_do_set_overprint(gs_state * pgs) in gs_do_set_overprint()
736 gs_initgraphics(gs_state * pgs) in gs_initgraphics()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgsline.c46 gs_currentlinewidth(const gs_state * pgs) in gs_currentlinewidth()
63 gs_currentlinecap(const gs_state * pgs) in gs_currentlinecap()
80 gs_currentlinejoin(const gs_state * pgs) in gs_currentlinejoin()
119 gs_currentmiterlimit(const gs_state * pgs) in gs_currentmiterlimit()
238 gs_setflat(gs_state * pgs, floatp flat) in gs_setflat()
245 gs_currentflat(const gs_state * pgs) in gs_currentflat()
283 gs_currentdashadapt(const gs_state * pgs) in gs_currentdashadapt()
290 gs_setcurvejoin(gs_state * pgs, int join) in gs_setcurvejoin()
300 gs_currentcurvejoin(const gs_state * pgs) in gs_currentcurvejoin()
356 gs_setdotorientation(gs_state *pgs) in gs_setdotorientation()
[all …]
H A Dgsrop.c28 gs_setrasterop(gs_state * pgs, gs_rop3_t rop) in gs_setrasterop()
38 gs_currentrasterop(const gs_state * pgs) in gs_currentrasterop()
45 gs_setsourcetransparent(gs_state * pgs, bool transparent) in gs_setsourcetransparent()
57 gs_currentsourcetransparent(const gs_state * pgs) in gs_currentsourcetransparent()
64 gs_settexturetransparent(gs_state * pgs, bool transparent) in gs_settexturetransparent()
76 gs_currenttexturetransparent(const gs_state * pgs) in gs_currenttexturetransparent()
83 gs_set_logical_op(gs_state * pgs, gs_logical_operation_t lop) in gs_set_logical_op()
89 gs_current_logical_op(const gs_state * pgs) in gs_current_logical_op()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgsline.c46 gs_currentlinewidth(const gs_state * pgs) in gs_currentlinewidth()
63 gs_currentlinecap(const gs_state * pgs) in gs_currentlinecap()
80 gs_currentlinejoin(const gs_state * pgs) in gs_currentlinejoin()
119 gs_currentmiterlimit(const gs_state * pgs) in gs_currentmiterlimit()
238 gs_setflat(gs_state * pgs, floatp flat) in gs_setflat()
245 gs_currentflat(const gs_state * pgs) in gs_currentflat()
283 gs_currentdashadapt(const gs_state * pgs) in gs_currentdashadapt()
290 gs_setcurvejoin(gs_state * pgs, int join) in gs_setcurvejoin()
300 gs_currentcurvejoin(const gs_state * pgs) in gs_currentcurvejoin()
356 gs_setdotorientation(gs_state *pgs) in gs_setdotorientation()
[all …]
H A Dgsrop.c28 gs_setrasterop(gs_state * pgs, gs_rop3_t rop) in gs_setrasterop()
38 gs_currentrasterop(const gs_state * pgs) in gs_currentrasterop()
45 gs_setsourcetransparent(gs_state * pgs, bool transparent) in gs_setsourcetransparent()
57 gs_currentsourcetransparent(const gs_state * pgs) in gs_currentsourcetransparent()
64 gs_settexturetransparent(gs_state * pgs, bool transparent) in gs_settexturetransparent()
76 gs_currenttexturetransparent(const gs_state * pgs) in gs_currenttexturetransparent()
83 gs_set_logical_op(gs_state * pgs, gs_logical_operation_t lop) in gs_set_logical_op()
89 gs_current_logical_op(const gs_state * pgs) in gs_current_logical_op()

12345678910>>...56