Home
last modified time | relevance | path

Searched refs:testUtilOutputOptionsName (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/zint/zint-2.10.0-src/backend/tests/
H A Dtestcommon.h127 const char *testUtilOutputOptionsName(int output_options);
H A Dtest_pcx.c119 …, testUtilBarcodeName(data[i].symbology), data[i].border_width, testUtilOutputOptionsName(data[i].… in test_print()
H A Dtest_emf.c132testUtilOutputOptionsName(data[i].output_options), data[i].whitespace_width, data[i].whitespace_he… in test_print()
H A Dtest_dmatrix.c519 …(data[i].symbology), testUtilInputModeName(data[i].input_mode), testUtilOutputOptionsName(data[i].… in test_reader_init()
684testUtilOutputOptionsName(data[i].output_options), testUtilEscape(data[i].data, length, escaped, s… in test_input()
2086 …ology), testUtilInputModeName(data[i].input_mode), data[i].eci, testUtilOutputOptionsName(data[i].… in test_encode()
H A Dtest_bmp.c205 …, testUtilBarcodeName(data[i].symbology), data[i].border_width, testUtilOutputOptionsName(data[i].… in test_print()
H A Dtest_ps.c157testUtilOutputOptionsName(data[i].output_options), data[i].whitespace_width, data[i].whitespace_he… in test_print()
H A Dtest_gif.c228 …, testUtilBarcodeName(data[i].symbology), data[i].border_width, testUtilOutputOptionsName(data[i].… in test_print()
H A Dtest_svg.c188testUtilOutputOptionsName(data[i].output_options), data[i].whitespace_width, data[i].whitespace_he… in test_print()
H A Dtest_code16k.c127 … i, testUtilInputModeName(data[i].input_mode), testUtilOutputOptionsName(data[i].output_options), in test_reader_init()
H A Dtest_tif.c280 …estUtilInputModeName(data[i].input_mode), data[i].border_width, testUtilOutputOptionsName(data[i].… in test_print()
H A Dtest_png.c276 …estUtilInputModeName(data[i].input_mode), data[i].border_width, testUtilOutputOptionsName(data[i].… in test_print()
H A Dtest_aztec.c2403 …ology), testUtilInputModeName(data[i].input_mode), data[i].eci, testUtilOutputOptionsName(data[i].… in test_encode()
H A Dtest_gridmtx.c309 …i, testUtilInputModeName(data[i].input_mode), data[i].eci, testUtilOutputOptionsName(data[i].outpu… in test_input()
H A Dtest_ultra.c153 …i, testUtilInputModeName(data[i].input_mode), testUtilOutputOptionsName(data[i].output_options), t… in test_reader_init()
H A Dtest_codablock.c227 …(data[i].symbology), testUtilInputModeName(data[i].input_mode), testUtilOutputOptionsName(data[i].… in test_reader_init()
H A Dtest_pdf417.c168 …(data[i].symbology), testUtilInputModeName(data[i].input_mode), testUtilOutputOptionsName(data[i].… in test_reader_init()
H A Dtest_code128.c273 …(data[i].symbology), testUtilInputModeName(data[i].input_mode), testUtilOutputOptionsName(data[i].… in test_reader_init()
H A Dtest_raster.c1199 …, data[i].option_1, data[i].option_2, data[i].whitespace_width, testUtilOutputOptionsName(data[i].… in test_buffer_plot()
H A Dtestcommon.c629 const char *testUtilOutputOptionsName(int output_options) { in testUtilOutputOptionsName() function