Home
last modified time | relevance | path

Searched refs:default_height (Results 1 – 25 of 447) sorted by relevance

12345678910>>...18

/dports/misc/dartsim/dart-6.11.1/tutorials/tutorial_multi_pendulum/
H A Dmain.cpp36 const double default_height = 1.0; // m variable
76 Eigen::Vector3d(-default_height, 0.0, default_height / 2.0), in MyWindow()
77 Eigen::Vector3d(-default_width / 2.0, 0.0, default_height / 2.0), in MyWindow()
88 Eigen::Vector3d(-default_height, 0.0, default_height / 2.0), in changeDirection()
89 Eigen::Vector3d(-default_width / 2.0, 0.0, default_height / 2.0)); in changeDirection()
94 Eigen::Vector3d(default_height, 0.0, default_height / 2.0), in changeDirection()
95 Eigen::Vector3d(default_width / 2.0, 0.0, default_height / 2.0)); in changeDirection()
272 Eigen::Vector3d(default_width, default_depth, default_height))); in setGeometry()
282 Eigen::Vector3d center = Eigen::Vector3d(0, 0, default_height / 2.0); in setGeometry()
325 = Eigen::Vector3d(0, 0, default_height); in addBody()
/dports/misc/dartsim/dart-6.11.1/tutorials/tutorial_multi_pendulum_finished/
H A Dmain.cpp36 const double default_height = 1.0; // m variable
76 Eigen::Vector3d(-default_height, 0.0, default_height / 2.0), in MyWindow()
77 Eigen::Vector3d(-default_width / 2.0, 0.0, default_height / 2.0), in MyWindow()
88 Eigen::Vector3d(-default_height, 0.0, default_height / 2.0), in changeDirection()
94 Eigen::Vector3d(default_height, 0.0, default_height / 2.0), in changeDirection()
95 Eigen::Vector3d(default_width / 2.0, 0.0, default_height / 2.0)); in changeDirection()
158 = tip->getTransform() * Eigen::Vector3d(0.0, 0.0, default_height); in addConstraint()
299 -default_width / 2.0, 0.0, default_height / 2.0); in timeStepping()
345 Eigen::Vector3d(default_width, default_depth, default_height))); in setGeometry()
355 Eigen::Vector3d center = Eigen::Vector3d(0, 0, default_height / 2.0); in setGeometry()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkfilechooserembed.c30 gint *default_height);
91 gint *default_height) in delegate_get_default_size() argument
93 …_file_chooser_embed_get_default_size (get_delegate (chooser_embed), default_width, default_height); in delegate_get_default_size()
174 gint *default_height) in _gtk_file_chooser_embed_get_default_size() argument
178 g_return_if_fail (default_height != NULL); in _gtk_file_chooser_embed_get_default_size()
180 …R_EMBED_GET_IFACE (chooser_embed)->get_default_size (chooser_embed, default_width, default_height); in _gtk_file_chooser_embed_get_default_size()
H A Dgtkoffscreenwindow.c61 gint default_width, default_height; in gtk_offscreen_window_size_request() local
79 &default_width, &default_height); in gtk_offscreen_window_size_request()
83 if (default_height > 0) in gtk_offscreen_window_size_request()
84 requisition->height = default_height; in gtk_offscreen_window_size_request()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkfilechooserembed.c27 gint *default_height);
88 gint *default_height) in delegate_get_default_size() argument
90 …_file_chooser_embed_get_default_size (get_delegate (chooser_embed), default_width, default_height); in delegate_get_default_size()
171 gint *default_height) in _gtk_file_chooser_embed_get_default_size() argument
175 g_return_if_fail (default_height != NULL); in _gtk_file_chooser_embed_get_default_size()
177 …R_EMBED_GET_IFACE (chooser_embed)->get_default_size (chooser_embed, default_width, default_height); in _gtk_file_chooser_embed_get_default_size()
H A Dgtkcssimage.c266 double default_height, in _gtk_css_image_get_concrete_size() argument
276 g_return_if_fail (default_height > 0); in _gtk_css_image_get_concrete_size()
308 if (image_aspect * default_height > default_width) in _gtk_css_image_get_concrete_size()
315 *concrete_width = default_height * image_aspect; in _gtk_css_image_get_concrete_size()
316 *concrete_height = default_height; in _gtk_css_image_get_concrete_size()
343 *concrete_height = default_height; in _gtk_css_image_get_concrete_size()
369 *concrete_height = default_height; in _gtk_css_image_get_concrete_size()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DTrackBarTest.cs92 int default_height = 45; in OrientationSizeTest()
110 AreEqual(default_height, default_height2, myTrackBar.Width, "#OS3"); in OrientationSizeTest()
140 int default_height = 45; in SizeTestSettingOrientation()
177 AreEqual(default_height, default_height2, myTrackBar.Width, "#SIZE17"); in SizeTestSettingOrientation()
190 AreEqual(default_height, default_height2, myTrackBar.Width, "#SIZE19"); in SizeTestSettingOrientation()
206 AreEqual(default_height, default_height2, myTrackBar.Height, "#SIZE24"); in SizeTestSettingOrientation()
236 int default_height = 45; in SizeTest()
243 AreEqual(default_height, default_height2, myTrackBar.Height, "#SIZE02"); in SizeTest()
259 AreEqual(default_height, default_height2, myTrackBar.Height, "#SIZE10"); in SizeTest()
272 AreEqual(default_height, default_height2, myTrackBar.Height, "#SIZE22"); in SizeTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/mediastream/
H A Dmedia_stream_constraints_util_video_content.cc193 int default_height, in SelectVideoCaptureParamsFromCandidates() argument
201 basic_constraint_set, default_height, default_width); in SelectVideoCaptureParamsFromCandidates()
301 int default_height = screen_height; in SelectResultFromCandidates() local
303 static_cast<double>(default_width) / default_height; in SelectResultFromCandidates()
306 default_height = candidates.resolution_set().max_height(); in SelectResultFromCandidates()
309 default_height = candidates.resolution_set().max_height(); in SelectResultFromCandidates()
311 static_cast<int>(std::round(default_height * default_aspect_ratio)); in SelectResultFromCandidates()
314 default_height = in SelectResultFromCandidates()
320 default_height = ClampToValidScreenCastDimension(default_height); in SelectResultFromCandidates()
338 candidates, basic_constraint_set, default_height, default_width, in SelectResultFromCandidates()
H A Dmedia_stream_constraints_util_sets.cc273 int default_height, in SelectClosestPointToIdeal() argument
275 DCHECK_GE(default_height, 1); in SelectClosestPointToIdeal()
278 static_cast<double>(default_width) / static_cast<double>(default_height); in SelectClosestPointToIdeal()
292 default_aspect_ratio, default_height, default_width); in SelectClosestPointToIdeal()
337 ideal_aspect_ratio, default_height, default_width); in SelectClosestPointToIdeal()
369 int default_height, in SelectClosestPointToIdealAspectRatio() argument
374 Point default_height_point(default_height, in SelectClosestPointToIdealAspectRatio()
375 default_height * ideal_aspect_ratio); in SelectClosestPointToIdealAspectRatio()
385 Point default_height_point(default_height, in SelectClosestPointToIdealAspectRatio()
386 default_height * actual_aspect_ratio); in SelectClosestPointToIdealAspectRatio()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/mediastream/
H A Dmedia_stream_constraints_util_video_content.cc193 int default_height, in SelectVideoCaptureParamsFromCandidates() argument
201 basic_constraint_set, default_height, default_width); in SelectVideoCaptureParamsFromCandidates()
301 int default_height = screen_height; in SelectResultFromCandidates() local
303 static_cast<double>(default_width) / default_height; in SelectResultFromCandidates()
306 default_height = candidates.resolution_set().max_height(); in SelectResultFromCandidates()
309 default_height = candidates.resolution_set().max_height(); in SelectResultFromCandidates()
311 static_cast<int>(std::round(default_height * default_aspect_ratio)); in SelectResultFromCandidates()
314 default_height = in SelectResultFromCandidates()
320 default_height = ClampToValidScreenCastDimension(default_height); in SelectResultFromCandidates()
338 candidates, basic_constraint_set, default_height, default_width, in SelectResultFromCandidates()
H A Dmedia_stream_constraints_util_sets.cc272 int default_height, in SelectClosestPointToIdeal() argument
274 DCHECK_GE(default_height, 1); in SelectClosestPointToIdeal()
277 static_cast<double>(default_width) / static_cast<double>(default_height); in SelectClosestPointToIdeal()
291 default_aspect_ratio, default_height, default_width); in SelectClosestPointToIdeal()
336 ideal_aspect_ratio, default_height, default_width); in SelectClosestPointToIdeal()
368 int default_height, in SelectClosestPointToIdealAspectRatio() argument
373 Point default_height_point(default_height, in SelectClosestPointToIdealAspectRatio()
374 default_height * ideal_aspect_ratio); in SelectClosestPointToIdealAspectRatio()
384 Point default_height_point(default_height, in SelectClosestPointToIdealAspectRatio()
385 default_height * actual_aspect_ratio); in SelectClosestPointToIdealAspectRatio()
/dports/print/lyx/lyx-2.3.4.2/src/
H A DVSpace.cpp208 int const default_height = defaultRowHeight(); in inPixels() local
218 return int(default_height / 4); in inPixels()
221 return int(default_height / 2); in inPixels()
224 return default_height; in inPixels()
228 return 3 * default_height; in inPixels()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/
H A Dgdkpaintable.c468 double default_height, in gdk_paintable_compute_concrete_size() argument
478 g_return_if_fail (default_height > 0); in gdk_paintable_compute_concrete_size()
510 if (image_aspect * default_height > default_width) in gdk_paintable_compute_concrete_size()
517 *concrete_width = default_height * image_aspect; in gdk_paintable_compute_concrete_size()
518 *concrete_height = default_height; in gdk_paintable_compute_concrete_size()
545 *concrete_height = default_height; in gdk_paintable_compute_concrete_size()
571 *concrete_height = default_height; in gdk_paintable_compute_concrete_size()
/dports/print/py-weasyprint/WeasyPrint-51/weasyprint/layout/
H A Dreplaced.py18 default_width, default_height): argument
36 else default_height)
48 default_height)
51 default_width, default_height, intrinsic_ratio)
/dports/x11/xlockmore/xlockmore-5.67/xlock/
H A Diostuff.h57 int default_width, int default_height,
62 int default_width, int default_height, unsigned char *default_bits,
71 int default_width, int default_height, unsigned char *default_bits,
/dports/graphics/py-plotly/plotly-4.14.3/plotly/io/
H A D_html.py36 default_height="100%", argument
160 div_height = layout_dict.get("height", template_dict.get("height", default_height))
392 default_height="100%", argument
518 default_height=default_height,
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcssimage.c363 double default_height, in _gtk_css_image_get_concrete_size() argument
373 gtk_internal_return_if_fail (default_height > 0); in _gtk_css_image_get_concrete_size()
405 if (image_aspect * default_height > default_width) in _gtk_css_image_get_concrete_size()
412 *concrete_width = default_height * image_aspect; in _gtk_css_image_get_concrete_size()
413 *concrete_height = default_height; in _gtk_css_image_get_concrete_size()
440 *concrete_height = default_height; in _gtk_css_image_get_concrete_size()
466 *concrete_height = default_height; in _gtk_css_image_get_concrete_size()
/dports/misc/dartsim/dart-6.11.1/python/tutorials/chain/
H A Dmain_finished.py6 default_height = 1.0 # m variable
26 box = dart.dynamics.BoxShape([default_width, default_depth, default_height])
37 center = [0, 0, default_height / 2.0]
75 joint_prop.mT_ParentBodyToJoint.set_translation([0, 0, default_height])
H A Dmain.py6 default_height = 1.0 # m variable
26 box = dart.dynamics.BoxShape([default_width, default_depth, default_height])
37 center = [0, 0, default_height / 2.0]
75 joint_prop.mT_ParentBodyToJoint.set_translation([0, 0, default_height])
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/editor/
H A Dags_envelope_info.c469 gdouble default_width, default_height; in ags_envelope_info_plot() local
484 default_height = cartesian->y_step_height * cartesian->y_scale_step_height; in ags_envelope_info_plot()
548 plot->point[0][1] = default_height * cimag(z); in ags_envelope_info_plot()
553 plot->point[1][1] = default_height * (cimag(z) + ratio); in ags_envelope_info_plot()
560 plot->point[2][1] = default_height * (cimag(z) + ratio); in ags_envelope_info_plot()
567 plot->point[3][1] = default_height * (cimag(z) + ratio); in ags_envelope_info_plot()
574 plot->point[4][1] = default_height * (cimag(z) + ratio); in ags_envelope_info_plot()
H A Dags_envelope_editor.c148 gdouble default_width, default_height; in ags_envelope_editor_init() local
239 plot->point[0][1] = default_height * 1.0; in ags_envelope_editor_init()
242 plot->point[1][1] = default_height * 1.0; in ags_envelope_editor_init()
247 plot->point[2][1] = default_height * 1.0; in ags_envelope_editor_init()
252 plot->point[3][1] = default_height * 1.0; in ags_envelope_editor_init()
257 plot->point[4][1] = default_height * 1.0; in ags_envelope_editor_init()
1270 gdouble default_width, default_height; in ags_envelope_editor_plot() local
1305 plot->point[0][1] = default_height * ratio; in ags_envelope_editor_plot()
1308 plot->point[1][1] = default_height * (attack_y + ratio); in ags_envelope_editor_plot()
1313 plot->point[2][1] = default_height * (decay_y + ratio); in ags_envelope_editor_plot()
[all …]
/dports/www/p5-MojoMojo/MojoMojo-1.12/lib/MojoMojo/Formatter/
H A DGoogleCalendar.pm40 my $default_height = 400;
53 !defined($2) ? $height = $default_height : $height = $2;
/dports/x11-wm/bbpager/bbpager-0.4.7/src/
H A Dresource.cxx156 int default_height; in SizeAndPosition() local
158 default_height = 30; in SizeAndPosition()
160 default_height = 48; in SizeAndPosition()
162 … desktopSize.height = readUInt("bbpager.desktop.height", "Bbpager.Desktop.Height", default_height); in SizeAndPosition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/toolbar/public/
H A Dtoolbar_utils.mm28 // |default_height| - |non_dynamic_height|.
30 CGFloat default_height,
32 return AlignValueToPixel((default_height - non_dynamic_height) *
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm/src/
H A Dtheme_setting.rs13 pub default_height: Option<i32>, field
42 default_height: Some(700), in default()
122 default_height: Some(400), in deserialize_custom_theme_config()

12345678910>>...18