Home
last modified time | relevance | path

Searched refs:overprint (Results 1 – 25 of 618) sorted by relevance

12345678910>>...25

/dports/math/gnuplot/gnuplot-5.4.1/term/
H A Destimate.trm24 TBOOLEAN widthflag, TBOOLEAN showflag, int overprint);
55 int overprint)
58 * overprint = 3 means save current position
59 * overprint = 4 means restore saved position
61 if (overprint == 3) {
65 } else if (overprint == 4) {
87 /* 0/1/2 no overprint / 1st pass / 2nd pass */
88 ENHest_overprint = overprint;
106 /* First pass of overprint, leave position in center of fragment */
/dports/math/gnuplot-lite/gnuplot-5.4.1/term/
H A Destimate.trm24 TBOOLEAN widthflag, TBOOLEAN showflag, int overprint);
55 int overprint)
58 * overprint = 3 means save current position
59 * overprint = 4 means restore saved position
61 if (overprint == 3) {
65 } else if (overprint == 4) {
87 /* 0/1/2 no overprint / 1st pass / 2nd pass */
88 ENHest_overprint = overprint;
106 /* First pass of overprint, leave position in center of fragment */
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/term/
H A Destimate.trm23 int overprint));
54 int overprint)
57 * overprint = 3 means save current position
58 * overprint = 4 means restore saved position
60 if (overprint == 3) {
64 } else if (overprint == 4) {
86 /* 0/1/2 no overprint / 1st pass / 2nd pass */
87 ENHest_overprint = overprint;
105 /* First pass of overprint, leave position in center of fragment */
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxblend.c3427 overprint = false; in do_compose_group()
3481 code += (!!overprint)<<6; in do_compose_group()
4201 overprint = false; in do_compose_group16()
4253 code += (!!overprint)<<6; in do_compose_group16()
4349 … bool overprint = pdev->op_state == PDF14_OP_STATE_FILL ? pdev->overprint : pdev->stroke_overprint; in do_compose_alphaless_group() local
4414 overprint = false; in do_compose_alphaless_group()
4440 code += (!!overprint)<<6; in do_compose_alphaless_group()
4484 … bool overprint = pdev->op_state == PDF14_OP_STATE_FILL ? pdev->overprint : pdev->stroke_overprint; in do_compose_alphaless_group16() local
4553 overprint = false; in do_compose_alphaless_group16()
4579 code += (!!overprint)<<6; in do_compose_alphaless_group16()
[all …]
H A Dgscolor3.c76 if (pgs->overprint || (!pgs->overprint && dev_proc(pgs->device, dev_spec_op)(pgs->device, in gs_shfill()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxblend.c3427 overprint = false; in do_compose_group()
3481 code += (!!overprint)<<6; in do_compose_group()
4201 overprint = false; in do_compose_group16()
4253 code += (!!overprint)<<6; in do_compose_group16()
4349 … bool overprint = pdev->op_state == PDF14_OP_STATE_FILL ? pdev->overprint : pdev->stroke_overprint; in do_compose_alphaless_group() local
4414 overprint = false; in do_compose_alphaless_group()
4440 code += (!!overprint)<<6; in do_compose_alphaless_group()
4484 … bool overprint = pdev->op_state == PDF14_OP_STATE_FILL ? pdev->overprint : pdev->stroke_overprint; in do_compose_alphaless_group16() local
4553 overprint = false; in do_compose_alphaless_group16()
4579 code += (!!overprint)<<6; in do_compose_alphaless_group16()
[all …]
H A Dgscolor3.c76 if (pgs->overprint || (!pgs->overprint && dev_proc(pgs->device, dev_spec_op)(pgs->device, in gs_shfill()
/dports/math/gnuplot/gnuplot-5.4.1/src/qtterminal/
H A DQtGnuplotItems.cpp54 bool showFlag, int overprint, const QString& text, QColor color) in addText() argument
56 if ((overprint == 1) && !(m_overprintMark)) // Underprint in addText()
61 if (overprint == 3) // Save position in addText()
63 else if (overprint == 4) // Recall saved position in addText()
81 if (overprint == 2) // Overprint in addText()
87 if (widthFlag && (overprint != 2)) in addText()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/qtterminal/
H A DQtGnuplotItems.cpp54 bool showFlag, int overprint, const QString& text, QColor color) in addText() argument
56 if ((overprint == 1) && !(m_overprintMark)) // Underprint in addText()
61 if (overprint == 3) // Save position in addText()
63 else if (overprint == 4) // Recall saved position in addText()
81 if (overprint == 2) // Overprint in addText()
87 if (widthFlag && (overprint != 2)) in addText()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/qtterminal/
H A DQtGnuplotItems.cpp54 bool showFlag, int overprint, const QString& text, QColor color) in addText() argument
56 if ((overprint == 1) && !(m_overprintMark)) // Underprint in addText()
61 if (overprint == 3) // Save position in addText()
63 else if (overprint == 4) // Recall saved position in addText()
81 if (overprint == 2) // Overprint in addText()
87 if (widthFlag && (overprint != 2)) in addText()
/dports/print/pslib/pslib-examples-0.0.11/
H A DMakefile.unix7 … psclock hyperlinks hyphenate fontsample glyphlist ligatures ligexperts overprint spotcolor mmk me…
8 ….ps hyperlinks.ps fontsample.ps glyphlist.ps ligatures.ps ligexperts.ps overprint.ps spotcolor.ps …
73 overprint: overprint.o
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsstate.c404 bool prior_overprint = pgs->overprint; in gs_grestore_only()
426 if (prior_overprint || pgs->overprint) in gs_grestore_only()
556 int prior_op = pfrom->overprint; in gs_setgstate()
569 if (pgs->overprint != prior_op ) in gs_setgstate()
684 bool prior_ovp = pgs->overprint; in gs_setoverprint()
686 pgs->overprint = ovp; in gs_setoverprint()
695 return pgs->overprint; in gs_currentoverprint()
1173 tmp = pgs->overprint; in gs_swapcolors_quick()
1174 pgs->overprint = pgs->overprint_alt; in gs_swapcolors_quick()
1189 int prior_overprint = pgs->overprint; in gs_swapcolors()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsstate.c404 bool prior_overprint = pgs->overprint; in gs_grestore_only()
426 if (prior_overprint || pgs->overprint) in gs_grestore_only()
556 int prior_op = pfrom->overprint; in gs_setgstate()
569 if (pgs->overprint != prior_op ) in gs_setgstate()
684 bool prior_ovp = pgs->overprint; in gs_setoverprint()
686 pgs->overprint = ovp; in gs_setoverprint()
695 return pgs->overprint; in gs_currentoverprint()
1173 tmp = pgs->overprint; in gs_swapcolors_quick()
1174 pgs->overprint = pgs->overprint_alt; in gs_swapcolors_quick()
1189 int prior_overprint = pgs->overprint; in gs_swapcolors()
[all …]
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dcio.cc688 void line_reader::print_segment(int start_point, int overprint) in print_segment() argument
691 overprint = max(overprint, 0); in print_segment()
693 wrapcprintf(wrapcol, "%s%*s", buffer + start_point, overprint, ""); in print_segment()
1032 void fontbuf_line_reader::print_segment(int start_point, int overprint) in print_segment() argument
1035 overprint = max(overprint, 0); in print_segment()
1038 m_font_buf.add(make_stringf("%s%*s", buffer, overprint, ""), in print_segment()
/dports/graphics/poppler-glib/poppler-21.12.0/utils/
H A Dpdftoppm.cc126 static bool overprint = false; variable
187 { "-overprint", argFlag, &overprint, 0, "enable overprint" },
374 … : (jpegcmyk || overprint) ? splashModeDeviceN8 in processPageJobs()
542 if (jpegcmyk || overprint) { in main()
567 if (jpegcmyk || overprint) { in main()
603 …utputDev(mono ? splashModeMono1 : gray ? splashModeMono8 : (jpegcmyk || overprint) ? splashModeDev… in main()
H A Dpdftops.cc126 static bool overprint = false; variable
184 … { "-overprint", argFlag, &overprint, 0, "enable overprint emulation during rasterization" },
336 …} else if ((level1Sep || level2Sep || level3Sep || overprint) && processcolorformat != splashModeC… in main()
451 if (overprint) { in main()
/dports/graphics/poppler-qt5/poppler-21.12.0/utils/
H A Dpdftoppm.cc126 static bool overprint = false; variable
187 { "-overprint", argFlag, &overprint, 0, "enable overprint" },
374 … : (jpegcmyk || overprint) ? splashModeDeviceN8 in processPageJobs()
542 if (jpegcmyk || overprint) { in main()
567 if (jpegcmyk || overprint) { in main()
603 …utputDev(mono ? splashModeMono1 : gray ? splashModeMono8 : (jpegcmyk || overprint) ? splashModeDev… in main()
H A Dpdftops.cc126 static bool overprint = false; variable
184 … { "-overprint", argFlag, &overprint, 0, "enable overprint emulation during rasterization" },
336 …} else if ((level1Sep || level2Sep || level3Sep || overprint) && processcolorformat != splashModeC… in main()
451 if (overprint) { in main()
/dports/graphics/poppler/poppler-21.12.0/utils/
H A Dpdftoppm.cc126 static bool overprint = false; variable
187 { "-overprint", argFlag, &overprint, 0, "enable overprint" },
374 … : (jpegcmyk || overprint) ? splashModeDeviceN8 in processPageJobs()
542 if (jpegcmyk || overprint) { in main()
567 if (jpegcmyk || overprint) { in main()
603 …utputDev(mono ? splashModeMono1 : gray ? splashModeMono8 : (jpegcmyk || overprint) ? splashModeDev… in main()
H A Dpdftops.cc126 static bool overprint = false; variable
184 … { "-overprint", argFlag, &overprint, 0, "enable overprint emulation during rasterization" },
336 …} else if ((level1Sep || level2Sep || level3Sep || overprint) && processcolorformat != splashModeC… in main()
451 if (overprint) { in main()
/dports/graphics/poppler-utils/poppler-21.12.0/utils/
H A Dpdftoppm.cc126 static bool overprint = false; variable
187 { "-overprint", argFlag, &overprint, 0, "enable overprint" },
374 … : (jpegcmyk || overprint) ? splashModeDeviceN8 in processPageJobs()
542 if (jpegcmyk || overprint) { in main()
567 if (jpegcmyk || overprint) { in main()
603 …utputDev(mono ? splashModeMono1 : gray ? splashModeMono8 : (jpegcmyk || overprint) ? splashModeDev… in main()
H A Dpdftops.cc126 static bool overprint = false; variable
184 … { "-overprint", argFlag, &overprint, 0, "enable overprint emulation during rasterization" },
336 …} else if ((level1Sep || level2Sep || level3Sep || overprint) && processcolorformat != splashModeC… in main()
451 if (overprint) { in main()
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgdevpdfg.c1010 pdev->fill_overprint != pis->overprint in pdf_prepare_fill()
1017 pprintb1(pdev->strm, "/OP %s", pis->overprint); in pdf_prepare_fill()
1018 pdev->stroke_overprint = pis->overprint; in pdf_prepare_fill()
1020 pprintb1(pdev->strm, "/op %s", pis->overprint); in pdf_prepare_fill()
1022 pdev->fill_overprint = pis->overprint; in pdf_prepare_fill()
1040 pdev->stroke_overprint != pis->overprint in pdf_prepare_stroke()
1045 pprintb1(pdev->strm, "/OP %s", pis->overprint); in pdf_prepare_stroke()
1046 pdev->stroke_overprint = pis->overprint; in pdf_prepare_stroke()
1049 pdev->fill_overprint = pis->overprint; in pdf_prepare_stroke()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgdevpdfg.c1010 pdev->fill_overprint != pis->overprint in pdf_prepare_fill()
1017 pprintb1(pdev->strm, "/OP %s", pis->overprint); in pdf_prepare_fill()
1018 pdev->stroke_overprint = pis->overprint; in pdf_prepare_fill()
1020 pprintb1(pdev->strm, "/op %s", pis->overprint); in pdf_prepare_fill()
1022 pdev->fill_overprint = pis->overprint; in pdf_prepare_fill()
1040 pdev->stroke_overprint != pis->overprint in pdf_prepare_stroke()
1045 pprintb1(pdev->strm, "/OP %s", pis->overprint); in pdf_prepare_stroke()
1046 pdev->stroke_overprint = pis->overprint; in pdf_prepare_stroke()
1049 pdev->fill_overprint = pis->overprint; in pdf_prepare_stroke()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dterm.c2240 int overprint) in enhanced_recursion() argument
2249 p, brace, fontname, fontsize, base, widthflag, showflag, overprint)); in enhanced_recursion()
2279 (term->enhanced_open)(fontname, fontsize, base, widthflag, showflag, overprint); in enhanced_recursion()
2311 showflag, overprint); in enhanced_recursion()
2334 if (overprint == 2) { in enhanced_recursion()
2447 widthflag, showflag, overprint); in enhanced_recursion()
2461 widthflag, showflag, overprint); in enhanced_recursion()
2471 widthflag, FALSE, overprint); in enhanced_recursion()
2497 overprint = 0; /* may not be necessary, but just in case . . . */ in enhanced_recursion()
2520 (term->enhanced_open)(fontname, fontsize, base, widthflag, showflag, overprint); in enhanced_recursion()
[all …]

12345678910>>...25