Home
last modified time | relevance | path

Searched refs:min_width (Results 176 – 200 of 5585) sorted by relevance

12345678910>>...224

/dports/graphics/tesseract/tesseract-5.0.0/src/lstm/
H A Dinput.cpp81 Image Input::PrepareLSTMInputs(const ImageData &image_data, const Network *network, int min_width, in PrepareLSTMInputs() argument
92 if (width < min_width || height < min_width) { in PrepareLSTMInputs()
93 tprintf("Image too small to scale!! (%dx%d vs min width of %d)\n", width, height, min_width); in PrepareLSTMInputs()
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/robtk/pugl/
H A Dpugl_win.cpp60 int min_width, in puglCreate() argument
79 view->impl->keep_aspect = min_width != width; in puglCreate()
125 RECT mr = { 0, 0, min_width, min_height }; in puglCreate()
127 view->min_width = mr.right - mr.left; in puglCreate()
367 float aspect = view->min_width / (float)view->min_height; in handleMessage()
391 mmi->ptMinTrackSize.x = view->min_width; in handleMessage()
571 puglUpdateGeometryConstraints(PuglView* view, int min_width, int min_height, bool aspect) in puglUpdateGeometryConstraints() argument
573 view->min_width = min_width; in puglUpdateGeometryConstraints()
575 if (view->width < min_width || view->height < min_height) { in puglUpdateGeometryConstraints()
577 if (view->width < min_width) view->width = min_width; in puglUpdateGeometryConstraints()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/robtk/pugl/
H A Dpugl_win.cpp60 int min_width, in puglCreate() argument
79 view->impl->keep_aspect = min_width != width; in puglCreate()
125 RECT mr = { 0, 0, min_width, min_height }; in puglCreate()
127 view->min_width = mr.right - mr.left; in puglCreate()
367 float aspect = view->min_width / (float)view->min_height; in handleMessage()
391 mmi->ptMinTrackSize.x = view->min_width; in handleMessage()
581 puglUpdateGeometryConstraints(PuglView* view, int min_width, int min_height, bool aspect) in puglUpdateGeometryConstraints() argument
583 view->min_width = min_width; in puglUpdateGeometryConstraints()
585 if (view->width < min_width || view->height < min_height) { in puglUpdateGeometryConstraints()
587 if (view->width < min_width) view->width = min_width; in puglUpdateGeometryConstraints()
/dports/cad/openroad/OpenROAD-2.0/src/sta/search/
H A DCheckMinPulseWidths.cc46 float &min_width,
275 float min_width; in visitMinPulseWidthChecks() local
277 minPulseWidth(path, sta_, min_width, exists); in visitMinPulseWidthChecks()
430 float min_width; in minWidth() local
432 minPulseWidth(&open_path_, sta, min_width, exists); in minWidth()
433 return min_width; in minWidth()
444 float &min_width, in minPulseWidth() argument
452 sdc->minPulseWidth(pin, clk, rf, min_width, exists); in minPulseWidth()
459 min_width, exists); in minPulseWidth()
/dports/security/snort3/snort3-3.1.19.0/src/helpers/
H A Dsigsafe.cc118 size_t min_width = 0; in sigsafe_vsnprintf() local
123 min_width = min_width * 10 + (format[fmt_idx] - '0'); in sigsafe_vsnprintf()
146 if (arg_len < min_width) in sigsafe_vsnprintf()
148 … for (size_t padding = arg_len; padding < min_width && str_idx < size - 1; padding++) in sigsafe_vsnprintf()
150 … if (negative && ((padding == arg_len && zpad) || (padding + 1 == min_width && !zpad))) in sigsafe_vsnprintf()
165 for (size_t padding = arg_len; padding < min_width && str_idx < size - 1; padding++) in sigsafe_vsnprintf()
176 for (size_t padding = arg_len; padding < min_width && str_idx < size - 1; padding++) in sigsafe_vsnprintf()
185 for (size_t padding = arg_len; padding < min_width && str_idx < size - 1; padding++) in sigsafe_vsnprintf()
/dports/x11-themes/Kvantum/Kvantum-0.20.2/Kvantum/themes/kvthemes/KvRoughGlass/
H A DKvRoughGlass.kvconfig125 min_width=0
129 min_width=+0.14font
147 min_width=0
183 min_width=+0.4font
208 min_width=0
301 min_width=0
322 min_width=0
345 min_width=0
365 min_width=0
/dports/devel/R-cran-pillar/pillar/R/
H A Dshaft-simple.R22 min_width = NULL, na = NULL, na_indent = 0L, argument
42 min_width = min_width,
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/tk/util/
H A DLSPSizeConstraints.h42 inline ssize_t min_width() const { return sSize.nMinWidth; } in min_width() function
65 void set_min(ssize_t min_width, ssize_t min_height);
68 … void set(ssize_t min_width, ssize_t min_height, ssize_t max_width, ssize_t max_height);
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/lalrpop-0.17.2/src/message/
H A Dwrap.rs21 fn min_width(&self) -> usize { in min_width() method
22 self.items.iter().map(|c| c.min_width()).max().unwrap() in min_width()
32 let len = item.min_width(); in emit()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/lalrpop-0.16.3/src/message/
H A Dwrap.rs21 fn min_width(&self) -> usize { in min_width() method
22 self.items.iter().map(|c| c.min_width()).max().unwrap() in min_width()
32 let len = item.min_width(); in emit()
/dports/net/krill/krill-0.9.4/cargo-crates/lalrpop-0.19.6/src/message/
H A Dwrap.rs21 fn min_width(&self) -> usize { in min_width() method
22 self.items.iter().map(|c| c.min_width()).max().unwrap() in min_width()
32 let len = item.min_width(); in emit()
/dports/math/plplot-ada/plplot-5.15.0/examples/c++/
H A Dx15.cc109 PLFLT min_width = 0.0, max_width = 0.0; in plot1() local
123 min_width = 2.0; in plot1()
131 min_color, min_width, max_color, max_width, in plot1()
149 PLFLT min_width = 0.0, max_width = 0.0; in plot2() local
177 min_color, min_width, max_color, max_width, in plot2()
/dports/math/plplot/plplot-5.15.0/examples/java/
H A Dx15.java127 double sh_width, min_width = 0., max_width = 0.; in plot1() local
141 min_width = 2.; in plot1()
149 min_color, min_width, max_color, max_width, in plot1()
166 double sh_width, min_width = 0., max_width = 0.; in plot2() local
192 min_color, min_width, max_color, max_width, in plot2()
/dports/math/plplot/plplot-5.15.0/examples/c++/
H A Dx15.cc109 PLFLT min_width = 0.0, max_width = 0.0; in plot1() local
123 min_width = 2.0; in plot1()
131 min_color, min_width, max_color, max_width, in plot1()
149 PLFLT min_width = 0.0, max_width = 0.0; in plot2() local
177 min_color, min_width, max_color, max_width, in plot2()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Demacsgtkfixed.c102 int w = priv->f->output_data.pgtk->size_hints.min_width; in emacs_fixed_get_preferred_width()
106 int w = priv->f->output_data.x->size_hints.min_width; in emacs_fixed_get_preferred_width()
151 data[5] = hints->min_width; in XSetWMSizeHints()
168 int w = f->output_data.pgtk->size_hints.min_width; in XSetWMSizeHints()
171 int w = f->output_data.x->size_hints.min_width; in XSetWMSizeHints()
/dports/math/plplot-ada/plplot-5.15.0/examples/java/
H A Dx15.java127 double sh_width, min_width = 0., max_width = 0.; in plot1() local
141 min_width = 2.; in plot1()
149 min_color, min_width, max_color, max_width, in plot1()
166 double sh_width, min_width = 0., max_width = 0.; in plot2() local
192 min_color, min_width, max_color, max_width, in plot2()
/dports/textproc/meld/meld-3.20.4/meld/ui/
H A Dgtkcompat.py107 min_width = context.get_property('min-width', context.get_state())
109 min_width += (
115 return max(width, min_width), max(height, min_height)
124 min_width = context.get_property('min-width', context.get_state())
132 width = max(width, min_width)
/dports/math/plplot-ada/plplot-5.15.0/examples/python/
H A Dx15.py65 min_width = 2.
75 min_color, min_width, max_color, max_width, 1, None, None)
102 min_width = 0.
117 min_color, min_width, max_color, max_width, 1, None, None)
/dports/math/plplot/plplot-5.15.0/examples/python/
H A Dx15.py65 min_width = 2.
75 min_color, min_width, max_color, max_width, 1, None, None)
102 min_width = 0.
117 min_color, min_width, max_color, max_width, 1, None, None)
/dports/devel/R-cran-pillar/pillar/man/
H A Dnew_pillar_component.Rd8 new_pillar_component(x, ..., width, min_width = NULL)
14 with attributes \code{"width"} and \code{"min_width"} attributes (for \code{pillar_component()}).}
18 \item{width, min_width}{Width and minimum width for the new component.
19 If \code{min_width} is \code{NULL}, it is assumed to match \code{width}.}
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/util/
H A Dint_util.h36 uint8_t DetectUIntWidth(const uint64_t* values, int64_t length, uint8_t min_width = 1);
40 int64_t length, uint8_t min_width = 1);
43 uint8_t DetectIntWidth(const int64_t* values, int64_t length, uint8_t min_width = 1);
47 uint8_t min_width = 1);
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/util/
H A Dint_util.h36 uint8_t DetectUIntWidth(const uint64_t* values, int64_t length, uint8_t min_width = 1);
40 int64_t length, uint8_t min_width = 1);
43 uint8_t DetectIntWidth(const int64_t* values, int64_t length, uint8_t min_width = 1);
47 uint8_t min_width = 1);
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/src/FrameReflower/
H A DTable.php60 $min_width = $this->_state["min_width"];
96 $min_table_width = (float)$style->length_in_pt($style->min_width, $cb["w"] - $delta);
99 $min_width -= $delta;
109 if ($preferred_width > $min_width) {
112 $width = $min_width;
118 } else if ($cb["w"] - $delta > $min_width) {
121 $width = $min_width;
149 if ($width > $min_width) {
170 $increment = $width - $min_width;
/dports/www/mod_php81/php-8.1.1/main/
H A Dsnprintf.c481 int min_width = 0; in format_converter() local
557 STR_TO_DEC(fmt, min_width); in format_converter()
560 min_width = va_arg(ap, int); in format_converter()
563 if (min_width < 0) { in format_converter()
565 min_width = -min_width; in format_converter()
1039 if (adjust_width && adjust == RIGHT && (size_t)min_width > s_len) { in format_converter()
1044 min_width--; in format_converter()
1046 PAD(min_width, s_len, pad_char); in format_converter()
1056 if (adjust_width && adjust == LEFT && (size_t)min_width > s_len) in format_converter()
1057 PAD(min_width, s_len, pad_char); in format_converter()
/dports/lang/php81/php-8.1.1/main/
H A Dsnprintf.c481 int min_width = 0; in format_converter() local
557 STR_TO_DEC(fmt, min_width); in format_converter()
560 min_width = va_arg(ap, int); in format_converter()
563 if (min_width < 0) { in format_converter()
565 min_width = -min_width; in format_converter()
1039 if (adjust_width && adjust == RIGHT && (size_t)min_width > s_len) { in format_converter()
1044 min_width--; in format_converter()
1046 PAD(min_width, s_len, pad_char); in format_converter()
1056 if (adjust_width && adjust == LEFT && (size_t)min_width > s_len) in format_converter()
1057 PAD(min_width, s_len, pad_char); in format_converter()

12345678910>>...224