Home
last modified time | relevance | path

Searched refs:MAX_ASPECT_RATIO (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/heimer/Heimer-3.0.0/src/
H A Dconstants.hpp177 static const double MAX_ASPECT_RATIO = 10; variable
H A Dlayout_optimization_dialog.cpp77 m_aspectRatioSpinBox->setMaximum(Constants::LayoutOptimizer::MAX_ASPECT_RATIO); in initWidgets()
H A Dalz_serializer.cpp410 aspectRatio = std::min(aspectRatio, Constants::LayoutOptimizer::MAX_ASPECT_RATIO); in readLayoutOptimizer()
/dports/graphics/tesseract/tesseract-5.0.0/src/wordrec/
H A Doutlines.h33 #define MAX_ASPECT_RATIO 2.5 /* Widest character */ macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/media/
H A DPictureInPictureActivity.java51 private static final float MAX_ASPECT_RATIO = 2.39f; field in PictureInPictureActivity
250 MathUtils.clamp(width / (float) height, MIN_ASPECT_RATIO, MAX_ASPECT_RATIO); in updateVideoSize()
H A DPictureInPictureController.java80 private static final float MAX_ASPECT_RATIO = 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.h126 MAX_ASPECT_RATIO, enumerator
H A DScene_polyhedron_selection_item.h1106 MAX_ASPECT_RATIO,
H A DScene_polyhedron_selection_item.cpp2408 case MAX_ASPECT_RATIO: in computeStats()
2566 case MAX_ASPECT_RATIO: in computeStats()
H A DScene_surface_mesh_item.cpp1617 case MAX_ASPECT_RATIO: in computeStats()
1774 case MAX_ASPECT_RATIO: in computeStats()
/dports/graphics/elementary-photos/photos-2.7.1/src/editing_tools/
H A DCropTool.vala42 private const float MAX_ASPECT_RATIO = 64.0f;
316 } else if (custom_aspect_ratio > MAX_ASPECT_RATIO) {
318 height = (int) (width / MAX_ASPECT_RATIO);
321 width = (int) (height * MAX_ASPECT_RATIO);
/dports/graphics/darktable/darktable-3.6.1/src/libs/
H A Dexport.c358 const uint32_t MAX_ASPECT_RATIO = 100; in _export_button_clicked() local
362 max_width = max_height * MAX_ASPECT_RATIO; in _export_button_clicked()
366 max_height = max_width * MAX_ASPECT_RATIO; in _export_button_clicked()
/dports/graphics/darktable38/darktable-3.8.0/src/libs/
H A Dexport.c351 const uint32_t MAX_ASPECT_RATIO = 100; in _export_button_clicked() local
355 max_width = max_height * MAX_ASPECT_RATIO; in _export_button_clicked()
359 max_height = max_width * MAX_ASPECT_RATIO; in _export_button_clicked()
/dports/graphics/libpillowfight/libpillowfight-dae21f97de872e4ad2e94f1b0fc53302a00259fd/src/pillowfight/
H A D_swt.c713 #define MAX_ASPECT_RATIO (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.c713 #define MAX_ASPECT_RATIO (10.) in check_ratio() macro
747 if (ratio >= MIN_ASPECT_RATIO && ratio <= MAX_ASPECT_RATIO) { in check_ratio()
/dports/x11-wm/xfce4-desktop/xfdesktop-4.16.0/settings/
H A Dmain.c65 #define MAX_ASPECT_RATIO 1.5f macro
67 #define PREVIEW_WIDTH (PREVIEW_HEIGHT * MAX_ASPECT_RATIO)
/dports/graphics/shotwell/shotwell-0.30.14/src/editing_tools/
H A DEditingTools.vala584 private const float MAX_ASPECT_RATIO = 64.0f;
834 } else if (custom_aspect_ratio > MAX_ASPECT_RATIO) {
836 height = (int) (width / MAX_ASPECT_RATIO);
839 width = (int) (height * MAX_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.proto788 MAX_ASPECT_RATIO = 20; enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/parser/
H A Dcss.proto788 MAX_ASPECT_RATIO = 20; enumerator