Home
last modified time | relevance | path

Searched refs:whitespace_width (Results 1 – 25 of 65) sorted by relevance

123

/dports/print/limereport/LimeReport-1.5.35/3rdparty/zint-2.6.1/backend_qt/
H A Dqzint.cpp65 m_zintSymbol->whitespace_width = m_whitespace; in encode()
100 m_whitespace = m_zintSymbol->whitespace_width; in encode()
252 m_zintSymbol->whitespace_width = m_whitespace; in save_to_file()
371 gwidth += m_zintSymbol->whitespace_width * 2; in render()
405 ….fillRect(0, 0, m_zintSymbol->width + m_zintSymbol->whitespace_width + m_zintSymbol->whitespace_wi… in render()
434 if (m_zintSymbol->whitespace_width == 0) { in render()
435 m_zintSymbol->whitespace_width = 10; in render()
446 if (m_zintSymbol->whitespace_width == 0) { in render()
447 m_zintSymbol->whitespace_width = 10; in render()
453 if (m_zintSymbol->whitespace_width == 0) { in render()
[all …]
/dports/graphics/zint/zint-2.10.0-src/backend/tests/
H A Dtest_pcx.c40 int whitespace_width; in test_print() member
91 if (data[i].whitespace_width != -1) { in test_print()
92 symbol->whitespace_width = data[i].whitespace_width; in test_print()
120 data[i].whitespace_width, data[i].whitespace_height, in test_print()
H A Dtest_emf.c42 int whitespace_width; in test_print() member
107 if (data[i].whitespace_width != -1) { in test_print()
108 symbol->whitespace_width = data[i].whitespace_width; in test_print()
132 …testUtilOutputOptionsName(data[i].output_options), data[i].whitespace_width, data[i].whitespace_he… in test_print()
H A Dtest_bmp.c132 int whitespace_width; in test_print() member
181 if (data[i].whitespace_width != -1) { in test_print()
182 symbol->whitespace_width = data[i].whitespace_width; in test_print()
206 data[i].whitespace_width, data[i].whitespace_height, in test_print()
H A Dtest_ps.c42 int whitespace_width; in test_print() member
126 if (data[i].whitespace_width != -1) { in test_print()
127 symbol->whitespace_width = data[i].whitespace_width; in test_print()
157 …testUtilOutputOptionsName(data[i].output_options), data[i].whitespace_width, data[i].whitespace_he… in test_print()
H A Dtest_gif.c128 int whitespace_width; in test_print() member
198 if (data[i].whitespace_width != -1) { in test_print()
199 symbol->whitespace_width = data[i].whitespace_width; in test_print()
229 data[i].whitespace_width, data[i].whitespace_height, in test_print()
H A Dtest_svg.c42 int whitespace_width; in test_print() member
155 if (data[i].whitespace_width != -1) { in test_print()
156 symbol->whitespace_width = data[i].whitespace_width; in test_print()
188 …testUtilOutputOptionsName(data[i].output_options), data[i].whitespace_width, data[i].whitespace_he… in test_print()
H A Dtest_tif.c166 int whitespace_width; in test_print() member
249 if (data[i].whitespace_width != -1) { in test_print()
250 symbol->whitespace_width = data[i].whitespace_width; 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.c127 int whitespace_width; in test_print() member
245 if (data[i].whitespace_width != -1) { in test_print()
246 symbol->whitespace_width = data[i].whitespace_width; 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()
/dports/print/limereport/LimeReport-1.5.35/3rdparty/zint-2.6.1/backend/
H A Drender.c145 if (symbol->whitespace_width == 0) { in render_plot()
146 symbol->whitespace_width = 10; in render_plot()
178 if (symbol->whitespace_width < 10) { in render_plot()
179 symbol->whitespace_width = 10; in render_plot()
195 if (symbol->whitespace_width == 0) { in render_plot()
196 symbol->whitespace_width = 10; in render_plot()
212 …otal_area_width_x = total_symbol_width_x + (2 * (symbol->border_width + symbol->whitespace_width)); in render_plot()
214 xoffset = symbol->border_width + symbol->whitespace_width; in render_plot()
H A Draster.c492 xoffset = symbol->border_width + symbol->whitespace_width; in plot_raster_maxicode()
549 …w_bar(pixelbuf, 300 + ((symbol->border_width + symbol->whitespace_width + symbol->whitespace_width in plot_raster_maxicode()
607 xoffset = symbol->border_width + symbol->whitespace_width; in plot_raster_dotty()
743 if (symbol->whitespace_width == 0) { in plot_raster_default()
744 symbol->whitespace_width = 10; in plot_raster_default()
754 if (symbol->whitespace_width == 0) { in plot_raster_default()
755 symbol->whitespace_width = 10; in plot_raster_default()
761 if (symbol->whitespace_width == 0) { in plot_raster_default()
762 symbol->whitespace_width = 10; in plot_raster_default()
789 xoffset = symbol->border_width + symbol->whitespace_width; in plot_raster_default()
H A Dsvg.c169 if (symbol->whitespace_width == 0) { in svg_plot()
170 symbol->whitespace_width = 10; in svg_plot()
180 if (symbol->whitespace_width == 0) { in svg_plot()
181 symbol->whitespace_width = 10; in svg_plot()
187 if (symbol->whitespace_width == 0) { in svg_plot()
188 symbol->whitespace_width = 10; in svg_plot()
221 xoffset = symbol->border_width + symbol->whitespace_width; in svg_plot()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/textwrap-0.14.2/src/wrap_algorithms/
H A Doptimal_fit.rs188 width += fragment.width() + fragment.whitespace_width(); in wrap_optimal_fit()
206 let line_width = widths[j] - widths[i] - fragments[j - 1].whitespace_width() in wrap_optimal_fit()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/textwrap-0.14.2/src/wrap_algorithms/
H A Doptimal_fit.rs188 width += fragment.width() + fragment.whitespace_width(); in wrap_optimal_fit()
206 let line_width = widths[j] - widths[i] - fragments[j - 1].whitespace_width() in wrap_optimal_fit()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/textwrap-0.14.2/src/wrap_algorithms/
H A Doptimal_fit.rs188 width += fragment.width() + fragment.whitespace_width(); in wrap_optimal_fit()
206 let line_width = widths[j] - widths[i] - fragments[j - 1].whitespace_width() in wrap_optimal_fit()
/dports/converters/yj-bruceadams/yj-1.1.34/cargo-crates/textwrap-0.14.2/src/wrap_algorithms/
H A Doptimal_fit.rs188 width += fragment.width() + fragment.whitespace_width(); in wrap_optimal_fit()
206 let line_width = widths[j] - widths[i] - fragments[j - 1].whitespace_width() in wrap_optimal_fit()
/dports/www/firefox/firefox-99.0/third_party/rust/textwrap/src/wrap_algorithms/
H A Doptimal_fit.rs188 width += fragment.width() + fragment.whitespace_width(); in wrap_optimal_fit()
206 let line_width = widths[j] - widths[i] - fragments[j - 1].whitespace_width() in wrap_optimal_fit()
/dports/x11/swayr/swayr-v0.11.2/cargo-crates/textwrap-0.14.2/src/wrap_algorithms/
H A Doptimal_fit.rs188 width += fragment.width() + fragment.whitespace_width(); in wrap_optimal_fit()
206 let line_width = widths[j] - widths[i] - fragments[j - 1].whitespace_width() in wrap_optimal_fit()
/dports/textproc/jql/jql-3.0.6/cargo-crates/textwrap-0.14.2/src/wrap_algorithms/
H A Doptimal_fit.rs188 width += fragment.width() + fragment.whitespace_width(); in wrap_optimal_fit()
206 let line_width = widths[j] - widths[i] - fragments[j - 1].whitespace_width() in wrap_optimal_fit()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/textwrap-0.14.2/src/wrap_algorithms/
H A Doptimal_fit.rs188 width += fragment.width() + fragment.whitespace_width(); in wrap_optimal_fit()
206 let line_width = widths[j] - widths[i] - fragments[j - 1].whitespace_width() in wrap_optimal_fit()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/textwrap-0.14.2/src/wrap_algorithms/
H A Doptimal_fit.rs188 width += fragment.width() + fragment.whitespace_width(); in wrap_optimal_fit()
206 let line_width = widths[j] - widths[i] - fragments[j - 1].whitespace_width() in wrap_optimal_fit()
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/textwrap-0.14.2/src/wrap_algorithms/
H A Doptimal_fit.rs188 width += fragment.width() + fragment.whitespace_width(); in wrap_optimal_fit()
206 let line_width = widths[j] - widths[i] - fragments[j - 1].whitespace_width() in wrap_optimal_fit()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/textwrap-0.14.2/src/wrap_algorithms/
H A Doptimal_fit.rs188 width += fragment.width() + fragment.whitespace_width(); in wrap_optimal_fit()
206 let line_width = widths[j] - widths[i] - fragments[j - 1].whitespace_width() in wrap_optimal_fit()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/modules/deprecated/old_arch/gdip_raster/
H A Dgdip_font.cpp133 adjust_white_space(string, &rc.Width, ctx->whitespace_width); in gdip_get_text_size()
212 ctx->whitespace_width = FIX2FLT(w2 - 2*w); in gdip_get_font_info()
214 *max_advance_h = (s32) MAX(ctx->underscore_width, ctx->whitespace_width); in gdip_get_font_info()
243 est_advance_h = ctx->whitespace_width; in gdip_load_glyph()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/modules/deprecated/old_arch/gdip_raster/
H A Dgdip_font.cpp133 adjust_white_space(string, &rc.Width, ctx->whitespace_width); in gdip_get_text_size()
212 ctx->whitespace_width = FIX2FLT(w2 - 2*w); in gdip_get_font_info()
214 *max_advance_h = (s32) MAX(ctx->underscore_width, ctx->whitespace_width); in gdip_get_font_info()
243 est_advance_h = ctx->whitespace_width; in gdip_load_glyph()

123