Home
last modified time | relevance | path

Searched refs:gs_halftone (Results 1 – 25 of 112) sorted by relevance

12345

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsht1.h33 typedef struct gs_halftone_s gs_halftone; typedef
44 int gs_sethalftone(gs_gstate *, gs_halftone *);
45 int gs_sethalftone_allocated(gs_gstate *, gs_halftone *);
46 int gs_currenthalftone(gs_gstate *, gs_halftone *);
H A Dgsht.c63 ENUM_PTRS_WITH(halftone_enum_ptrs, gs_halftone *hptr) return 0;
101 static RELOC_PTRS_WITH(halftone_reloc_ptrs, gs_halftone *hptr) in RELOC_PTRS_WITH()
106 RELOC_PTR(gs_halftone, params.spot.transfer_closure.data); in RELOC_PTRS_WITH()
109 RELOC_CONST_STRING_PTR(gs_halftone, params.threshold.thresholds); in RELOC_PTRS_WITH()
118 RELOC_PTR(gs_halftone, params.client_order.client_data); in RELOC_PTRS_WITH()
123 RELOC_PTR(gs_halftone, params.multiple.components); in RELOC_PTRS_WITH()
231 gs_currenthalftone(gs_gstate * pgs, gs_halftone * pht) in gs_currenthalftone()
1177 gx_ht_install(gs_gstate * pgs, const gs_halftone * pht, in gx_ht_install()
1181 gs_halftone *old_ht = pgs->halftone; in gx_ht_install()
1182 gs_halftone *new_ht; in gx_ht_install()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsht1.h33 typedef struct gs_halftone_s gs_halftone; typedef
44 int gs_sethalftone(gs_gstate *, gs_halftone *);
45 int gs_sethalftone_allocated(gs_gstate *, gs_halftone *);
46 int gs_currenthalftone(gs_gstate *, gs_halftone *);
H A Dgsht.c63 ENUM_PTRS_WITH(halftone_enum_ptrs, gs_halftone *hptr) return 0;
101 static RELOC_PTRS_WITH(halftone_reloc_ptrs, gs_halftone *hptr) in RELOC_PTRS_WITH()
106 RELOC_PTR(gs_halftone, params.spot.transfer_closure.data); in RELOC_PTRS_WITH()
109 RELOC_CONST_STRING_PTR(gs_halftone, params.threshold.thresholds); in RELOC_PTRS_WITH()
118 RELOC_PTR(gs_halftone, params.client_order.client_data); in RELOC_PTRS_WITH()
123 RELOC_PTR(gs_halftone, params.multiple.components); in RELOC_PTRS_WITH()
231 gs_currenthalftone(gs_gstate * pgs, gs_halftone * pht) in gs_currenthalftone()
1177 gx_ht_install(gs_gstate * pgs, const gs_halftone * pht, in gx_ht_install()
1181 gs_halftone *old_ht = pgs->halftone; in gx_ht_install()
1182 gs_halftone *new_ht; in gx_ht_install()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsht1.h33 typedef struct gs_halftone_s gs_halftone; typedef
45 int gs_sethalftone(gs_state *, gs_halftone *);
46 int gs_sethalftone_allocated(gs_state *, gs_halftone *);
47 int gs_currenthalftone(gs_state *, gs_halftone *);
H A Dgsht.c75 ENUM_PTRS_WITH(halftone_enum_ptrs, gs_halftone *hptr) return 0;
112 static RELOC_PTRS_WITH(halftone_reloc_ptrs, gs_halftone *hptr) in RELOC_PTRS_WITH()
117 RELOC_PTR(gs_halftone, params.spot.transfer_closure.data); in RELOC_PTRS_WITH()
122 RELOC_PTR(gs_halftone, params.threshold.transfer_closure.data); in RELOC_PTRS_WITH()
129 RELOC_PTR(gs_halftone, params.client_order.client_data); in RELOC_PTRS_WITH()
134 RELOC_PTR(gs_halftone, params.multiple.components); in RELOC_PTRS_WITH()
242 gs_currenthalftone(gs_state * pgs, gs_halftone * pht) in gs_currenthalftone()
1249 gx_ht_install(gs_state * pgs, const gs_halftone * pht, in gx_ht_install()
1253 gs_halftone *old_ht = pgs->halftone; in gx_ht_install()
1254 gs_halftone *new_ht; in gx_ht_install()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsht1.h33 typedef struct gs_halftone_s gs_halftone; typedef
45 int gs_sethalftone(gs_state *, gs_halftone *);
46 int gs_sethalftone_allocated(gs_state *, gs_halftone *);
47 int gs_currenthalftone(gs_state *, gs_halftone *);
H A Dgsht.c75 ENUM_PTRS_WITH(halftone_enum_ptrs, gs_halftone *hptr) return 0;
112 static RELOC_PTRS_WITH(halftone_reloc_ptrs, gs_halftone *hptr) in RELOC_PTRS_WITH()
117 RELOC_PTR(gs_halftone, params.spot.transfer_closure.data); in RELOC_PTRS_WITH()
122 RELOC_PTR(gs_halftone, params.threshold.transfer_closure.data); in RELOC_PTRS_WITH()
129 RELOC_PTR(gs_halftone, params.client_order.client_data); in RELOC_PTRS_WITH()
134 RELOC_PTR(gs_halftone, params.multiple.components); in RELOC_PTRS_WITH()
242 gs_currenthalftone(gs_state * pgs, gs_halftone * pht) in gs_currenthalftone()
1249 gx_ht_install(gs_state * pgs, const gs_halftone * pht, in gx_ht_install()
1253 gs_halftone *old_ht = pgs->halftone; in gx_ht_install()
1254 gs_halftone *new_ht; in gx_ht_install()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsht1.h35 typedef struct gs_halftone_s gs_halftone; typedef
47 int gs_sethalftone(gs_state *, gs_halftone *);
48 int gs_sethalftone_allocated(gs_state *, gs_halftone *);
49 int gs_currenthalftone(gs_state *, gs_halftone *);
H A Dgsht.c81 ENUM_PTRS_WITH(halftone_enum_ptrs, gs_halftone *hptr) return 0;
118 static RELOC_PTRS_WITH(halftone_reloc_ptrs, gs_halftone *hptr) in RELOC_PTRS_WITH()
123 RELOC_PTR(gs_halftone, params.spot.transfer_closure.data); in RELOC_PTRS_WITH()
126 RELOC_CONST_STRING_PTR(gs_halftone, params.threshold.thresholds); in RELOC_PTRS_WITH()
135 RELOC_PTR(gs_halftone, params.client_order.client_data); in RELOC_PTRS_WITH()
140 RELOC_PTR(gs_halftone, params.multiple.components); in RELOC_PTRS_WITH()
248 gs_currenthalftone(gs_state * pgs, gs_halftone * pht) in gs_currenthalftone()
1184 gx_ht_install(gs_state * pgs, const gs_halftone * pht, in gx_ht_install()
1188 gs_halftone *old_ht = pgs->halftone; in gx_ht_install()
1189 gs_halftone *new_ht; in gx_ht_install()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsht1.h35 typedef struct gs_halftone_s gs_halftone; typedef
47 int gs_sethalftone(gs_state *, gs_halftone *);
48 int gs_sethalftone_allocated(gs_state *, gs_halftone *);
49 int gs_currenthalftone(gs_state *, gs_halftone *);
H A Dgsht.c81 ENUM_PTRS_WITH(halftone_enum_ptrs, gs_halftone *hptr) return 0;
118 static RELOC_PTRS_WITH(halftone_reloc_ptrs, gs_halftone *hptr) in RELOC_PTRS_WITH()
123 RELOC_PTR(gs_halftone, params.spot.transfer_closure.data); in RELOC_PTRS_WITH()
126 RELOC_CONST_STRING_PTR(gs_halftone, params.threshold.thresholds); in RELOC_PTRS_WITH()
135 RELOC_PTR(gs_halftone, params.client_order.client_data); in RELOC_PTRS_WITH()
140 RELOC_PTR(gs_halftone, params.multiple.components); in RELOC_PTRS_WITH()
248 gs_currenthalftone(gs_state * pgs, gs_halftone * pht) in gs_currenthalftone()
1184 gx_ht_install(gs_state * pgs, const gs_halftone * pht, in gx_ht_install()
1188 gs_halftone *old_ht = pgs->halftone; in gx_ht_install()
1189 gs_halftone *new_ht; in gx_ht_install()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgsht1.h38 typedef struct gs_halftone_s gs_halftone; typedef
50 int gs_sethalftone(P2(gs_state *, gs_halftone *));
51 int gs_sethalftone_allocated(P2(gs_state *, gs_halftone *));
52 int gs_currenthalftone(P2(gs_state *, gs_halftone *));
H A Dzht1.c52 gs_halftone *pht; in zsetcolorscreen()
71 rc_alloc_struct_0(pht, gs_halftone, &st_halftone, in zsetcolorscreen()
120 code = gx_ht_install(igs, r_ptr(esp - 1, gs_halftone), pdht); in setcolorscreen_finish()
133 gs_halftone *pht = r_ptr(esp + 6, gs_halftone); in setcolorscreen_cleanup()
H A Dgsht.c64 ENUM_PTRS_WITH(halftone_enum_ptrs, gs_halftone *hptr) return 0;
101 private RELOC_PTRS_WITH(halftone_reloc_ptrs, gs_halftone *hptr) in RELOC_PTRS_WITH()
106 RELOC_PTR(gs_halftone, params.spot.transfer_closure.data); in RELOC_PTRS_WITH()
111 RELOC_PTR(gs_halftone, params.threshold.transfer_closure.data); in RELOC_PTRS_WITH()
118 RELOC_PTR(gs_halftone, params.client_order.client_data); in RELOC_PTRS_WITH()
123 RELOC_PTR(gs_halftone, params.multiple.components); in RELOC_PTRS_WITH()
217 gs_currenthalftone(gs_state * pgs, gs_halftone * pht) in gs_currenthalftone()
644 gx_ht_install(gs_state * pgs, const gs_halftone * pht, in gx_ht_install()
648 gs_halftone *old_ht = pgs->halftone; in gx_ht_install()
649 gs_halftone *new_ht; in gx_ht_install()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgsht1.h38 typedef struct gs_halftone_s gs_halftone; typedef
50 int gs_sethalftone(P2(gs_state *, gs_halftone *));
51 int gs_sethalftone_allocated(P2(gs_state *, gs_halftone *));
52 int gs_currenthalftone(P2(gs_state *, gs_halftone *));
H A Dzht1.c52 gs_halftone *pht; in zsetcolorscreen()
71 rc_alloc_struct_0(pht, gs_halftone, &st_halftone, in zsetcolorscreen()
120 code = gx_ht_install(igs, r_ptr(esp - 1, gs_halftone), pdht); in setcolorscreen_finish()
133 gs_halftone *pht = r_ptr(esp + 6, gs_halftone); in setcolorscreen_cleanup()
H A Dgsht.c64 ENUM_PTRS_WITH(halftone_enum_ptrs, gs_halftone *hptr) return 0;
101 private RELOC_PTRS_WITH(halftone_reloc_ptrs, gs_halftone *hptr) in RELOC_PTRS_WITH()
106 RELOC_PTR(gs_halftone, params.spot.transfer_closure.data); in RELOC_PTRS_WITH()
111 RELOC_PTR(gs_halftone, params.threshold.transfer_closure.data); in RELOC_PTRS_WITH()
118 RELOC_PTR(gs_halftone, params.client_order.client_data); in RELOC_PTRS_WITH()
123 RELOC_PTR(gs_halftone, params.multiple.components); in RELOC_PTRS_WITH()
217 gs_currenthalftone(gs_state * pgs, gs_halftone * pht) in gs_currenthalftone()
644 gx_ht_install(gs_state * pgs, const gs_halftone * pht, in gx_ht_install()
648 gs_halftone *old_ht = pgs->halftone; in gx_ht_install()
649 gs_halftone *new_ht; in gx_ht_install()
[all …]
H A Dgzht.h54 gs_halftone halftone; /* supplied by client */
69 int gs_sethalftone_prepare(P3(gs_state *, gs_halftone *,
202 int gx_ht_install(P3(gs_state *, const gs_halftone *,
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Dzht1.c47 gs_halftone *pht; in zsetcolorscreen()
66 rc_alloc_struct_0(pht, gs_halftone, &st_halftone, in zsetcolorscreen()
115 code = gx_ht_install(igs, r_ptr(esp - 1, gs_halftone), pdht); in setcolorscreen_finish()
131 gs_halftone *pht = r_ptr(esp + 6, gs_halftone); in setcolorscreen_cleanup()
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dzht1.c49 gs_halftone *pht; in zsetcolorscreen()
68 rc_alloc_struct_0(pht, gs_halftone, &st_halftone, in zsetcolorscreen()
117 code = gx_ht_install(igs, r_ptr(esp - 1, gs_halftone), pdht); in setcolorscreen_finish()
133 gs_halftone *pht = r_ptr(esp + 6, gs_halftone); in setcolorscreen_cleanup()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Dzht1.c49 gs_halftone *pht; in zsetcolorscreen()
68 rc_alloc_struct_0(pht, gs_halftone, &st_halftone, in zsetcolorscreen()
117 code = gx_ht_install(igs, r_ptr(esp - 1, gs_halftone), pdht); in setcolorscreen_finish()
136 gs_halftone *pht = r_ptr(esp + 6, gs_halftone); in setcolorscreen_cleanup()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Dzht1.c49 gs_halftone *pht; in zsetcolorscreen()
68 rc_alloc_struct_0(pht, gs_halftone, &st_halftone, in zsetcolorscreen()
117 code = gx_ht_install(igs, r_ptr(esp - 1, gs_halftone), pdht); in setcolorscreen_finish()
136 gs_halftone *pht = r_ptr(esp + 6, gs_halftone); in setcolorscreen_cleanup()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dzht1.c49 gs_halftone *pht; in zsetcolorscreen()
68 rc_alloc_struct_0(pht, gs_halftone, &st_halftone, in zsetcolorscreen()
117 code = gx_ht_install(igs, r_ptr(esp - 1, gs_halftone), pdht); in setcolorscreen_finish()
133 gs_halftone *pht = r_ptr(esp + 6, gs_halftone); in setcolorscreen_cleanup()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Dzht1.c47 gs_halftone *pht; in zsetcolorscreen()
66 rc_alloc_struct_0(pht, gs_halftone, &st_halftone, in zsetcolorscreen()
115 code = gx_ht_install(igs, r_ptr(esp - 1, gs_halftone), pdht); in setcolorscreen_finish()
131 gs_halftone *pht = r_ptr(esp + 6, gs_halftone); in setcolorscreen_cleanup()

12345