Home
last modified time | relevance | path

Searched refs:minh (Results 1 – 25 of 1171) sorted by relevance

12345678910>>...47

/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/PointSet/include/mirtk/
H A DImplicitSurfaceUtils.h238 d += minh;
239 x[0] += minh * e1[0];
240 x[1] += minh * e1[1];
241 x[2] += minh * e1[2];
242 maxh -= minh;
247 while (maxh > minh) {
259 d += minh;
260 x[0] += minh * e1[0];
261 x[1] += minh * e1[1];
262 x[2] += minh * e1[2];
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Dels_box.c18 *oh = minh; in _box_object_aspect_calc()
29 else if ((minh >= 0) && (minh > *oh)) *oh = minh; in _box_object_aspect_calc()
59 else if ((minh >= 0) && (minh > *oh)) *oh = minh; in _box_object_aspect_calc()
82 if ((*maxh >= 0) && (*minh > *maxh)) *maxh = *minh; in _smart_extents_padding_calc()
113 *minw = *minh = 0; in _smart_extents_non_homogeneous_calc()
125 rminh = minh; in _smart_extents_non_homogeneous_calc()
135 rminw = minh; in _smart_extents_non_homogeneous_calc()
237 minh = 0; in _smart_extents_calculate()
260 if (minh < child_mxh) minh = child_mxh; in _smart_extents_calculate()
391 if (h < minh) in _els_box_layout()
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/Output/
H A Dglue_widget.cpp24 SI minw, minh; // minimal width and height in pixels member in glue_widget_rep
27 glue_widget_rep (bool hflag, bool vflag, SI minw, SI minh);
28 glue_widget_rep (tree col, bool hflag, bool vflag, SI minw, SI minh);
37 col (""), hflag (hflag2), vflag (vflag2), minw (w2), minh (h2) {} in glue_widget_rep()
41 col (c2), hflag (hf2), vflag (vf2), minw (w2), minh (h2) {} in glue_widget_rep()
51 ev->h= minh; in handle_get_size()
57 ev->h= minh; in handle_get_size()
62 if (!vflag) ev->h= minh; in handle_get_size()
94 glue_wk_widget (bool hflag, bool vflag, SI minw, SI minh) { in glue_wk_widget() argument
95 return tm_new<glue_widget_rep> (hflag, vflag, minw, minh); in glue_wk_widget()
[all …]
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/RecastDemo/Source/
H A DConvexVolumeTool.cpp195 float minh = FLT_MAX, maxh = 0; in handleClick() local
197 minh = rcMin(minh, verts[i*3+1]); in handleClick()
198 minh -= m_boxDescent; in handleClick()
199 maxh = minh + m_boxHeight; in handleClick()
252 float minh = FLT_MAX, maxh = 0; in handleRender() local
254 minh = rcMin(minh, m_pts[i*3+1]); in handleRender()
255 minh -= m_boxDescent; in handleRender()
256 maxh = minh + m_boxHeight; in handleRender()
273 dd.vertex(vj[0],minh,vj[2], duRGBA(255,255,255,64)); in handleRender()
274 dd.vertex(vi[0],minh,vi[2], duRGBA(255,255,255,64)); in handleRender()
[all …]
/dports/x11/xpra/xpra-4.3/xpra/x11/models/
H A Dsize_hints_util.py60 minw,minh = mins
62 if minw<0 and minh<0:
80 if minh>0 and minh>maxh:
82 if minh<=256:
83 maxh = minh
85 minh = maxh
87 minh = maxh = 256
90 size_hints["minimum-size"] = minw, minh
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/test/automatic_test_files/
H A Dnoautosave.cfg6minh=-1;maxw=-1;maxh=-1;floatx=-1;floaty=-1;floatw=-1;floath=-1|name=structure;caption=Table of Co…
H A Dautosave.cfg6minh=-1;maxw=-1;maxh=-1;floatx=-1;floaty=-1;floatw=-1;floath=-1|name=structure;caption=Table of Co…
H A Dconfig_from_19.11.cfg5minh=-1;maxw=-1;maxh=-1;floatx=-1;floaty=-1;floatw=-1;floath=-1|name=structure;caption=Table of Co…
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/models/
H A Dxyhw.rs17 minh: i32, field
31 pub minh: i32, field
44 minh: -999_999_999, in default()
59 minh: -999_999_999, in default()
75 minh: cmp::max(self.minh, other.minh), in add()
91 minh: cmp::max(self.minh, other.minh), in sub()
106 minh: xywh.minh, in from()
142 self.minh in minh()
183 self.minh = value; in set_minh()
198 if self.h < self.minh { in update_limits()
[all …]
H A Dxyhw_change.rs13 pub minh: Option<i32>, field
26 minh: Some(xywh.minh()), in from()
71 if let Some(minh) = self.minh { in update()
72 if xyhw.minh() != minh { in update()
73 xyhw.set_minh(minh); in update()
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_widget_image.c7 int minw, minh; member
16 e_widget_image_add_from_object(Evas *evas, Evas_Object *object, int minw, int minh) in e_widget_image_add_from_object() argument
34 wd->minh = minh <= 0 ? minh : 0; in e_widget_image_add_from_object()
39 if (minw || minh) in e_widget_image_add_from_object()
40 e_widget_size_min_set(obj, minw, minh); in e_widget_image_add_from_object()
50 e_widget_image_add_from_file(Evas *evas, const char *file, int minw, int minh) in e_widget_image_add_from_file() argument
68 e_widget_size_min_set(obj, minw, minh); in e_widget_image_add_from_file()
H A De_flowlayout.c406 if (minh) *minh = sd->min.h; in e_flowlayout_size_min_get()
526 int minw, minh; in _e_flowlayout_smart_reconfigure() local
540 minh = sd->min.h; in _e_flowlayout_smart_reconfigure()
550 if (h < minh) in _e_flowlayout_smart_reconfigure()
553 h = minh; in _e_flowlayout_smart_reconfigure()
586 h = minh; in _e_flowlayout_smart_reconfigure()
780 minh = 1; in _e_flowlayout_smart_extents_calcuate()
792 if (minh < bi->min.h) minh = bi->min.h; in _e_flowlayout_smart_extents_calcuate()
798 if (minh < bi->min.h) minh = bi->min.h; in _e_flowlayout_smart_extents_calcuate()
876 minh = minh / sd->cols + 0.2 * minh; in _e_flowlayout_smart_extents_calcuate()
[all …]
/dports/devel/efl/efl-1.25.1/src/tests/edje/
H A Dedje_test_features.c136 int minw, minh, minw2, minh2; in EFL_START_TEST() local
153 edje_object_part_geometry_get(obj, "rect", NULL, NULL, &minw, &minh); in EFL_START_TEST()
154 fail_if(minw != 50 || minh != 50); in EFL_START_TEST()
158 edje_object_part_geometry_get(obj, "rect", NULL, NULL, &minw, &minh); in EFL_START_TEST()
160 fail_if(!b || minw != 100 || minh != 100 || minw2 != 100 || minh2 != 100); in EFL_START_TEST()
163 b = edje_size_class_get("rect_size", &minw, &minh, NULL, NULL); in EFL_START_TEST()
164 fail_if(!b || minw != 100 || minh != 100); in EFL_START_TEST()
176 edje_object_part_geometry_get(obj, "rect", NULL, NULL, &minw, &minh); in EFL_START_TEST()
178 fail_if(!b || minw != 150 || minh != 150 || minw2 != 100 || minh2 != 100); in EFL_START_TEST()
181 b = edje_object_size_class_get(obj, "rect_size", &minw, &minh, NULL, NULL); in EFL_START_TEST()
[all …]
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/tests/twisted/
H A Davatar-requirements.py10 minh = props['MinimumAvatarHeight']
21 assert minh == 32, minh
38 types, minw, minh, maxw, maxh, maxb = conn.Avatars.GetAvatarRequirements()
43 assert minh == 32, minh
/dports/mail/greyfix/greyfix-0.4.0/
H A DREADME3 [Kim Minh Kaplan](mailto:kaplan+greyfix@kim-minh.com)
17 [greyfix-0.4.0.tar.gz](http://www.kim-minh.com/pub/greyfix/greyfix-0.4.0.tar.gz) ([signature](http:…
308 a [New Ticket](http://trac.kim-minh.com/greyfix/newticket).
323 … [greyfix-0.3.9.tar.gz](http://www.kim-minh.com/pub/greyfix/greyfix-0.3.9.tar.gz) ([signature](htt…
327 … [greyfix-0.3.8.tar.gz](http://www.kim-minh.com/pub/greyfix/greyfix-0.3.8.tar.gz) ([signature](htt…
333 … [greyfix-0.3.7.tar.gz](http://www.kim-minh.com/pub/greyfix/greyfix-0.3.7.tar.gz) ([signature](htt…
336 … [greyfix-0.3.6.tar.gz](http://www.kim-minh.com/pub/greyfix/greyfix-0.3.6.tar.gz) ([signature](htt…
338 … [greyfix-0.3.5.tar.gz](http://www.kim-minh.com/pub/greyfix/greyfix-0.3.5.tar.gz) ([signature](htt…
358 …- [greyfix-0.3.tar.gz](http://www.kim-minh.com/pub/greyfix/greyfix-0.3.tar.gz) ([signature](http:/…
359 …- [greyfix-0.2.tar.gz](http://www.kim-minh.com/pub/greyfix/greyfix-0.2.tar.gz) ([signature](http:/…
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/recastnavigation/Recast/Source/
H A DRecastFilter.cpp108 int minh = MAX_HEIGHT; in rcFilterLedgeSpans() local
121 minh = rcMin(minh, -walkableClimb - bot); in rcFilterLedgeSpans()
131 minh = rcMin(minh, nbot - bot); in rcFilterLedgeSpans()
141 minh = rcMin(minh, nbot - bot); in rcFilterLedgeSpans()
156 if (minh < -walkableClimb) in rcFilterLedgeSpans()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/recastnavigation/Recast/Source/
H A DRecastFilter.cpp108 int minh = MAX_HEIGHT; in rcFilterLedgeSpans() local
121 minh = rcMin(minh, -walkableClimb - bot); in rcFilterLedgeSpans()
131 minh = rcMin(minh, nbot - bot); in rcFilterLedgeSpans()
141 minh = rcMin(minh, nbot - bot); in rcFilterLedgeSpans()
156 if (minh < -walkableClimb) in rcFilterLedgeSpans()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Recast/source/
H A DRecastFilter.cpp110 int minh = MAX_HEIGHT; in rcFilterLedgeSpans() local
123 minh = rcMin(minh, -walkableClimb - bot); in rcFilterLedgeSpans()
133 minh = rcMin(minh, nbot - bot); in rcFilterLedgeSpans()
143 minh = rcMin(minh, nbot - bot); in rcFilterLedgeSpans()
158 if (minh < -walkableClimb) in rcFilterLedgeSpans()
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/Recast/Source/
H A DRecastFilter.cpp108 int minh = MAX_HEIGHT; in rcFilterLedgeSpans() local
121 minh = rcMin(minh, -walkableClimb - bot); in rcFilterLedgeSpans()
131 minh = rcMin(minh, nbot - bot); in rcFilterLedgeSpans()
141 minh = rcMin(minh, nbot - bot); in rcFilterLedgeSpans()
156 if (minh < -walkableClimb) in rcFilterLedgeSpans()
/dports/astro/stellarium/stellarium-0.21.3/src/gui/
H A DDialog.cpp73 int minh; in mouseMoveEvent() local
78 minh = p->minimumSizeHint().height(); in mouseMoveEvent()
83 minh = p->minimumHeight() > 0 ? p->minimumHeight() : 24; in mouseMoveEvent()
95 if (h + dpos.y() >= minh) in mouseMoveEvent()
97 else if (h > minh && dpos.y() < 0) in mouseMoveEvent()
98 h = minh; in mouseMoveEvent()
/dports/x11-wm/durden/durden-0.6.1/durden/uiprim/
H A Dbar.lua20 if (btn.minh and btn.minh > 0 and h < btn.minh) then
21 h = btn.minh;
85 lbl = lbl(btn.minh);
179 if (minh) then
180 btn.minh = minh == 0 and nil or minh;
264 minh = 0,
293 if (minh and minh > 0) then
294 res.minh = minh;
577 minh = bar.base;
702 if (minh and j.minh and j.minh > 0) then
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/edje/
H A Dedje_textblock.c14 int *minw, int *minh, in _edje_part_recalc_single_textblock_min_max_calc_legacy() argument
57 if (minh && miny2) in _edje_part_recalc_single_textblock_min_max_calc_legacy()
59 if (mh > *minh) *minh = mh; in _edje_part_recalc_single_textblock_min_max_calc_legacy()
87 if (minh && (*maxh < *minh)) *maxh = *minh; in _edje_part_recalc_single_textblock_min_max_calc_legacy()
96 int *minw, int *minh, in _edje_part_recalc_single_textblock_min_max_calc() argument
123 if (minh) min_calc_h = *minh; in _edje_part_recalc_single_textblock_min_max_calc()
249 if (dminy && minh) *minh = min_calc_h; in _edje_part_recalc_single_textblock_min_max_calc()
415 if (minh && (*maxh < *minh)) *maxh = *minh; in _edje_part_recalc_single_textblock_min_max_calc()
516 int *minw, int *minh, in _edje_part_recalc_single_textblock() argument
579 minw, minh, in _edje_part_recalc_single_textblock()
[all …]
/dports/deskutils/egroupware/egroupware/api/
H A Dthumbnail.php119 $maxh = $minh = $height;
129 $minw = $minh = $minsize;
149 $maxsize = $height = $width = $minsize = $maxh = $minh = $maxw = $minw = 16;
161 if ($gen_thumb && ($thumb = gd_image_thumbnail($src, $maxw, $maxh, $minw, $minh)))
241 * @param int $minh the minimum height of the thumbnail
248 function get_scaled_image_size($w, $h, $maxw, $maxh, $minw=0, $minh=0) argument
256 $scale = $minh ? $minh / $h : $maxw / $w;
548 * @param int $minh the minimum height of the thumbnail
552 function gd_image_thumbnail($file, $maxw, $maxh, $minw, $minh) argument
562 $scaled = get_scaled_image_size($w, $h, $maxw, $maxh, $minw, $minh);
/dports/astro/kstars/kstars-3.5.6/Tests/kstars_ui/
H A Dphd2_Simulators.PHDGuidingV25minh=-1;maxw=-1;maxh=-1;floatx=-1;floaty=-1;floatw=-1;floath=-1|name=Guider;caption=Guider;state=2…
H A Dphd2_Simulators_mf.PHDGuidingV25minh=-1;maxw=-1;maxh=-1;floatx=-1;floaty=-1;floatw=-1;floath=-1|name=Guider;caption=Guider;state=2…

12345678910>>...47