Home
last modified time | relevance | path

Searched refs:gx_device_color (Results 1 – 25 of 756) sorted by relevance

12345678910>>...31

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxdcolor.c163 const gx_device_color *pdevc2) in gx_device_color_equal()
252 gx_device_color filler; in gx_dc_no_fill_rectangle()
274 gx_dc_no_equal(const gx_device_color *pdevc1, const gx_device_color *pdevc2) in gx_dc_no_equal()
294 gx_device_color * pdevc, in gx_dc_no_read()
321 gx_device_color * pdevc, in gx_dc_cannot_read()
335 const gx_device_color * pdevc_ignored, in gx_dc_no_get_nonzero_comps()
370 gx_dc_null_equal(const gx_device_color * pdevc1, const gx_device_color * pdevc2) in gx_dc_null_equal()
377 gx_device_color * pdevc, in gx_dc_null_read()
466 gx_dc_pure_equal(const gx_device_color * pdevc1, const gx_device_color * pdevc2) in gx_dc_pure_equal()
552 gx_device_color * pdevc, in gx_dc_pure_read()
[all …]
H A Dgsptype2.h49 typedef struct gx_device_color_s gx_device_color; typedef
98 bool gx_dc_is_pattern2_color(const gx_device_color *pdevc);
108 int gx_dc_pattern2_get_bbox(const gx_device_color * pdevc, gs_fixed_rect *bbox);
111 int gx_dc_pattern2_color_has_bbox(const gx_device_color * pdevc);
114 int gx_dc_pattern2_clip_with_bbox(const gx_device_color * pdevc, gx_device * pdev,
117 int gx_dc_pattern2_clip_with_bbox_simple(const gx_device_color * pdevc, gx_device * pdev,
120 int gx_dc_pattern2_is_rectangular_cell(const gx_device_color * pdevc, gx_device * pdev, gs_fixed_re…
123 const gs_color_space *gx_dc_pattern2_get_color_space(const gx_device_color * pdevc);
126 bool gx_dc_pattern2_can_overlap(const gx_device_color *pdevc);
129 bool gx_dc_pattern2_has_background(const gx_device_color *pdevc);
H A Dgsnamecl.h58 typedef struct gx_device_color_s gx_device_color; typedef
126 const gs_color_space * pcs, gx_device_color * pdc,
134 const gs_color_space * pcs, gx_device_color * pdc,
186 gx_device_color * pdc, const gs_imager_state * pis,
198 gx_device_color * pdc, const gs_imager_state * pis,
210 gx_device_color * pdc, const gs_imager_state * pis,
223 gx_device_color * pdc, const gs_imager_state * pis,
236 gx_device_color * pdc, const gs_imager_state * pis,
255 gx_device_color * pdc, const gs_imager_state * pis,
268 gx_device_color * pdc, const gs_imager_state * pis,
[all …]
H A Dgxdcolor.h96 void proc(const gx_device_color * pdevc, gx_device_color_saved * psdc)
100 const gx_device_halftone * proc(const gx_device_color * pdevc)
104 bool proc(const gx_device_color * pdevc, gs_int_point * pphase)
113 int proc(gx_device_color *pdevc, const gs_imager_state *pis,\
124 int proc(const gx_device_color *pdevc, int x, int y, int w, int h,\
136 int proc(const gx_device_color *pdevc, const byte *data, int data_x,\
146 bool proc(const gx_device_color *pdevc1, const gx_device_color *pdevc2)
222 int proc(gx_device_color *pdevc, const gs_imager_state * pis,\
223 const gx_device_color *prior_devc, const gx_device * dev, uint offset,\
247 int proc(const gx_device_color * pdevc, const gx_device * dev,\
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxdcolor.c163 const gx_device_color *pdevc2) in gx_device_color_equal()
252 gx_device_color filler; in gx_dc_no_fill_rectangle()
274 gx_dc_no_equal(const gx_device_color *pdevc1, const gx_device_color *pdevc2) in gx_dc_no_equal()
294 gx_device_color * pdevc, in gx_dc_no_read()
321 gx_device_color * pdevc, in gx_dc_cannot_read()
335 const gx_device_color * pdevc_ignored, in gx_dc_no_get_nonzero_comps()
370 gx_dc_null_equal(const gx_device_color * pdevc1, const gx_device_color * pdevc2) in gx_dc_null_equal()
377 gx_device_color * pdevc, in gx_dc_null_read()
466 gx_dc_pure_equal(const gx_device_color * pdevc1, const gx_device_color * pdevc2) in gx_dc_pure_equal()
552 gx_device_color * pdevc, in gx_dc_pure_read()
[all …]
H A Dgsptype2.h49 typedef struct gx_device_color_s gx_device_color; typedef
98 bool gx_dc_is_pattern2_color(const gx_device_color *pdevc);
108 int gx_dc_pattern2_get_bbox(const gx_device_color * pdevc, gs_fixed_rect *bbox);
111 int gx_dc_pattern2_color_has_bbox(const gx_device_color * pdevc);
114 int gx_dc_pattern2_clip_with_bbox(const gx_device_color * pdevc, gx_device * pdev,
117 int gx_dc_pattern2_clip_with_bbox_simple(const gx_device_color * pdevc, gx_device * pdev,
120 int gx_dc_pattern2_is_rectangular_cell(const gx_device_color * pdevc, gx_device * pdev, gs_fixed_re…
123 const gs_color_space *gx_dc_pattern2_get_color_space(const gx_device_color * pdevc);
126 bool gx_dc_pattern2_can_overlap(const gx_device_color *pdevc);
129 bool gx_dc_pattern2_has_background(const gx_device_color *pdevc);
H A Dgsnamecl.h58 typedef struct gx_device_color_s gx_device_color; typedef
126 const gs_color_space * pcs, gx_device_color * pdc,
134 const gs_color_space * pcs, gx_device_color * pdc,
186 gx_device_color * pdc, const gs_imager_state * pis,
198 gx_device_color * pdc, const gs_imager_state * pis,
210 gx_device_color * pdc, const gs_imager_state * pis,
223 gx_device_color * pdc, const gs_imager_state * pis,
236 gx_device_color * pdc, const gs_imager_state * pis,
255 gx_device_color * pdc, const gs_imager_state * pis,
268 gx_device_color * pdc, const gs_imager_state * pis,
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsptype2.h51 typedef struct gx_device_color_s gx_device_color; typedef
100 bool gx_dc_is_pattern2_color(const gx_device_color *pdevc);
110 int gx_dc_pattern2_get_bbox(const gx_device_color * pdevc, gs_fixed_rect *bbox);
113 int gx_dc_pattern2_color_has_bbox(const gx_device_color * pdevc);
116 int gx_dc_pattern2_clip_with_bbox(const gx_device_color * pdevc, gx_device * pdev,
119 int gx_dc_pattern2_clip_with_bbox_simple(const gx_device_color * pdevc, gx_device * pdev,
122 int gx_dc_pattern2_is_rectangular_cell(const gx_device_color * pdevc, gx_device * pdev, gs_fixed_re…
125 const gs_color_space *gx_dc_pattern2_get_color_space(const gx_device_color * pdevc);
128 bool gx_dc_pattern2_can_overlap(const gx_device_color *pdevc);
131 bool gx_dc_pattern2_has_background(const gx_device_color *pdevc);
H A Dgxdcolor.c273 gx_device_color filler; in gx_dc_no_fill_rectangle()
295 gx_dc_no_equal(const gx_device_color *pdevc1, const gx_device_color *pdevc2) in gx_dc_no_equal()
315 gx_device_color * pdevc, in gx_dc_no_read()
342 gx_device_color * pdevc, in gx_dc_cannot_read()
391 gx_dc_null_equal(const gx_device_color * pdevc1, const gx_device_color * pdevc2) in gx_dc_null_equal()
398 gx_device_color * pdevc, in gx_dc_null_read()
521 gx_dc_devn_equal(const gx_device_color * pdevc1, const gx_device_color * pdevc2) in gx_dc_devn_equal()
546 const gx_device_color *pdevc, in gx_devn_write_color()
726 gx_device_color * pdevc, in gx_dc_devn_read()
745 const gx_device_color * pdevc, in gx_dc_devn_get_nonzero_comps()
[all …]
H A Dgsptype1.h27 typedef struct gx_device_color_s gx_device_color; typedef
94 bool gx_dc_is_pattern1_color(const gx_device_color *pdevc);
97 bool gx_dc_is_pattern1_color_with_trans(const gx_device_color *pdevc);
100 void * gx_pattern1_get_transptr(const gx_device_color *pdevc);
102 int gx_pattern1_clist_has_trans(const gx_device_color *pdevc);
106 void gx_set_pattern_procs_trans(gx_device_color *pdevc);
107 void gx_set_pattern_procs_standard(gx_device_color *pdevc);
108 bool gx_pattern_procs_istrans(gx_device_color *pdevc);
111 bool gx_dc_is_pattern1_color_clist_based(const gx_device_color *pdevc);
114 gs_id gs_dc_get_pattern_id(const gx_device_color *pdevc);
H A Dgsnamecl.h60 typedef struct gx_device_color_s gx_device_color; typedef
128 const gs_color_space * pcs, gx_device_color * pdc,
136 const gs_color_space * pcs, gx_device_color * pdc,
187 gx_device_color * pdc, const gs_imager_state * pis,
199 gx_device_color * pdc, const gs_imager_state * pis,
211 gx_device_color * pdc, const gs_imager_state * pis,
224 gx_device_color * pdc, const gs_imager_state * pis,
237 gx_device_color * pdc, const gs_imager_state * pis,
256 gx_device_color * pdc, const gs_imager_state * pis,
269 gx_device_color * pdc, const gs_imager_state * pis,
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsptype2.h51 typedef struct gx_device_color_s gx_device_color; typedef
100 bool gx_dc_is_pattern2_color(const gx_device_color *pdevc);
110 int gx_dc_pattern2_get_bbox(const gx_device_color * pdevc, gs_fixed_rect *bbox);
113 int gx_dc_pattern2_color_has_bbox(const gx_device_color * pdevc);
116 int gx_dc_pattern2_clip_with_bbox(const gx_device_color * pdevc, gx_device * pdev,
119 int gx_dc_pattern2_clip_with_bbox_simple(const gx_device_color * pdevc, gx_device * pdev,
122 int gx_dc_pattern2_is_rectangular_cell(const gx_device_color * pdevc, gx_device * pdev, gs_fixed_re…
125 const gs_color_space *gx_dc_pattern2_get_color_space(const gx_device_color * pdevc);
128 bool gx_dc_pattern2_can_overlap(const gx_device_color *pdevc);
131 bool gx_dc_pattern2_has_background(const gx_device_color *pdevc);
H A Dgxdcolor.c273 gx_device_color filler; in gx_dc_no_fill_rectangle()
295 gx_dc_no_equal(const gx_device_color *pdevc1, const gx_device_color *pdevc2) in gx_dc_no_equal()
315 gx_device_color * pdevc, in gx_dc_no_read()
342 gx_device_color * pdevc, in gx_dc_cannot_read()
391 gx_dc_null_equal(const gx_device_color * pdevc1, const gx_device_color * pdevc2) in gx_dc_null_equal()
398 gx_device_color * pdevc, in gx_dc_null_read()
521 gx_dc_devn_equal(const gx_device_color * pdevc1, const gx_device_color * pdevc2) in gx_dc_devn_equal()
546 const gx_device_color *pdevc, in gx_devn_write_color()
726 gx_device_color * pdevc, in gx_dc_devn_read()
745 const gx_device_color * pdevc, in gx_dc_devn_get_nonzero_comps()
[all …]
H A Dgsptype1.h27 typedef struct gx_device_color_s gx_device_color; typedef
94 bool gx_dc_is_pattern1_color(const gx_device_color *pdevc);
97 bool gx_dc_is_pattern1_color_with_trans(const gx_device_color *pdevc);
100 void * gx_pattern1_get_transptr(const gx_device_color *pdevc);
102 int gx_pattern1_clist_has_trans(const gx_device_color *pdevc);
106 void gx_set_pattern_procs_trans(gx_device_color *pdevc);
107 void gx_set_pattern_procs_standard(gx_device_color *pdevc);
108 bool gx_pattern_procs_istrans(gx_device_color *pdevc);
111 bool gx_dc_is_pattern1_color_clist_based(const gx_device_color *pdevc);
114 gs_id gs_dc_get_pattern_id(const gx_device_color *pdevc);
H A Dgsnamecl.h60 typedef struct gx_device_color_s gx_device_color; typedef
128 const gs_color_space * pcs, gx_device_color * pdc,
136 const gs_color_space * pcs, gx_device_color * pdc,
187 gx_device_color * pdc, const gs_imager_state * pis,
199 gx_device_color * pdc, const gs_imager_state * pis,
211 gx_device_color * pdc, const gs_imager_state * pis,
224 gx_device_color * pdc, const gs_imager_state * pis,
237 gx_device_color * pdc, const gs_imager_state * pis,
256 gx_device_color * pdc, const gs_imager_state * pis,
269 gx_device_color * pdc, const gs_imager_state * pis,
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxdcolor.c276 gx_device_color filler; in gx_dc_no_fill_rectangle()
298 gx_dc_no_equal(const gx_device_color *pdevc1, const gx_device_color *pdevc2) in gx_dc_no_equal()
318 gx_device_color * pdevc, in gx_dc_no_read()
345 gx_device_color * pdevc, in gx_dc_cannot_read()
394 gx_dc_null_equal(const gx_device_color * pdevc1, const gx_device_color * pdevc2) in gx_dc_null_equal()
401 gx_device_color * pdevc, in gx_dc_null_read()
524 gx_dc_devn_equal(const gx_device_color * pdevc1, const gx_device_color * pdevc2) in gx_dc_devn_equal()
549 const gx_device_color *pdevc, in gx_devn_write_color()
737 gx_device_color * pdevc, in gx_dc_devn_read()
756 const gx_device_color * pdevc, in gx_dc_devn_get_nonzero_comps()
[all …]
H A Dgsptype2.h72 bool gx_dc_is_pattern2_color(const gx_device_color *pdevc);
82 int gx_dc_pattern2_get_bbox(const gx_device_color * pdevc, gs_fixed_rect *bbox);
85 int gx_dc_pattern2_color_has_bbox(const gx_device_color * pdevc);
88 int gx_dc_pattern2_clip_with_bbox(const gx_device_color * pdevc, gx_device * pdev,
91 int gx_dc_pattern2_clip_with_bbox_simple(const gx_device_color * pdevc, gx_device * pdev,
94 int gx_dc_pattern2_is_rectangular_cell(const gx_device_color * pdevc, gx_device * pdev, gs_fixed_re…
97 const gs_color_space *gx_dc_pattern2_get_color_space(const gx_device_color * pdevc);
100 bool gx_dc_pattern2_can_overlap(const gx_device_color *pdevc);
103 bool gx_dc_pattern2_has_background(const gx_device_color *pdevc);
H A Dgsptype1.h87 bool gx_dc_is_pattern1_color(const gx_device_color *pdevc);
90 bool gx_dc_is_pattern1_color_with_trans(const gx_device_color *pdevc);
93 void * gx_pattern1_get_transptr(const gx_device_color *pdevc);
95 int gx_pattern1_clist_has_trans(const gx_device_color *pdevc);
99 void gx_set_pattern_procs_trans(gx_device_color *pdevc);
100 void gx_set_pattern_procs_standard(gx_device_color *pdevc);
101 bool gx_pattern_procs_istrans(gx_device_color *pdevc);
104 bool gx_dc_is_pattern1_color_clist_based(const gx_device_color *pdevc);
107 gs_id gs_dc_get_pattern_id(const gx_device_color *pdevc);
H A Dgsnamecl.h95 const gs_color_space * pcs, gx_device_color * pdc,
103 const gs_color_space * pcs, gx_device_color * pdc,
151 gx_device_color * pdc, const gs_gstate * pgs,
163 gx_device_color * pdc, const gs_gstate * pgs,
175 gx_device_color * pdc, const gs_gstate * pgs,
188 gx_device_color * pdc, const gs_gstate * pgs,
201 gx_device_color * pdc, const gs_gstate * pgs,
220 gx_device_color * pdc, const gs_gstate * pgs,
233 gx_device_color * pdc, const gs_gstate * pgs,
246 gx_device_color * pdc, const gs_gstate * pgs,
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxdcolor.c276 gx_device_color filler; in gx_dc_no_fill_rectangle()
298 gx_dc_no_equal(const gx_device_color *pdevc1, const gx_device_color *pdevc2) in gx_dc_no_equal()
318 gx_device_color * pdevc, in gx_dc_no_read()
345 gx_device_color * pdevc, in gx_dc_cannot_read()
394 gx_dc_null_equal(const gx_device_color * pdevc1, const gx_device_color * pdevc2) in gx_dc_null_equal()
401 gx_device_color * pdevc, in gx_dc_null_read()
524 gx_dc_devn_equal(const gx_device_color * pdevc1, const gx_device_color * pdevc2) in gx_dc_devn_equal()
549 const gx_device_color *pdevc, in gx_devn_write_color()
737 gx_device_color * pdevc, in gx_dc_devn_read()
756 const gx_device_color * pdevc, in gx_dc_devn_get_nonzero_comps()
[all …]
H A Dgsptype2.h72 bool gx_dc_is_pattern2_color(const gx_device_color *pdevc);
82 int gx_dc_pattern2_get_bbox(const gx_device_color * pdevc, gs_fixed_rect *bbox);
85 int gx_dc_pattern2_color_has_bbox(const gx_device_color * pdevc);
88 int gx_dc_pattern2_clip_with_bbox(const gx_device_color * pdevc, gx_device * pdev,
91 int gx_dc_pattern2_clip_with_bbox_simple(const gx_device_color * pdevc, gx_device * pdev,
94 int gx_dc_pattern2_is_rectangular_cell(const gx_device_color * pdevc, gx_device * pdev, gs_fixed_re…
97 const gs_color_space *gx_dc_pattern2_get_color_space(const gx_device_color * pdevc);
100 bool gx_dc_pattern2_can_overlap(const gx_device_color *pdevc);
103 bool gx_dc_pattern2_has_background(const gx_device_color *pdevc);
H A Dgsptype1.h87 bool gx_dc_is_pattern1_color(const gx_device_color *pdevc);
90 bool gx_dc_is_pattern1_color_with_trans(const gx_device_color *pdevc);
93 void * gx_pattern1_get_transptr(const gx_device_color *pdevc);
95 int gx_pattern1_clist_has_trans(const gx_device_color *pdevc);
99 void gx_set_pattern_procs_trans(gx_device_color *pdevc);
100 void gx_set_pattern_procs_standard(gx_device_color *pdevc);
101 bool gx_pattern_procs_istrans(gx_device_color *pdevc);
104 bool gx_dc_is_pattern1_color_clist_based(const gx_device_color *pdevc);
107 gs_id gs_dc_get_pattern_id(const gx_device_color *pdevc);
H A Dgsnamecl.h95 const gs_color_space * pcs, gx_device_color * pdc,
103 const gs_color_space * pcs, gx_device_color * pdc,
151 gx_device_color * pdc, const gs_gstate * pgs,
163 gx_device_color * pdc, const gs_gstate * pgs,
175 gx_device_color * pdc, const gs_gstate * pgs,
188 gx_device_color * pdc, const gs_gstate * pgs,
201 gx_device_color * pdc, const gs_gstate * pgs,
220 gx_device_color * pdc, const gs_gstate * pgs,
233 gx_device_color * pdc, const gs_gstate * pgs,
246 gx_device_color * pdc, const gs_gstate * pgs,
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxdcolor.c137 gx_device_color_equal(const gx_device_color *pdevc1, in gx_device_color_equal()
138 const gx_device_color *pdevc2) in gx_device_color_equal()
146 gx_dc_no_load(gx_device_color *pdevc, const gs_imager_state *ignore_pis, in gx_dc_no_load()
153 gx_dc_no_fill_rectangle(const gx_device_color *pdevc, int x, int y, in gx_dc_no_fill_rectangle()
158 gx_device_color filler; in gx_dc_no_fill_rectangle()
169 gx_dc_no_fill_masked(const gx_device_color *pdevc, const byte *data, in gx_dc_no_fill_masked()
180 gx_dc_no_equal(const gx_device_color *pdevc1, const gx_device_color *pdevc2) in gx_dc_no_equal()
195 gx_dc_null_fill_rectangle(const gx_device_color * pdevc, int x, int y, in gx_dc_null_fill_rectangle()
213 gx_dc_null_equal(const gx_device_color * pdevc1, const gx_device_color * pdevc2) in gx_dc_null_equal()
230 gx_dc_pure_fill_rectangle(const gx_device_color * pdevc, int x, int y, in gx_dc_pure_fill_rectangle()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxdcolor.c137 gx_device_color_equal(const gx_device_color *pdevc1, in gx_device_color_equal()
138 const gx_device_color *pdevc2) in gx_device_color_equal()
146 gx_dc_no_load(gx_device_color *pdevc, const gs_imager_state *ignore_pis, in gx_dc_no_load()
153 gx_dc_no_fill_rectangle(const gx_device_color *pdevc, int x, int y, in gx_dc_no_fill_rectangle()
158 gx_device_color filler; in gx_dc_no_fill_rectangle()
169 gx_dc_no_fill_masked(const gx_device_color *pdevc, const byte *data, in gx_dc_no_fill_masked()
180 gx_dc_no_equal(const gx_device_color *pdevc1, const gx_device_color *pdevc2) in gx_dc_no_equal()
195 gx_dc_null_fill_rectangle(const gx_device_color * pdevc, int x, int y, in gx_dc_null_fill_rectangle()
213 gx_dc_null_equal(const gx_device_color * pdevc1, const gx_device_color * pdevc2) in gx_dc_null_equal()
230 gx_dc_pure_fill_rectangle(const gx_device_color * pdevc, int x, int y, in gx_dc_pure_fill_rectangle()
[all …]

12345678910>>...31