Home
last modified time | relevance | path

Searched refs:MIN_ASPECT_RATIO (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/heimer/Heimer-3.0.0/src/
H A Dconstants.hpp175 static const double MIN_ASPECT_RATIO = 0.1; variable
H A Dlayout_optimization_dialog.cpp76 m_aspectRatioSpinBox->setMinimum(Constants::LayoutOptimizer::MIN_ASPECT_RATIO); in initWidgets()
H A Dalz_serializer.cpp411 aspectRatio = std::max(aspectRatio, Constants::LayoutOptimizer::MIN_ASPECT_RATIO); in readLayoutOptimizer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/media/
H A DPictureInPictureActivity.java52 private static final float MIN_ASPECT_RATIO = 1 / 2.39f; field in PictureInPictureActivity
250 MathUtils.clamp(width / (float) height, MIN_ASPECT_RATIO, MAX_ASPECT_RATIO); in updateVideoSize()
H A DPictureInPictureController.java79 private static final float MIN_ASPECT_RATIO = 1 / 2.39f; field in PictureInPictureController
259 MIN_ASPECT_RATIO, MAX_ASPECT_RATIO); in getVideoBounds()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/
H A DScene_surface_mesh_item.h125 MIN_ASPECT_RATIO, enumerator
H A DScene_polyhedron_selection_item.h1105 MIN_ASPECT_RATIO,
H A DScene_polyhedron_selection_item.cpp2407 case MIN_ASPECT_RATIO: in computeStats()
2564 case MIN_ASPECT_RATIO: in computeStats()
H A DScene_surface_mesh_item.cpp1616 case MIN_ASPECT_RATIO: in computeStats()
1772 case MIN_ASPECT_RATIO: in computeStats()
/dports/graphics/elementary-photos/photos-2.7.1/src/editing_tools/
H A DCropTool.vala41 private const float MIN_ASPECT_RATIO = 1.0f / 64.0f;
308 if (custom_aspect_ratio < MIN_ASPECT_RATIO) {
310 height = (int) (width / MIN_ASPECT_RATIO);
313 width = (int) (height * MIN_ASPECT_RATIO);
/dports/graphics/libpillowfight/libpillowfight-dae21f97de872e4ad2e94f1b0fc53302a00259fd/src/pillowfight/
H A D_swt.c712 #define MIN_ASPECT_RATIO (1./10.) in check_ratio() macro
747 if (ratio >= MIN_ASPECT_RATIO && ratio <= MAX_ASPECT_RATIO) { in check_ratio()
/dports/graphics/py-pypillowfight/pypillowfight-0.3.0/src/pillowfight/
H A D_swt.c712 #define MIN_ASPECT_RATIO (1./10.) in check_ratio() macro
747 if (ratio >= MIN_ASPECT_RATIO && ratio <= MAX_ASPECT_RATIO) { in check_ratio()
/dports/graphics/shotwell/shotwell-0.30.14/src/editing_tools/
H A DEditingTools.vala583 private const float MIN_ASPECT_RATIO = 1.0f / 64.0f;
826 if (custom_aspect_ratio < MIN_ASPECT_RATIO) {
828 height = (int) (width / MIN_ASPECT_RATIO);
831 width = (int) (height * MIN_ASPECT_RATIO);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/parser/
H A Dcss.proto799 MIN_ASPECT_RATIO = 31; enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/parser/
H A Dcss.proto799 MIN_ASPECT_RATIO = 31; enumerator