Home
last modified time | relevance | path

Searched refs:height_max (Results 1 – 25 of 232) sorted by relevance

12345678910

/dports/games/freeminer-default/default-0.4.10.4/mods/default/
H A Dbiomes.lua16 height_max = 40,
25 height_max = 3000,
34 height_max = 2500,
66 height_max = 2,
75 height_max = 2,
104 height_max = 0,
120 height_max = 0,
134 height_max = 5,
151 height_max = 3,
288 height_max = 4,
[all …]
H A Dmapgen.lua63 height_max = 64,
76 height_max = 2,
103 height_max = -64,
117 height_max = -64,
131 height_max = -256,
159 height_max = -64,
173 height_max = -256,
215 height_max = -16,
228 height_max = -64,
315 height_max = 7,
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dr_3dfloors.cpp34 int height_max = -1; variable
47 height_max = -1; in R_3D_DeleteHeights()
63 if(height_max >= 0) { in R_3D_AddHeight()
89 height_max++; in R_3D_AddHeight()
136 current.height_max = height_max; in R_3D_EnterSkybox()
142 height_max = -1; in R_3D_EnterSkybox()
153 current.height_max = -1; in R_3D_LeaveSkybox()
159 height_max = current.height_max; in R_3D_LeaveSkybox()
/dports/games/freeminer/freeminer-0.4.10.4/games/minimal/mods/default/
H A Dmapgen.lua38 height_max = 64,
49 height_max = 7,
60 height_max = -5,
71 height_max = -17,
83 height_max = 31000,
94 height_max = 31000,
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/segmentation/include/pcl/segmentation/
H A Dextract_polygonal_prism_data.h141 setHeightLimits (double height_min, double height_max) in setHeightLimits() argument
144 height_limit_max_ = height_max; in setHeightLimits()
153 getHeightLimits (double &height_min, double &height_max) const in getHeightLimits() argument
156 height_max = height_limit_max_; in getHeightLimits()
/dports/science/py-GPy/GPy-1.10.0/GPy/plotting/matplot_dep/
H A Dimg_plots.py11 height_max = 12 variable
16 if width > float(height)/height_max*width_max:
19 return (float(height_max)/height*width, height_max)
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/test/algorithms/envelope_expand/
H A Dtest_envelope_expand_on_spheroid.hpp276 T3 const& lon_max, T4 const& lat_max, double height_max, in apply()
284 lon_max, lat_max, height_max, in apply()
287 && equals(bg::get<1, 2>(box), height_max); in apply()
291 lon_max, lat_max, height_max, in apply()
294 && bg::get<1, 2>(box) == height_max; in apply()
350 double lon_max, double lat_max, double height_max) in apply()
356 bg::assign_values(p_max, lon_max, lat_max, height_max); in apply()
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/test/algorithms/envelope_expand/
H A Dtest_envelope_expand_on_spheroid.hpp276 T3 const& lon_max, T4 const& lat_max, double height_max, in apply()
284 lon_max, lat_max, height_max, in apply()
287 && equals(bg::get<1, 2>(box), height_max); in apply()
291 lon_max, lat_max, height_max, in apply()
294 && bg::get<1, 2>(box) == height_max; in apply()
350 double lon_max, double lat_max, double height_max) in apply()
356 bg::assign_values(p_max, lon_max, lat_max, height_max); in apply()
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/test/algorithms/envelope_expand/
H A Dtest_envelope_expand_on_spheroid.hpp276 T3 const& lon_max, T4 const& lat_max, double height_max, in apply()
284 lon_max, lat_max, height_max, in apply()
287 && equals(bg::get<1, 2>(box), height_max); in apply()
291 lon_max, lat_max, height_max, in apply()
294 && bg::get<1, 2>(box) == height_max; in apply()
350 double lon_max, double lat_max, double height_max) in apply()
356 bg::assign_values(p_max, lon_max, lat_max, height_max); in apply()
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/algorithms/envelope_expand/
H A Dtest_envelope_expand_on_spheroid.hpp276 T3 const& lon_max, T4 const& lat_max, double height_max, in apply()
284 lon_max, lat_max, height_max, in apply()
287 && equals(bg::get<1, 2>(box), height_max); in apply()
291 lon_max, lat_max, height_max, in apply()
294 && bg::get<1, 2>(box) == height_max; in apply()
350 double lon_max, double lat_max, double height_max) in apply()
356 bg::assign_values(p_max, lon_max, lat_max, height_max); in apply()
/dports/x11-fonts/mkbold-mkitalic/mkbold-mkitalic-0.11/
H A Dmkitalic.c44 int width, height, dw, width_max, height_max; in mkitalic() local
66 height_max = height; in mkitalic()
68 bmap = bitmap_new(((width-1)/8+1)*8+dw, height_max); in mkitalic()
77 if (!rc || (width+dw > width_max) || (height > height_max)) { in mkitalic()
H A Dmkbolditalic.c46 int width, height, dw, width_max, height_max; in mkbolditalic() local
68 height_max = height; in mkbolditalic()
70 bmap = bitmap_new(((width-1)/8+1)*8+dw, height_max); in mkbolditalic()
79 if (!rc || (width+dw > width_max) || (height > height_max)) { in mkbolditalic()
/dports/graphics/weston/weston-1.9.0/clients/
H A Deventdemo.c60 static int height_max = 0; variable
155 if (height_max && height_max < height) in resize_handler()
156 height = height_max; in resize_handler()
376 { WESTON_OPTION_INTEGER, "max-height", 0, &height_max },
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dmg_ore.cpp77 in_range |= (nmin.Y <= height_max && nmax.Y >= height_min); in placeOre()
79 in_range |= (nmin.Y >= -height_max && nmax.Y <= -height_min) << 1; in placeOre()
85 ymin = MYMAX(nmin.Y, -height_max); in placeOre()
89 ymax = MYMIN(nmax.Y, height_max); in placeOre()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/clients/
H A Deventdemo.c64 static int height_max = 0; variable
161 if (height_max && height_max < height) in resize_handler()
162 height = height_max; in resize_handler()
470 { WESTON_OPTION_INTEGER, "max-height", 0, &height_max },
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/clients/
H A Deventdemo.c64 static int height_max = 0; variable
161 if (height_max && height_max < height) in resize_handler()
162 height = height_max; in resize_handler()
470 { WESTON_OPTION_INTEGER, "max-height", 0, &height_max },
/dports/x11-wm/e16/e16-1.0.24/src/
H A Dwindowmatch.c46 int height_min, height_max; member
111 b->height_max = 99999; in WindowMatchCreate()
202 sscanf(s, "%*s %u %u", &(wm->height_min), &(wm->height_max)); in WindowMatchConfigLoad()
329 wm->height_max = h2; in WindowMatchDecode()
343 wm->height_max = h2; in WindowMatchDecode()
430 wm->height_min, wm->height_max); in WindowMatchEncode()
438 sprintf(s, "%u-%u", wm->height_min, wm->height_max); in WindowMatchEncode()
509 ewin->client.h <= wm->height_max); in WindowMatchEwinTest()
517 ewin->client.h <= wm->height_max); in WindowMatchEwinTest()
H A Dicccm.c170 if (h > ewin->icccm.height_max) in ICCCM_SizeMatch()
171 h = ewin->icccm.height_max; in ICCCM_SizeMatch()
257 ewin->icccm.height_max = hmax; in ICCCM_SetSizeConstraints()
471 ewin->icccm.height_max = MIN(hint.max_height, 65535); in ICCCM_GetGeoms()
476 ewin->icccm.height_max = 65535; in ICCCM_GetGeoms()
535 if (ewin->icccm.height_max < ewin->icccm.base_h) in ICCCM_GetGeoms()
536 ewin->icccm.height_max = ewin->icccm.base_h; in ICCCM_GetGeoms()
545 ewin->props.no_resize_v = (ewin->icccm.height_min == ewin->icccm.height_max); in ICCCM_GetGeoms()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/svgfilters-0.1.0/src/
H A Dconvolve_matrix.rs126 let height_max = src.height as i32 - 1; in convolve_matrix() localVariable
144 if tx < 0 || tx > width_max || ty < 0 || ty > height_max { in convolve_matrix()
150 ty = bound(0, ty, height_max); in convolve_matrix()
/dports/graphics/vips/vips-8.12.0/libvips/arithmetic/
H A Darithmetic.c338 int height_max; in vips__sizealike_vec() local
343 height_max = in[0]->Ysize; in vips__sizealike_vec()
346 height_max = VIPS_MAX( height_max, in[i]->Ysize ); in vips__sizealike_vec()
351 in[i]->Ysize == height_max ) { in vips__sizealike_vec()
360 0, 0, width_max, height_max, NULL ) ) in vips__sizealike_vec()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/geometry/test/algorithms/
H A Denvelope_on_spheroid.cpp116 double lon_max, double lat_max, double height_max, in base_test() argument
129 lon_max, lat_max, height_max); in base_test()
154 double lon_max, double lat_max, double height_max, in apply() argument
179 lon_max, lat_max, height_max, in apply()
188 lon_max, lat_max, height_max, in apply()
199 height_max, in apply()
292 double lon_max, double lat_max, double height_max, in apply()
297 lon_max, lat_max, height_max, in apply()
299 lon_max, lat_max, height_max, in apply()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/geometry/test/algorithms/
H A Denvelope_on_spheroid.cpp116 double lon_max, double lat_max, double height_max, in base_test() argument
129 lon_max, lat_max, height_max); in base_test()
154 double lon_max, double lat_max, double height_max, in apply() argument
179 lon_max, lat_max, height_max, in apply()
188 lon_max, lat_max, height_max, in apply()
199 height_max, in apply()
292 double lon_max, double lat_max, double height_max, in apply()
297 lon_max, lat_max, height_max, in apply()
299 lon_max, lat_max, height_max, in apply()
/dports/databases/percona57-server/boost_1_59_0/libs/geometry/test/algorithms/
H A Denvelope_on_spheroid.cpp116 double lon_max, double lat_max, double height_max, in base_test() argument
129 lon_max, lat_max, height_max); in base_test()
154 double lon_max, double lat_max, double height_max, in apply() argument
179 lon_max, lat_max, height_max, in apply()
188 lon_max, lat_max, height_max, in apply()
199 height_max, in apply()
292 double lon_max, double lat_max, double height_max, in apply()
297 lon_max, lat_max, height_max, in apply()
299 lon_max, lat_max, height_max, in apply()
/dports/databases/xtrabackup/boost_1_59_0/libs/geometry/test/algorithms/
H A Denvelope_on_spheroid.cpp116 double lon_max, double lat_max, double height_max, in base_test() argument
129 lon_max, lat_max, height_max); in base_test()
154 double lon_max, double lat_max, double height_max, in apply() argument
179 lon_max, lat_max, height_max, in apply()
188 lon_max, lat_max, height_max, in apply()
199 height_max, in apply()
292 double lon_max, double lat_max, double height_max, in apply()
297 lon_max, lat_max, height_max, in apply()
299 lon_max, lat_max, height_max, in apply()
/dports/databases/percona57-client/boost_1_59_0/libs/geometry/test/algorithms/
H A Denvelope_on_spheroid.cpp116 double lon_max, double lat_max, double height_max, in base_test() argument
129 lon_max, lat_max, height_max); in base_test()
154 double lon_max, double lat_max, double height_max, in apply() argument
179 lon_max, lat_max, height_max, in apply()
188 lon_max, lat_max, height_max, in apply()
199 height_max, in apply()
292 double lon_max, double lat_max, double height_max, in apply()
297 lon_max, lat_max, height_max, in apply()
299 lon_max, lat_max, height_max, in apply()

12345678910