Home
last modified time | relevance | path

Searched refs:mono_fill_chunk (Results 1 – 25 of 52) sorted by relevance

123

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxoprect.c353 static mono_fill_chunk fill_pat_2[4] = {
358 static mono_fill_chunk fill_pat_4[16] = {
375 static mono_fill_chunk
376 replicate_color(int depth, mono_fill_chunk color) in replicate_color()
381 color = (mono_fill_chunk)(-(int)color); break; in replicate_color()
457 mono_fill_chunk rep_color, rep_mask; in gx_overprint_sep_fill_rectangle_1()
463 if (depth < 8 * sizeof(mono_fill_chunk)) { in gx_overprint_sep_fill_rectangle_1()
464 rep_color = replicate_color(depth, (mono_fill_chunk)color); in gx_overprint_sep_fill_rectangle_1()
465 rep_mask = replicate_color(depth, (mono_fill_chunk)retain_mask); in gx_overprint_sep_fill_rectangle_1()
467 rep_color = (mono_fill_chunk)color; in gx_overprint_sep_fill_rectangle_1()
[all …]
H A Dgsbitops.c55 #define chunk mono_fill_chunk
60 mono_fill_chunk pattern, int width_bits, int height) in bits_fill_rectangle()
80 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle()
95 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle()
107 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle()
123 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle()
147 mono_fill_chunk pattern, mono_fill_chunk src_mask, in bits_fill_rectangle_masked()
169 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle_masked()
186 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle_masked()
198 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle_masked()
[all …]
H A Dgsbitops.h257 #define mono_fill_chunk uint macro
272 mono_fill_chunk pattern, int width_bits, int height);
274 mono_fill_chunk pattern, mono_fill_chunk src_mask,
H A Dgdevm2.c42 static const mono_fill_chunk tile_patterns[4] = {
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxoprect.c353 static mono_fill_chunk fill_pat_2[4] = {
358 static mono_fill_chunk fill_pat_4[16] = {
375 static mono_fill_chunk
376 replicate_color(int depth, mono_fill_chunk color) in replicate_color()
381 color = (mono_fill_chunk)(-(int)color); break; in replicate_color()
457 mono_fill_chunk rep_color, rep_mask; in gx_overprint_sep_fill_rectangle_1()
463 if (depth < 8 * sizeof(mono_fill_chunk)) { in gx_overprint_sep_fill_rectangle_1()
464 rep_color = replicate_color(depth, (mono_fill_chunk)color); in gx_overprint_sep_fill_rectangle_1()
465 rep_mask = replicate_color(depth, (mono_fill_chunk)retain_mask); in gx_overprint_sep_fill_rectangle_1()
467 rep_color = (mono_fill_chunk)color; in gx_overprint_sep_fill_rectangle_1()
[all …]
H A Dgsbitops.c55 #define chunk mono_fill_chunk
60 mono_fill_chunk pattern, int width_bits, int height) in bits_fill_rectangle()
80 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle()
95 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle()
107 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle()
123 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle()
147 mono_fill_chunk pattern, mono_fill_chunk src_mask, in bits_fill_rectangle_masked()
169 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle_masked()
186 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle_masked()
198 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle_masked()
[all …]
H A Dgsbitops.h257 #define mono_fill_chunk uint macro
272 mono_fill_chunk pattern, int width_bits, int height);
274 mono_fill_chunk pattern, mono_fill_chunk src_mask,
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxoprect.c351 static mono_fill_chunk fill_pat_2[4] = {
356 static mono_fill_chunk fill_pat_4[16] = {
373 static mono_fill_chunk
374 replicate_color(int depth, mono_fill_chunk color) in replicate_color()
379 color = (mono_fill_chunk)(-(int)color); break; in replicate_color()
454 mono_fill_chunk rep_color, rep_mask; in gx_overprint_sep_fill_rectangle_1()
460 if (depth < 8 * sizeof(mono_fill_chunk)) { in gx_overprint_sep_fill_rectangle_1()
461 rep_color = replicate_color(depth, (mono_fill_chunk)color); in gx_overprint_sep_fill_rectangle_1()
462 rep_mask = replicate_color(depth, (mono_fill_chunk)retain_mask); in gx_overprint_sep_fill_rectangle_1()
464 rep_color = (mono_fill_chunk)color; in gx_overprint_sep_fill_rectangle_1()
[all …]
H A Dgsbitops.c56 #define chunk mono_fill_chunk
61 mono_fill_chunk pattern, int width_bits, int height) in bits_fill_rectangle()
81 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle()
96 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle()
108 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle()
124 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle()
148 mono_fill_chunk pattern, mono_fill_chunk src_mask, in bits_fill_rectangle_masked()
170 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle_masked()
187 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle_masked()
199 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle_masked()
[all …]
H A Dgsbitops.h432 #define mono_fill_chunk uint macro
447 mono_fill_chunk pattern, int width_bits, int height);
449 mono_fill_chunk pattern, mono_fill_chunk src_mask,
H A Dgdevm2.c44 static const mono_fill_chunk tile_patterns[4] = {
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxoprect.c364 static mono_fill_chunk fill_pat_2[4] = {
369 static mono_fill_chunk fill_pat_4[16] = {
386 static mono_fill_chunk
387 replicate_color(int depth, mono_fill_chunk color) in replicate_color()
392 color = (mono_fill_chunk)(-(int)color); break; in replicate_color()
467 mono_fill_chunk rep_color, rep_mask; in gx_overprint_sep_fill_rectangle_1()
473 if (depth < 8 * sizeof(mono_fill_chunk)) { in gx_overprint_sep_fill_rectangle_1()
474 rep_color = replicate_color(depth, (mono_fill_chunk)color); in gx_overprint_sep_fill_rectangle_1()
475 rep_mask = replicate_color(depth, (mono_fill_chunk)retain_mask); in gx_overprint_sep_fill_rectangle_1()
477 rep_color = (mono_fill_chunk)color; in gx_overprint_sep_fill_rectangle_1()
[all …]
H A Dgsbitops.c56 #define chunk mono_fill_chunk
61 mono_fill_chunk pattern, int width_bits, int height) in bits_fill_rectangle()
81 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle()
96 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle()
108 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle()
124 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle()
148 mono_fill_chunk pattern, mono_fill_chunk src_mask, in bits_fill_rectangle_masked()
170 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle_masked()
187 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle_masked()
199 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle_masked()
[all …]
H A Dgsbitops.h265 #define mono_fill_chunk uint macro
280 mono_fill_chunk pattern, int width_bits, int height);
282 mono_fill_chunk pattern, mono_fill_chunk src_mask,
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxoprect.c364 static mono_fill_chunk fill_pat_2[4] = {
369 static mono_fill_chunk fill_pat_4[16] = {
386 static mono_fill_chunk
387 replicate_color(int depth, mono_fill_chunk color) in replicate_color()
392 color = (mono_fill_chunk)(-(int)color); break; in replicate_color()
467 mono_fill_chunk rep_color, rep_mask; in gx_overprint_sep_fill_rectangle_1()
473 if (depth < 8 * sizeof(mono_fill_chunk)) { in gx_overprint_sep_fill_rectangle_1()
474 rep_color = replicate_color(depth, (mono_fill_chunk)color); in gx_overprint_sep_fill_rectangle_1()
475 rep_mask = replicate_color(depth, (mono_fill_chunk)retain_mask); in gx_overprint_sep_fill_rectangle_1()
477 rep_color = (mono_fill_chunk)color; in gx_overprint_sep_fill_rectangle_1()
[all …]
H A Dgsbitops.c56 #define chunk mono_fill_chunk
61 mono_fill_chunk pattern, int width_bits, int height) in bits_fill_rectangle()
81 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle()
96 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle()
108 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle()
124 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle()
148 mono_fill_chunk pattern, mono_fill_chunk src_mask, in bits_fill_rectangle_masked()
170 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle_masked()
187 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle_masked()
199 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle_masked()
[all …]
H A Dgsbitops.h265 #define mono_fill_chunk uint macro
280 mono_fill_chunk pattern, int width_bits, int height);
282 mono_fill_chunk pattern, mono_fill_chunk src_mask,
H A Dgdevm2.c44 static const mono_fill_chunk tile_patterns[4] = {
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxoprect.c351 static mono_fill_chunk fill_pat_2[4] = {
356 static mono_fill_chunk fill_pat_4[16] = {
373 static mono_fill_chunk
374 replicate_color(int depth, mono_fill_chunk color) in replicate_color()
379 color = (mono_fill_chunk)(-(int)color); break; in replicate_color()
454 mono_fill_chunk rep_color, rep_mask; in gx_overprint_sep_fill_rectangle_1()
460 if (depth < 8 * sizeof(mono_fill_chunk)) { in gx_overprint_sep_fill_rectangle_1()
461 rep_color = replicate_color(depth, (mono_fill_chunk)color); in gx_overprint_sep_fill_rectangle_1()
462 rep_mask = replicate_color(depth, (mono_fill_chunk)retain_mask); in gx_overprint_sep_fill_rectangle_1()
464 rep_color = (mono_fill_chunk)color; in gx_overprint_sep_fill_rectangle_1()
[all …]
H A Dgsbitops.c56 #define chunk mono_fill_chunk
61 mono_fill_chunk pattern, int width_bits, int height) in bits_fill_rectangle()
81 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle()
96 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle()
108 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle()
124 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle()
148 mono_fill_chunk pattern, mono_fill_chunk src_mask, in bits_fill_rectangle_masked()
170 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle_masked()
187 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle_masked()
199 else if (pattern == (mono_fill_chunk)(-1)) in bits_fill_rectangle_masked()
[all …]
H A Dgsbitops.h432 #define mono_fill_chunk uint macro
447 mono_fill_chunk pattern, int width_bits, int height);
449 mono_fill_chunk pattern, mono_fill_chunk src_mask,
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgsbitops.h189 #define mono_fill_chunk uint macro
204 mono_fill_chunk pattern, int width_bits, int height));
H A Dgsbitops.c59 #define chunk mono_fill_chunk
64 mono_fill_chunk pattern, int width_bits, int height) in bits_fill_rectangle()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgsbitops.h189 #define mono_fill_chunk uint macro
204 mono_fill_chunk pattern, int width_bits, int height));
H A Dgsbitops.c59 #define chunk mono_fill_chunk
64 mono_fill_chunk pattern, int width_bits, int height) in bits_fill_rectangle()

123