Home
last modified time | relevance | path

Searched refs:BARCODE_FLAT (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/zint/zint-2.10.0-src/backend/tests/
H A Dtest_postal.c50 /* 0*/ { BARCODE_FLAT, "1", 90, 0, 1, 810 }, in test_large()
51 /* 1*/ { BARCODE_FLAT, "1", 91, ZINT_ERROR_TOO_LONG, -1, -1 }, in test_large()
220 /* 0*/ { BARCODE_FLAT, -1, 0, "1234567890", 0, 1, 90, 50 }, in test_input()
221 /* 1*/ { BARCODE_FLAT, -1, 0, "A", ZINT_ERROR_INVALID_DATA, -1, -1, -1 }, in test_input()
308 /* 0*/ { BARCODE_FLAT, "1304056", 0, 1, 63, "Verified manually against tec-it", in test_encode()
H A Dtest_vector.c171 /* 32*/ { BARCODE_FLAT, "1234567890", "", 50, 1, 90, 180, 100 }, in test_buffer_vector()
932 /* 64*/ { BARCODE_FLAT, 1, "1234567890", "", 0, 1, 1, 90, 180, 2, "" }, in test_height()
933 /* 65*/ { BARCODE_FLAT, 4, "1234567890", "", 0, 4, 1, 90, 180, 8, "" }, in test_height()
H A Dtest_raster.c154 /* 32*/ { BARCODE_FLAT, "1234567890", "", 50, 1, 90, 180, 100 }, in test_buffer()
1314 /* 64*/ { BARCODE_FLAT, 1, "1234567890", "", 0, 1, 1, 90, 180, 2, "" }, in test_height()
1315 /* 65*/ { BARCODE_FLAT, 4, "1234567890", "", 0, 4, 1, 90, 180, 8, "" }, in test_height()
H A Dtest_eci.c155 /* 15*/ { BARCODE_FLAT, UNICODE_MODE, 0, "é", ZINT_ERROR_INVALID_DATA, -1, "Numbers only" }, in test_reduced_charset_input()
H A Dtestcommon.c367 { "BARCODE_FLAT", BARCODE_FLAT, 28 }, in testUtilBarcodeName()
2049 { "flattermarken", BARCODE_FLAT, 28, 0, 0, 0, 0, 0, }, in testUtilBwippName()
/dports/print/limereport/LimeReport-1.5.35/3rdparty/zint-2.6.1/backend/
H A Dzint.h125 #define BARCODE_FLAT 28 macro
H A Dlibrary.c520 case BARCODE_FLAT: in ZBarcode_ValidID()
717 case BARCODE_FLAT: error_number = flattermarken(symbol, preprocessed, in_length); in reduced_charset()
/dports/graphics/zint/zint-2.10.0-src/backend/
H A Dzint.h142 #define BARCODE_FLAT 28 /* Flattermarken */ macro
H A Doutput.c232 case BARCODE_FLAT: in quiet_zones()
H A Dlibrary.c504 case BARCODE_FLAT: in has_hrt()
650 case BARCODE_FLAT: error_number = flattermarken(symbol, preprocessed, length); in reduced_charset()
/dports/graphics/zint/zint-2.10.0-src/backend_tcl/
H A Dzint.c309 BARCODE_FLAT,
/dports/graphics/zint/zint-2.10.0-src/frontend/
H A Dmain.c304 { BARCODE_FLAT, "flat" }, in get_barcode_name()
/dports/graphics/zint/zint-2.10.0-src/frontend_qt/
H A Dmainwindow.cpp78 { "Flattermarken", BARCODE_FLAT },
1715 { "flat", BARCODE_FLAT, 28 }, in get_setting_name()