Home
last modified time | relevance | path

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

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpdfg.c385 private const ht_function_t ht_functions[] = { variable
488 int i = countof(ht_functions); in pdf_write_spot_halftone()
506 for (i = 0; i < countof(ht_functions); ++i) { in pdf_write_spot_halftone()
507 floatp (*spot_proc)(P2(floatp, floatp)) = ht_functions[i].proc; in pdf_write_spot_halftone()
530 if (i == countof(ht_functions)) { in pdf_write_spot_halftone()
539 if (i < countof(ht_functions)) in pdf_write_spot_halftone()
540 pprints1(s, "/SpotFunction/%s", ht_functions[i].fname); in pdf_write_spot_halftone()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpdfg.c385 private const ht_function_t ht_functions[] = { variable
488 int i = countof(ht_functions); in pdf_write_spot_halftone()
506 for (i = 0; i < countof(ht_functions); ++i) { in pdf_write_spot_halftone()
507 floatp (*spot_proc)(P2(floatp, floatp)) = ht_functions[i].proc; in pdf_write_spot_halftone()
530 if (i == countof(ht_functions)) { in pdf_write_spot_halftone()
539 if (i < countof(ht_functions)) in pdf_write_spot_halftone()
540 pprints1(s, "/SpotFunction/%s", ht_functions[i].fname); in pdf_write_spot_halftone()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpdfg.c788 static const ht_function_t ht_functions[] = { variable
912 int i = countof(ht_functions); in pdf_write_spot_halftone()
929 for (i = 0; i < countof(ht_functions); ++i) { in pdf_write_spot_halftone()
930 floatp (*spot_proc)(floatp, floatp) = ht_functions[i].proc; in pdf_write_spot_halftone()
952 if (i == countof(ht_functions)) { in pdf_write_spot_halftone()
963 if (i < countof(ht_functions)) in pdf_write_spot_halftone()
964 pprints1(s, "/SpotFunction/%s", ht_functions[i].fname); in pdf_write_spot_halftone()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpdfg.c788 static const ht_function_t ht_functions[] = { variable
912 int i = countof(ht_functions); in pdf_write_spot_halftone()
929 for (i = 0; i < countof(ht_functions); ++i) { in pdf_write_spot_halftone()
930 floatp (*spot_proc)(floatp, floatp) = ht_functions[i].proc; in pdf_write_spot_halftone()
952 if (i == countof(ht_functions)) { in pdf_write_spot_halftone()
963 if (i < countof(ht_functions)) in pdf_write_spot_halftone()
964 pprints1(s, "/SpotFunction/%s", ht_functions[i].fname); in pdf_write_spot_halftone()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpdfg.c773 static const ht_function_t ht_functions[] = { variable
885 int i = countof(ht_functions); in pdf_write_spot_halftone()
902 for (i = 0; i < countof(ht_functions); ++i) { in pdf_write_spot_halftone()
903 floatp (*spot_proc)(floatp, floatp) = ht_functions[i].proc; in pdf_write_spot_halftone()
926 if (i == countof(ht_functions)) { in pdf_write_spot_halftone()
937 if (i < countof(ht_functions)) in pdf_write_spot_halftone()
938 pprints1(s, "/SpotFunction/%s", ht_functions[i].fname); in pdf_write_spot_halftone()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpdfg.c773 static const ht_function_t ht_functions[] = { variable
885 int i = countof(ht_functions); in pdf_write_spot_halftone()
902 for (i = 0; i < countof(ht_functions); ++i) { in pdf_write_spot_halftone()
903 floatp (*spot_proc)(floatp, floatp) = ht_functions[i].proc; in pdf_write_spot_halftone()
926 if (i == countof(ht_functions)) { in pdf_write_spot_halftone()
937 if (i < countof(ht_functions)) in pdf_write_spot_halftone()
938 pprints1(s, "/SpotFunction/%s", ht_functions[i].fname); in pdf_write_spot_halftone()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpdfg.c2270 static const ht_function_t ht_functions[] = { variable
2393 int i = countof(ht_functions); in pdf_write_spot_halftone()
2414 for (i = 0; i < countof(ht_functions); ++i) { in pdf_write_spot_halftone()
2415 double (*spot_proc)(double, double) = ht_functions[i].proc; in pdf_write_spot_halftone()
2437 if (i == countof(ht_functions)) { in pdf_write_spot_halftone()
2448 if (i < countof(ht_functions)) in pdf_write_spot_halftone()
2449 pprints1(s, "/SpotFunction/%s", ht_functions[i].fname); in pdf_write_spot_halftone()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpdfg.c2270 static const ht_function_t ht_functions[] = { variable
2393 int i = countof(ht_functions); in pdf_write_spot_halftone()
2414 for (i = 0; i < countof(ht_functions); ++i) { in pdf_write_spot_halftone()
2415 double (*spot_proc)(double, double) = ht_functions[i].proc; in pdf_write_spot_halftone()
2437 if (i == countof(ht_functions)) { in pdf_write_spot_halftone()
2448 if (i < countof(ht_functions)) in pdf_write_spot_halftone()
2449 pprints1(s, "/SpotFunction/%s", ht_functions[i].fname); in pdf_write_spot_halftone()