Home
last modified time | relevance | path

Searched refs:BlackIs1 (Results 1 – 25 of 127) sorted by relevance

123456

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dscfx.h39 bool BlackIs1;\
64 (ss)->BlackIs1 = false,\
H A Dscfd.c48 byte white = (ss->BlackIs1 ? 0 : 0xff); in s_CFD_init()
302 ss->invert = (ss->BlackIs1 ? 0 : 0xff); in s_CFD_process()
445 byte black_byte = (ss->BlackIs1 ? 0xff : 0); in cf_decode_1d()
530 byte invert_white = (ss->BlackIs1 ? 0 : 0xff); in cf_decode_2d()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dscfx.h34 bool BlackIs1;\
59 (ss)->BlackIs1 = false,\
H A Dscfd.c43 byte white = (ss->BlackIs1 ? 0 : 0xff); in s_CFD_init()
295 ss->invert = (ss->BlackIs1 ? 0 : 0xff); in s_CFD_process()
443 byte black_byte = (ss->BlackIs1 ? 0xff : 0); in cf_decode_1d()
528 byte invert_white = (ss->BlackIs1 ? 0 : 0xff); in cf_decode_2d()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dscfx.h34 bool BlackIs1;\
59 (ss)->BlackIs1 = false,\
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dscfx.h36 bool BlackIs1;\
61 (ss)->BlackIs1 = false,\
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dscfx.h36 bool BlackIs1;\
61 (ss)->BlackIs1 = false,\
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dscfx.h39 bool BlackIs1;\
64 (ss)->BlackIs1 = false,\
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dscfx.h36 bool BlackIs1;\
62 (ss)->BlackIs1 = false,\
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dscfx.h36 bool BlackIs1;\
62 (ss)->BlackIs1 = false,\
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcodec/codec/
H A Dfx_codec_fax.cpp475 FX_BOOL BlackIs1,
501 FX_BOOL BlackIs1, in CCodec_FaxDecoder() argument
507 m_bBlack = BlackIs1; in CCodec_FaxDecoder()
624 FX_BOOL BlackIs1, in CreateDecoder() argument
628 EncodedByteAlign, BlackIs1, Columns, Rows); in CreateDecoder()
H A Dccodec_faxmodule.h23 FX_BOOL BlackIs1,
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgdevfax.c70 if ((code = param_write_bool(plist, "BlackIs1", &fdev->BlackIs1)) < 0) in gdev_fax_get_params()
82 bool blackis1 = fdev->BlackIs1; in gdev_fax_put_params()
153 ss->BlackIs1 = fdev->BlackIs1; in gdev_fax_init_state_adjust()
H A Dgdevfax.h35 bool BlackIs1 /* true 0 white 1 black false- opposite */
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgdevfax.c70 if ((code = param_write_bool(plist, "BlackIs1", &fdev->BlackIs1)) < 0) in gdev_fax_get_params()
82 bool blackis1 = fdev->BlackIs1; in gdev_fax_put_params()
153 ss->BlackIs1 = fdev->BlackIs1; in gdev_fax_init_state_adjust()
H A Dgdevfax.h35 bool BlackIs1 /* true 0 white 1 black false- opposite */
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcodec/codec/
H A Dfx_codec_fax.cpp462 bool BlackIs1);
490 bool BlackIs1) in CCodec_FaxDecoder() argument
496 m_bBlack(BlackIs1), in CCodec_FaxDecoder()
590 bool BlackIs1, in CreateDecoder() argument
607 EncodedByteAlign, BlackIs1); in CreateDecoder()
H A Dccodec_faxmodule.h26 bool BlackIs1,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcodec/fax/
H A Dfaxmodule.cpp465 bool BlackIs1);
492 bool BlackIs1) in FaxDecoder() argument
503 m_bBlack(BlackIs1), in FaxDecoder()
583 bool BlackIs1, in CreateDecoder() argument
601 BlackIs1); in CreateDecoder()
H A Dfaxmodule.h30 bool BlackIs1,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcodec/fax/
H A Dfaxmodule.cpp463 bool BlackIs1);
490 bool BlackIs1) in FaxDecoder() argument
501 m_bBlack(BlackIs1), in FaxDecoder()
581 bool BlackIs1, in CreateDecoder() argument
598 EndOfLine, EncodedByteAlign, BlackIs1); in CreateDecoder()
H A Dfaxmodule.h30 bool BlackIs1,
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dpts_fax.h411 bool BlackIs1;\
436 (ss)->BlackIs1 = false,\
H A Dencoder.hpp48 …GenBuffer::Writable &out_,slendiff_t K, slen_t Columns, bool EndOfLine=false, bool BlackIs1=false);
/dports/comms/mgetty+sendfax/mgetty-1.1.37/patches/
H A Dgs-rounding.p142 /* except we set BlackIs1 = true. */
59 ss->BlackIs1 = true;

123456