Home
last modified time | relevance | path

Searched refs:show_hrt (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/zint/zint-2.10.0-src/backend/tests/
H A Dtest_svg.c44 int show_hrt; in test_print() member
146 if (data[i].show_hrt != -1) { in test_print()
147 symbol->show_hrt = data[i].show_hrt; in test_print()
188 …ame(data[i].output_options), data[i].whitespace_width, data[i].whitespace_height, data[i].show_hrt, in test_print()
H A Dtest_tif.c168 int show_hrt; in test_print() member
237 if (data[i].show_hrt != -1) { in test_print()
238 symbol->show_hrt = data[i].show_hrt; in test_print()
281 …data[i].whitespace_width, data[i].whitespace_height, data[i].show_hrt, data[i].option_1, data[i].o… in test_print()
H A Dtest_png.c129 int show_hrt; in test_print() member
233 if (data[i].show_hrt != -1) { in test_print()
234 symbol->show_hrt = data[i].show_hrt; in test_print()
277 …data[i].whitespace_width, data[i].whitespace_height, data[i].show_hrt, data[i].option_1, data[i].o… in test_print()
H A Dtest_raster.c312 int show_hrt; in test_upcean_hrt() member
378 if (data[i].show_hrt != -1) { in test_upcean_hrt()
379 symbol->show_hrt = data[i].show_hrt; in test_upcean_hrt()
401 assert_zero(data[i].show_hrt, "i:%d Expected text row -1 but show_hrt set\n", i); in test_upcean_hrt()
402 …if (i && data[i - 1].symbology == symbol->symbology && data[i - 1].show_hrt && data[i - 1].expecte… in test_upcean_hrt()
416 if (symbol->show_hrt) { in test_upcean_hrt()
433 if (symbol->show_hrt) { in test_upcean_hrt()
1185 symbol->show_hrt = 0; in test_buffer_plot()
1674 symbol->show_hrt = 0; // Note: disabling HRT in test_height()
H A Dtest_vector.c326 int show_hrt; in test_upcean_hrt() member
395 if (data[i].show_hrt != -1) { in test_upcean_hrt()
396 symbol->show_hrt = data[i].show_hrt; in test_upcean_hrt()
423 if (data[i].show_hrt) { in test_upcean_hrt()
1292 symbol->show_hrt = 0; // Note: disabling HRT in test_height()
/dports/print/limereport/LimeReport-1.5.35/3rdparty/zint-2.6.1/backend_qt/
H A Dqzint.cpp72 m_zintSymbol->show_hrt = 0; in encode()
74 m_zintSymbol->show_hrt = 1; in encode()
259 m_zintSymbol->show_hrt = 0; in save_to_file()
261 m_zintSymbol->show_hrt = 1; in save_to_file()
/dports/print/limereport/LimeReport-1.5.35/3rdparty/zint-2.6.1/backend/
H A Dzint.h83 int show_hrt; member
H A Demf.c209 if (symbol->show_hrt != 0) { in emf_plot()
424 if ((symbol->show_hrt != 0) && (ustrlen(local_text) != 0)) { in emf_plot()
494 if ((symbol->show_hrt != 0) && (ustrlen(local_text) != 0)) { in emf_plot()
1032 if ((symbol->show_hrt != 0) && (ustrlen(local_text) != 0)) { in emf_plot()
1083 if ((symbol->show_hrt != 0) && (ustrlen(local_text) != 0)) { in emf_plot()
H A Dsvg.c71 if (symbol->show_hrt != 0) { in svg_plot()
234 if ((ustrlen(local_text) != 0) && (symbol->show_hrt != 0)) { in svg_plot()
H A Dps.c71 if (symbol->show_hrt != 0) { in ps_plot()
295 if ((ustrlen(local_text) != 0) && (symbol->show_hrt != 0)) { in ps_plot()
H A Drender.c120 if ((!symbol->show_hrt) || (ustrlen(symbol->text) == 0)) { in render_plot()
H A Draster.c669 if (symbol->show_hrt != 0) { in plot_raster_default()
H A Dlibrary.c65 symbol->show_hrt = 1; // Show human readable text in ZBarcode_Create()
/dports/graphics/zint/zint-2.10.0-src/backend/
H A Dzint.h98 int show_hrt; /* Show (1) or hide (0) Human Readable Text. Default 1 */ member
H A Doutput.c466 … addon[j] = symbol->show_hrt ? symbol->text[i] : ' '; /* Use dummy space-filled addon if no hrt */ in output_process_upcean()
H A Dvector.c457 hide_text = ((!symbol->show_hrt) || (ustrlen(symbol->text) == 0)); in plot_vector()
H A Dlibrary.c71 symbol->show_hrt = 1; // Show human readable text in ZBarcode_Create()
H A Draster.c970 hide_text = ((!symbol->show_hrt) || (ustrlen(symbol->text) == 0)); in plot_raster_default()
/dports/deskutils/glabels/glabels-3.4.1/src/
H A Dbc-zint.c155 symbol->show_hrt = 0; in gl_barcode_zint_new()
/dports/graphics/zint/zint-2.10.0-src/backend_qt/
H A Dqzint.cpp95 m_zintSymbol->show_hrt = m_show_hrt ? 1 : 0; in resetSymbol()
/dports/graphics/zint/zint-2.10.0-src/backend_tcl/
H A Dzint.c938 my_symbol->show_hrt = (intValue?0:1); in Encode()
/dports/graphics/zint/zint-2.10.0-src/frontend/
H A Dmain.c1061 my_symbol->show_hrt = 0; in main()