Home
last modified time | relevance | path

Searched refs:DM_SQUARE (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/zint/zint-2.10.0-src/backend/tests/
H A Dtest_dmatrix.c442 /* 7*/ { BARCODE_DATAMATRIX, -1, -1, -1, DM_SQUARE, "ABCDEFGHIJK", 0, 16, 16 }, in test_options()
579 …/* 24*/ { UNICODE_MODE, 0, -1, DM_SQUARE, -1, "ABCDEFGHI\001", 0, 0, 16, 16, 1, "E6 59 E9 6D 24 80… in test_input()
585 …/* 30*/ { UNICODE_MODE, 0, -1, DM_SQUARE, -1, "ABCDEFGH+", 0, 0, 16, 16, 1, "E6 59 E9 6D 24 FE 48 … in test_input()
589 …/* 34*/ { UNICODE_MODE, 0, -1, DM_SQUARE, -1, "ABCDEFGHI+", 0, 0, 16, 16, 1, "E6 59 E9 6D 24 80 5F… in test_input()
594 …/* 39*/ { UNICODE_MODE, 0, -1, DM_SQUARE, -1, "ABCDEFGHj", 0, 0, 16, 16, 1, "E6 59 E9 6D 24 FE 48 … in test_input()
621 …/* 66*/ { UNICODE_MODE, 0, -1, DM_SQUARE, -1, "abcdefghJ", 0, 0, 16, 16, 1, "EF 59 E9 6D 24 FE 68 … in test_input()
1037 …/* 15*/ { BARCODE_DATAMATRIX, GS1_MODE, -1, -1, -1, DM_SQUARE, "[01]00012345678905[17]040115", 0, … in test_encode()
1215 …/* 23*/ { BARCODE_HIBC_DM, -1, -1, -1, -1, DM_SQUARE, "/ACMRN123456/V200912190833", 0, 20, 20, 1, … in test_encode()
1275 …/* 26*/ { BARCODE_HIBC_DM, -1, -1, -1, -1, DM_SQUARE, "/EU720060FF0/O523201", 0, 18, 18, 1, "HIBC/… in test_encode()
1469 …/* 36*/ { BARCODE_DATAMATRIX, UNICODE_MODE, -1, -1, -1, DM_SQUARE, "abcdefgh+", 0, 16, 16, 1, "TEX… in test_encode()
[all …]
H A Dtestcommon.c595 case DM_SQUARE: in testUtilOption3Name()
2875 if (option_3 != DM_SQUARE && symbol->width != symbol->height) { in testUtilBwipp()
/dports/print/limereport/LimeReport-1.5.35/3rdparty/zint-2.6.1/backend/
H A Dzint.h225 #define DM_SQUARE 100 macro
H A Ddmatrix.c1176 if (symbol->option_3 == DM_SQUARE) { in data_matrix_200()
/dports/graphics/zint/zint-2.10.0-src/backend/
H A Dzint.h268 #define DM_SQUARE 100 /* Only consider square versions on automatic symbol size selec… macro
H A Ddmatrix.c558 if (symbol->option_3 == DM_SQUARE) { in get_symbolsize()
/dports/graphics/zint/zint-2.10.0-src/frontend/
H A Dmain.c938 if (my_symbol->option_3 != DM_SQUARE) { in main()
1157 my_symbol->option_3 = DM_SQUARE; in main()
/dports/graphics/zint/zint-2.10.0-src/backend_tcl/
H A Dzint.c943 my_symbol->option_3 = DM_SQUARE; in Encode()
/dports/graphics/zint/zint-2.10.0-src/frontend_qt/
H A Dmainwindow.cpp1460 m_bc.bc.setOption3(DM_SQUARE); in update_preview()