Home
last modified time | relevance | path

Searched refs:maxw (Results 1 – 25 of 1144) sorted by relevance

12345678910>>...46

/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Dels_box.c25 if ((maxw >= 0) && (maxw < *ow)) *ow = maxw; in _box_object_aspect_calc()
38 if ((maxw >= 0) && (maxw < *ow)) *ow = maxw; in _box_object_aspect_calc()
50 if ((maxw >= 0) && (maxw < *ow)) *ow = maxw; in _box_object_aspect_calc()
55 if ((maxw >= 0) && (maxw < *ow)) *ow = maxw; in _box_object_aspect_calc()
69 if ((maxw >= 0) && (maxw < *ow)) *ow = maxw; in _box_object_aspect_calc()
81 if ((*maxw >= 0) && (*minw > *maxw)) *maxw = *minw; in _smart_extents_padding_calc()
89 if (*maxw != -1) *maxw += priv->pad.h * c; in _smart_extents_padding_calc()
126 rmaxw = maxw; in _smart_extents_non_homogeneous_calc()
238 maxw = -1; in _smart_extents_calculate()
288 if (maxw == -1) maxw = child_mxw; in _smart_extents_calculate()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.ThreadPool/tests/
H A DThreadPoolTests.cs63 int maxw, maxc; in GetMinMaxThreadsTest()
65 Assert.True(minw <= maxw); in GetMinMaxThreadsTest()
77 int maxw, maxc; in GetAvailableThreadsTest()
79 Assert.True(w <= maxw); in GetAvailableThreadsTest()
87 int minw, minc, maxw, maxc; in SetMinMaxThreadsTest()
138 VerifyMaxThreads(maxw, maxc); in SetMinMaxThreadsTest()
151 int minw, minc, maxw, maxc; in SetMinMaxThreadsTest_ChangedInDotNetCore()
161 VerifyMaxThreads(maxw, maxc); in SetMinMaxThreadsTest_ChangedInDotNetCore()
166 VerifyMaxThreads(maxw, maxc); in SetMinMaxThreadsTest_ChangedInDotNetCore()
182 int maxw, maxc; in VerifyMaxThreads()
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/edje/
H A Dedje_textblock.c79 if (maxw && maxx2) in _edje_part_recalc_single_textblock_min_max_calc_legacy()
81 if (mw > *maxw) *maxw = mw; in _edje_part_recalc_single_textblock_min_max_calc_legacy()
82 if (minw && (*maxw < *minw)) *maxw = *minw; in _edje_part_recalc_single_textblock_min_max_calc_legacy()
141 maxw && (*maxw > -1) && (*maxw < temp_w)) in _edje_part_recalc_single_textblock_min_max_calc()
142 temp_w = *maxw; in _edje_part_recalc_single_textblock_min_max_calc()
183 maxw && (*maxw > -1)) in _edje_part_recalc_single_textblock_min_max_calc()
237 (maxw && (*maxw > -1) && (*maxw < tw))) in _edje_part_recalc_single_textblock_min_max_calc()
284 if (maxw && (*maxw > -1) && (*maxw < temp_w)) in _edje_part_recalc_single_textblock_min_max_calc()
407 if (maxw && dmaxx) in _edje_part_recalc_single_textblock_min_max_calc()
409 if (tw > *maxw) *maxw = tw; in _edje_part_recalc_single_textblock_min_max_calc()
[all …]
/dports/www/piwigo/piwigo/themes/modus/template/
H A Dthumbnails.tpl56 {$maxw=(2+2*($derivative_params->max_width()+1+7))|intval}
57 {cssResolution base='(max-width:'|cat:$maxw|cat:'px)' max=1},
58 {$maxw=(2+2*($derivative_params->max_width()/1.5+1+7))|intval}
60 {$maxw=(2+2*($derivative_params->max_width()/2+1+7))|intval}
62 {$maxw=(2+2*($derivative_params->max_width()/3+1+7))|intval}
63 {cssResolution base='(max-width:'|cat:$maxw|cat:'px)' min=2.5}{
77 {$maxw=(2+($derivative_params->max_width()+1+7))|intval}
78 {cssResolution base='(max-width:'|cat:$maxw|cat:'px)' max=1},
79 {$maxw=(2+($derivative_params->max_width()/1.5+1+7))|intval}
81 {$maxw=(2+($derivative_params->max_width()/2+1+7))|intval}
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/vpfutil/
H A Dvpfmisc.c236 maxw = 0;
239 if (textwidth(text[i]) > maxw) maxw = textwidth(text[i]);
244 pad = (maxw*10)/100;
245 maxw = maxw + (2*pad);
321 maxw = 0; in process_img_tmpl_output_add_namespace()
324 if (textwidth(text[i]) > maxw) maxw = textwidth(text[i]);
331 maxw = maxw + (2*pad);
1073 int maxw,
1102 maxw = max(maxw, textwidth(walker));
1122 maxw = maxw + (2*pad);
[all …]
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/test/automatic_test_files/
H A Dnoautosave.cfg6maxw=-1;maxh=-1;floatx=-1;floaty=-1;floatw=-1;floath=-1|name=structure;caption=Table of Contents;s…
H A Dautosave.cfg6maxw=-1;maxh=-1;floatx=-1;floaty=-1;floatw=-1;floath=-1|name=structure;caption=Table of Contents;s…
H A Dconfig_from_19.11.cfg5maxw=-1;maxh=-1;floatx=-1;floaty=-1;floatw=-1;floath=-1|name=structure;caption=Table of Contents;s…
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/models/
H A Dxyhw.rs16 maxw: i32, field
30 pub maxw: i32, field
43 maxw: 999_999_999, in default()
58 maxw: 999_999_999, in default()
74 maxw: cmp::min(self.maxw, other.maxw), in add()
90 maxw: cmp::min(self.maxw, other.maxw), in sub()
105 maxw: xywh.maxw, in from()
138 self.maxw in maxw()
179 self.maxw = value; in set_maxw()
195 if self.w > self.maxw { in update_limits()
[all …]
H A Dxyhw_change.rs12 pub maxw: Option<i32>, field
25 maxw: Some(xywh.maxw()), in from()
65 if let Some(maxw) = self.maxw { in update()
66 if xyhw.maxw() != maxw { in update()
67 xyhw.set_maxw(maxw); in update()
/dports/devel/efl/efl-1.25.1/src/examples/eina/
H A Deina_tiler_01.c16 static Evas_Coord maxw, maxh, winw, winh; variable
113 bx += maxw + WINDOW_PAD; in add_input_rect()
223 maxw = 0; in main()
236 if (maxw < r->x + r->w) maxw = r->x + r->w; in main()
252 if ((maxw == 0) || (maxh == 0)) in main()
265 winw = 2 * maxw + 3 * WINDOW_PAD; in main()
283 add_text("Input", WINDOW_PAD, 0, maxw); in main()
287 evas_object_resize(o, maxw, maxh); in main()
290 add_text("Output", maxw + 2 * WINDOW_PAD, 0, maxw); in main()
294 evas_object_resize(o, maxw, maxh); in main()
[all …]
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Jpeg2000/
H A DJpeg2000Color.cpp91 maxw = qFloor (img->comps[0].w); in sycc444_to_rgb()
93 max = maxw * maxh; in sycc444_to_rgb()
125 maxw = qFloor (img->comps[0].w); in sycc422_to_rgb()
127 max = maxw * maxh; in sycc422_to_rgb()
139 for(j=0; j < maxw; j += 2) in sycc422_to_rgb()
180 maxw = qFloor (img->comps[0].w); in sycc420_to_rgb()
182 max = maxw * maxh; in sycc420_to_rgb()
194 ny = y + maxw; in sycc420_to_rgb()
195 nr = r + maxw; ng = g + maxw; nb = b + maxw; in sycc420_to_rgb()
197 for(j=0; j < maxw; j += 2) in sycc420_to_rgb()
[all …]
/dports/x11/xpra/xpra-4.3/xpra/x11/models/
H A Dsize_hints_util.py61 maxw,maxh = maxs
66 if maxw<=0 or maxh<=0:
71 if minw>0 and minw>maxw:
74 maxw = minw
75 elif maxw>=256:
76 minw = maxw
78 minw = maxw = 256
91 size_hints["maximum-size"] = maxw, maxh
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/openjpeg/common/
H A Dcolor.c82 int maxw, maxh, max, i, offset, upb; in sycc444_to_rgb() local
88 max = maxw * maxh; in sycc444_to_rgb()
114 int maxw, maxh, max, offset, upb; in sycc422_to_rgb() local
121 max = maxw * maxh; in sycc422_to_rgb()
133 for(j=0; j < maxw; j += 2) in sycc422_to_rgb()
161 int maxw, maxh, max, offset, upb; in sycc420_to_rgb() local
168 max = maxw * maxh; in sycc420_to_rgb()
180 ny = y + maxw; in sycc420_to_rgb()
181 nr = r + maxw; ng = g + maxw; nb = b + maxw; in sycc420_to_rgb()
183 for(j=0; j < maxw; j += 2) in sycc420_to_rgb()
[all …]
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/applications/common/
H A Dcolor.c82 int maxw, maxh, max, i, offset, upb; in sycc444_to_rgb() local
88 max = maxw * maxh; in sycc444_to_rgb()
114 int maxw, maxh, max, offset, upb; in sycc422_to_rgb() local
121 max = maxw * maxh; in sycc422_to_rgb()
133 for(j=0; j < maxw; j += 2) in sycc422_to_rgb()
161 int maxw, maxh, max, offset, upb; in sycc420_to_rgb() local
168 max = maxw * maxh; in sycc420_to_rgb()
180 ny = y + maxw; in sycc420_to_rgb()
181 nr = r + maxw; ng = g + maxw; nb = b + maxw; in sycc420_to_rgb()
183 for(j=0; j < maxw; j += 2) in sycc420_to_rgb()
[all …]
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dcrop.cc94 maxw = 3000;
538 int W = maxw; in doresetCrop()
773 W2 = maxw; in adjustCropToRatio()
831 maxw = mw; in setDimensions()
928 X = maxw - W; in cropMoved()
1015 W = maxw - nx; in cropWidth2Resized()
1210 W = maxw - nx; in cropTopRightResized()
1357 if (x2 >= maxw) { in cropResized()
1386 if (W > maxw) { in cropResized()
1387 W = maxw; in cropResized()
[all …]
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/tests/twisted/
H A Davatar-requirements.py11 maxw = props['MaximumAvatarWidth']
22 assert maxw == 96, maxw
38 types, minw, minh, maxw, maxh, maxb = conn.Avatars.GetAvatarRequirements()
44 assert maxw == 96, maxw
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dcrop.cc92 maxw = 3000;
567 int W = maxw; in doresetCrop()
809 W2 = maxw; in adjustCropToRatio()
868 maxw = mw; in setDimensions()
965 X = maxw - W; in cropMoved()
1052 W = maxw - nx; in cropWidth2Resized()
1247 W = maxw - nx; in cropTopRightResized()
1393 if (x2 >= maxw) { in cropResized()
1417 if (W > maxw) { in cropResized()
1418 W = maxw; in cropResized()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dimageio_j2k.c497 size_t maxw, maxh, max; in sycc444_to_rgb() local
504 maxw = img->comps[0].w; in sycc444_to_rgb()
506 max = maxw * maxh; in sycc444_to_rgb()
548 max = maxw * maxh; in sycc422_to_rgb()
615 int *nr = r + maxw; in sycc420_to_rgb()
616 int *ng = g + maxw; in sycc420_to_rgb()
617 int *nb = b + maxw; in sycc420_to_rgb()
647 y += maxw; in sycc420_to_rgb()
648 r += maxw; in sycc420_to_rgb()
649 g += maxw; in sycc420_to_rgb()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dimageio_j2k.c500 size_t maxw, maxh, max; in sycc444_to_rgb() local
507 maxw = img->comps[0].w; in sycc444_to_rgb()
509 max = maxw * maxh; in sycc444_to_rgb()
551 max = maxw * maxh; in sycc422_to_rgb()
618 int *nr = r + maxw; in sycc420_to_rgb()
619 int *ng = g + maxw; in sycc420_to_rgb()
620 int *nb = b + maxw; in sycc420_to_rgb()
650 y += maxw; in sycc420_to_rgb()
651 r += maxw; in sycc420_to_rgb()
652 g += maxw; in sycc420_to_rgb()
[all …]
/dports/deskutils/egroupware/egroupware/api/
H A Dthumbnail.php124 $maxw = $minw = $width;
133 $maxw = $maxh = $maxsize;
238 * @param int $maxw maximum width of the image
248 function get_scaled_image_size($w, $h, $maxw, $maxh, $minw=0, $minh=0) argument
256 $scale = $minh ? $minh / $h : $maxw / $w;
305 * @param int $maxw the maximum width of the thumbnail
309 function gd_image_load($file,$maxw,$maxh) argument
545 * @param int $maxw the maximum width of the thumbnail
552 function gd_image_thumbnail($file, $maxw, $maxh, $minw, $minh) argument
555 if (($img_src = gd_image_load($file,$maxw,$maxh)) !== false)
[all …]
/dports/x11/hs-xmobar/xmobar-0.39/test/Xmobar/Plugins/Monitors/
H A DCommonSpec.hs19 let maxw = 3 function
21 expectedStr = take maxw givenStr
22 padString 0 maxw "" False "" givenStr `shouldBe` expectedStr
25 let maxw = 3 function
29 padString 0 maxw "" False ellipsis givenStr `shouldBe` expectedStr
/dports/mail/py-alot/alot-0.9/alot/widgets/
H A Dsearch.py139 maxw = None
143 minw, maxw = width_tuple[1:]
145 content = prepare_string(name, thread, maxw)
159 width = text.pack((maxw or minw,))[0]
193 def prepare_string(partname, thread, maxw): argument
220 if maxw:
221 if len(s) > maxw and shortener:
222 s = shortener(s, maxw)
224 s = s[:maxw]
/dports/devel/9base/9base-6/seq/
H A Dseq.c23 int w, p, maxw, maxp; in buildfmt() local
30 maxw = 0; in buildfmt()
39 if(w>maxw) in buildfmt()
40 maxw = w; in buildfmt()
45 maxw += maxp+1; in buildfmt()
46 sprint(fmt,"%%%d.%df\n", maxw, maxp); in buildfmt()
/dports/math/cadabra2/cadabra2-2.3.6.8/frontend/latex/
H A Dtableaux.sty50 \newdimen\maxw
66 \maxw=0ex
70 \ifnum\maxw=0\maxw=\acchspace\fi%
72 0pt{\vrule height \ytfsize\hss}}}\kern\acchspace\kern-\maxw}
74 \ifnum\maxw=0\maxw=\acchspace\fi%
104 \maxw=0ex
115 \ifnum\maxw=0\maxw=\acchspace\fi%
119 \fi}\kern-\maxw}}

12345678910>>...46