Home
last modified time | relevance | path

Searched refs:MAX_GLYPH_PIECES (Results 1 – 8 of 8) sorted by relevance

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpdfs.c433 #define MAX_GLYPH_PIECES 10 /* arbitrary */ in mark_glyphs_used() macro
434 gs_glyph glyphs[MAX_GLYPH_PIECES]; in mark_glyphs_used()
449 uint max_pieces = MAX_GLYPH_PIECES - 1 - count; in mark_glyphs_used()
454 if (count > MAX_GLYPH_PIECES) in mark_glyphs_used()
460 #undef MAX_GLYPH_PIECES in mark_glyphs_used()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpdfs.c433 #define MAX_GLYPH_PIECES 10 /* arbitrary */ in mark_glyphs_used() macro
434 gs_glyph glyphs[MAX_GLYPH_PIECES]; in mark_glyphs_used()
449 uint max_pieces = MAX_GLYPH_PIECES - 1 - count; in mark_glyphs_used()
454 if (count > MAX_GLYPH_PIECES) in mark_glyphs_used()
460 #undef MAX_GLYPH_PIECES in mark_glyphs_used()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxfcopy.c2105 #define MAX_GLYPH_PIECES 64 /* arbitrary, but 32 is too small - bug 687698. */ in gs_copy_glyph_options() macro
2106 gs_glyph glyphs[MAX_GLYPH_PIECES]; in gs_copy_glyph_options()
2116 code = psf_add_subset_pieces(glyphs, &count, MAX_GLYPH_PIECES, MAX_GLYPH_PIECES, in gs_copy_glyph_options()
2120 if (count > MAX_GLYPH_PIECES) in gs_copy_glyph_options()
2165 #undef MAX_GLYPH_PIECES in gs_copy_glyph_options()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxfcopy.c2105 #define MAX_GLYPH_PIECES 64 /* arbitrary, but 32 is too small - bug 687698. */ in gs_copy_glyph_options() macro
2106 gs_glyph glyphs[MAX_GLYPH_PIECES]; in gs_copy_glyph_options()
2116 code = psf_add_subset_pieces(glyphs, &count, MAX_GLYPH_PIECES, MAX_GLYPH_PIECES, in gs_copy_glyph_options()
2120 if (count > MAX_GLYPH_PIECES) in gs_copy_glyph_options()
2165 #undef MAX_GLYPH_PIECES in gs_copy_glyph_options()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgxfcopy.c2278 #define MAX_GLYPH_PIECES 64 /* arbitrary, but 32 is too small - bug 687698. */ in gs_copy_glyph_options() macro
2279 gs_glyph glyphs[MAX_GLYPH_PIECES]; in gs_copy_glyph_options()
2289 code = psf_add_subset_pieces(glyphs, &count, MAX_GLYPH_PIECES, MAX_GLYPH_PIECES, in gs_copy_glyph_options()
2293 if (count > MAX_GLYPH_PIECES) in gs_copy_glyph_options()
2356 #undef MAX_GLYPH_PIECES in gs_copy_glyph_options()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxfcopy.c2192 #define MAX_GLYPH_PIECES 64 /* arbitrary, but 32 is too small - bug 687698. */ in gs_copy_glyph_options() macro
2193 gs_glyph glyphs[MAX_GLYPH_PIECES]; in gs_copy_glyph_options()
2203 code = psf_add_subset_pieces(glyphs, &count, MAX_GLYPH_PIECES, MAX_GLYPH_PIECES, in gs_copy_glyph_options()
2207 if (count > MAX_GLYPH_PIECES) in gs_copy_glyph_options()
2266 #undef MAX_GLYPH_PIECES in gs_copy_glyph_options()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgxfcopy.c2278 #define MAX_GLYPH_PIECES 64 /* arbitrary, but 32 is too small - bug 687698. */ in gs_copy_glyph_options() macro
2279 gs_glyph glyphs[MAX_GLYPH_PIECES]; in gs_copy_glyph_options()
2289 code = psf_add_subset_pieces(glyphs, &count, MAX_GLYPH_PIECES, MAX_GLYPH_PIECES, in gs_copy_glyph_options()
2293 if (count > MAX_GLYPH_PIECES) in gs_copy_glyph_options()
2356 #undef MAX_GLYPH_PIECES in gs_copy_glyph_options()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxfcopy.c2192 #define MAX_GLYPH_PIECES 64 /* arbitrary, but 32 is too small - bug 687698. */ in gs_copy_glyph_options() macro
2193 gs_glyph glyphs[MAX_GLYPH_PIECES]; in gs_copy_glyph_options()
2203 code = psf_add_subset_pieces(glyphs, &count, MAX_GLYPH_PIECES, MAX_GLYPH_PIECES, in gs_copy_glyph_options()
2207 if (count > MAX_GLYPH_PIECES) in gs_copy_glyph_options()
2266 #undef MAX_GLYPH_PIECES in gs_copy_glyph_options()