Home
last modified time | relevance | path

Searched refs:getAspectRatio (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/crop/
H A DAspectConstraint.java51 String s = String.format("%.2f", 1 / getAspectRatio()) + " | " + name; in getNameWithDescription()
80 double getAspectRatio() { in getAspectRatio() method in AspectConstraint
102 double ratio = getAspectRatio(); in adjust()
120 double ratio = getAspectRatio(); in adjustLeft()
140 double ratio = getAspectRatio(); in adjustTop()
160 double ratio = getAspectRatio(); in adjustRight()
180 double ratio = getAspectRatio(); in adjustBottom()
200 double ratio = getAspectRatio(); in adjustWidth()
217 double ratio = getAspectRatio(); in adjustHeight()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/basegfx/utils/
H A Dgradienttools.hxx90 mfAspectRatio(rODFGradientInfo.getAspectRatio()), in UNLESS_MERGELIBS()
99 mfAspectRatio = rODFGradientInfo.getAspectRatio(); in UNLESS_MERGELIBS()
110 double getAspectRatio() const { return mfAspectRatio; } in UNLESS_MERGELIBS()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/basegfx/utils/
H A Dgradienttools.hxx90 mfAspectRatio(rODFGradientInfo.getAspectRatio()), in ODFGradientInfo()
99 mfAspectRatio = rODFGradientInfo.getAspectRatio(); in operator =()
110 double getAspectRatio() const { return mfAspectRatio; } in getAspectRatio() function in basegfx::ODFGradientInfo
/dports/games/flightgear/flightgear-2020.3.11/utils/fgviewer/
H A DFrustum.hxx100 double getAspectRatio() const in getAspectRatio() function
104 double aspectScale = aspectRatio/getAspectRatio(); in setAspectRatio()
112 double aspectRatio = getAspectRatio(); in setFieldOfViewRad()
H A DSlaveCamera.cxx71 _frustum.setAspectRatio(getAspectRatio()); in setViewport()
102 Frustum frustum(getAspectRatio()); in setFustumByFieldOfViewDeg()
125 osg::Matrix P = Frustum(getAspectRatio()).getMatrix(); in setRelativeFrustum()
290 frustum.setAspectRatio(getAspectRatio()); in getEffectiveFrustum()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/legacy/
H A DRenderCapture.h95 getAspectRatio();
97 inline float getAspectRatio() { return g_application.GetAppPlayer().GetRenderAspectRatio(); } in getAspectRatio() function
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAFramework/include/
H A DCOLLADAFWCamera.h152 const AnimatableFloat& getAspectRatio() const { return mAspectRatio; } in getAspectRatio() function
155 AnimatableFloat& getAspectRatio() { return mAspectRatio; } in getAspectRatio() function
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/dae2ma/src/
H A DDAE2MACameraImporter.cpp194 double aspectRatio = camera->getAspectRatio (); in setPerspectiveCameraAttributes()
203 double aspectRatio = camera->getAspectRatio (); in setPerspectiveCameraAttributes()
270 double aspectRatio = camera->getAspectRatio (); in setOrthographicCameraAttributes()
279 double aspectRatio = camera->getAspectRatio (); in setOrthographicCameraAttributes()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/widget/
H A DCropImageView.java50 protected abstract float getAspectRatio(); in getAspectRatio() method in CropImageView
74 viewHeight = (int) (viewWidth * getAspectRatio()); in onMeasure()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/widget/
H A DCropImageView.java50 protected abstract float getAspectRatio(); in getAspectRatio() method in CropImageView
74 viewHeight = (int) (viewWidth * getAspectRatio()); in onMeasure()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/graphobjects/
H A Dqssgrendercamera.cpp48 float getAspectRatio(const QRectF &inViewport) in getAspectRatio() function
110 …projection.perspective(qRadiansToDegrees(verticalFov(inViewport)), getAspectRatio(inViewport), cli… in computeFrustumPerspective()
245 return verticalFov(getAspectRatio(inViewport)); in verticalFov()
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/common/
H A DWaterRTT.cpp35 mCamera->setAspectRatio(mViewerCamera->getAspectRatio()); in create()
71 mCamera->setAspectRatio(mViewerCamera->getAspectRatio()); in setViewerCamera()
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/texture/
H A Dtexture.cxx354 if(maGradientInfo.getAspectRatio() > 1.0) in appendTransformationsAndColors()
357 fIncrementX = fIncrementY / maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
362 fIncrementY = fIncrementX * maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
476 if(maGradientInfo.getAspectRatio() > 1.0) in appendTransformationsAndColors()
479 fIncrementX = fIncrementY / maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
484 fIncrementY = fIncrementX * maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/texture/
H A Dtexture.cxx378 if(maGradientInfo.getAspectRatio() > 1.0) in appendTransformationsAndColors()
381 fIncrementX = fIncrementY / maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
386 fIncrementY = fIncrementX * maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
512 if(maGradientInfo.getAspectRatio() > 1.0) in appendTransformationsAndColors()
515 fIncrementX = fIncrementY / maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
520 fIncrementY = fIncrementX * maGradientInfo.getAspectRatio(); in appendTransformationsAndColors()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/HangoutsChat/
H A DGoogleAppsCardV1ImageCropStyle.php27 public function getAspectRatio() function in Google_Service_HangoutsChat_GoogleAppsCardV1ImageCropStyle
H A DImage.php29 public function getAspectRatio() function in Google_Service_HangoutsChat_Image
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/
H A DPretargetingConfigVideoPlayerSizes.php28 public function getAspectRatio() function in Google_Service_AdExchangeBuyer_PretargetingConfigVideoPlayerSizes
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdExchangeBuyer/
H A DPretargetingConfigVideoPlayerSizes.php28 public function getAspectRatio() function in Google_Service_AdExchangeBuyer_PretargetingConfigVideoPlayerSizes
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/
H A DImage.php29 public function getAspectRatio() function in Google_Service_HangoutsChat_Image
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/swing/
H A DPhotoSizeAndQualityPanel.java137 boolean notFreeAspectRatio = controller.getAspectRatio() != AspectRatio.FREE_RATIO; in createComponents()
203 this.aspectRatioComboBox.setSelectedItem(controller.getAspectRatio()); in createComponents()
207 boolean notFreeAspectRatio = controller.getAspectRatio() != AspectRatio.FREE_RATIO; in createComponents()
210 aspectRatioComboBox.setSelectedItem(controller.getAspectRatio()); in createComponents()
/dports/multimedia/shotcut/shotcut-21.03.21/src/qml/filters/size_position/
H A DSizePositionVUI.qml38 function getAspectRatio() {
46 rectangle.aspectRatio = getAspectRatio()
274 if (rectangle.aspectRatio !== getAspectRatio()) {
275 rectangle.aspectRatio = getAspectRatio()
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/org/dvb/media/
H A DVideoFormatControl.java23 public int getAspectRatio(); in getAspectRatio() method
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/org/dvb/media/
H A DVideoFormatControl.java23 public int getAspectRatio(); in getAspectRatio() method
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dtcamera.cpp22 double currAR = getAspectRatio(); in setSize()
46 double TCamera::getAspectRatio() const { return m_size.lx / m_size.ly; } in getAspectRatio() function in TCamera
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/piet/
H A DImageElementAdapter.java97 getBaseView().setDefaultAspectRatio(getAspectRatio(image)); in onBindModel()
115 static float getAspectRatio(Image image) { in getAspectRatio() method in ImageElementAdapter

12345678