Home
last modified time | relevance | path

Searched refs:newAspect (Results 1 – 17 of 17) sorted by relevance

/dports/games/openbve/OpenBVE-1.8.2.1/source/RouteManager2/
H A DCurrentRoute.cs318 int newAspect = -1; in UpdateSection()
323 newAspect = zeroAspect; in UpdateSection()
347 if (newAspect == -1) in UpdateSection()
365 newAspect = i; in UpdateSection()
369 if (newAspect == -1) in UpdateSection()
371 newAspect = Section.Aspects.Length - 1; in UpdateSection()
379 newAspect = Section.FreeSections; in UpdateSection()
383 newAspect = Section.Aspects.Length - 1; in UpdateSection()
389 Section.CurrentAspect = newAspect; in UpdateSection()
/dports/x11-toolkits/kf5-kirigami2/kirigami2-5.89.0/src/scenegraph/
H A Dshadowedrectanglenode.cpp62 QVector2D newAspect{1.0, 1.0}; in setRect() local
64 newAspect.setX(m_rect.width() / m_rect.height()); in setRect()
66 newAspect.setY(m_rect.height() / m_rect.width()); in setRect()
69 if (m_material->aspect != newAspect) { in setRect()
70 m_material->aspect = newAspect; in setRect()
72 m_aspect = newAspect; in setRect()
/dports/graphics/filmulator/filmulator-gui-0.11.1/filmulator-gui/qml/filmulator-gui/
H A DEdit.qml1321 var newAspect = clippedWidth/clippedHeight
1360 lockedAspect = newAspect
1362 imageRect.cropAspect = newAspect
1442 var newAspect = clippedWidth/clippedHeight
1481 lockedAspect = newAspect
1483 imageRect.cropAspect = newAspect
1563 var newAspect = clippedWidth/clippedHeight
1602 lockedAspect = newAspect
1604 imageRect.cropAspect = newAspect
1723 lockedAspect = newAspect
[all …]
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twmc/
H A Duaspect.c64 BOOL uaspect( a , newAspect ) in uaspect() argument
66 DOUBLE newAspect ;
95 aspFactor = sqrt( newAspect / acellptr->orig_aspect ) ;
221 acellptr->aspect = newAspect ;
H A Duloop.c196 DOUBLE range , newAspect ; local
593 newAspect = range * ((DOUBLE)RAND /
602 if( acc_move = uaspect( a , newAspect ) ) {
H A Duloop.new149 DOUBLE range , newAspect ;
539 newAspect = range * ((DOUBLE)RAND /
548 if( acc_move = uaspect( a , newAspect ) ) {
/dports/astro/xtide/xtide-2.15.3/
H A DxxPredictionWindow.hh44 void aspect (double newAspect);
H A DxxPredictionWindow.cc245 void xxPredictionWindow::aspect (double newAspect) { in aspect() argument
246 assert (newAspect > 0.0); in aspect()
247 _station->aspect = newAspect; in aspect()
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dviewitem.cpp1513 const qreal newAspect = r.width() / r.height(); in resizeTopLeft() local
1514 Q_ASSERT_X(_lockAspectRatio ? qFuzzyCompare(newAspect, oldAspect) : true, in resizeTopLeft()
1516 Q_UNUSED(newAspect); in resizeTopLeft()
1529 const qreal newAspect = r.width() / r.height(); in resizeTopRight() local
1530 Q_ASSERT_X(_lockAspectRatio ? qFuzzyCompare(newAspect, oldAspect) : true, in resizeTopRight()
1532 Q_UNUSED(newAspect); in resizeTopRight()
1545 const qreal newAspect = r.width() / r.height(); in resizeBottomLeft() local
1546 Q_ASSERT_X(_lockAspectRatio ? qFuzzyCompare(newAspect, oldAspect) : true, in resizeBottomLeft()
1548 Q_UNUSED(newAspect); in resizeBottomLeft()
1560 const qreal newAspect = r.width() / r.height(); in resizeBottomRight() local
[all …]
/dports/graphics/openrm/rm160/rm/
H A Drmcamera.c284 float newAspect) in rmCamera2DSetAspectRatio() argument
289 toModify->aspect_ratio = newAspect; in rmCamera2DSetAspectRatio()
825 const float newAspect) in rmCamera3DSetAspectRatio() argument
830 toModify->aspect = newAspect; in rmCamera3DSetAspectRatio()
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/qtmultimediaquicktools/
H A Dqdeclarativevideooutput.cpp500 bool newAspect = qIsDefaultAspect(orientation); in setOrientation() local
504 if (oldAspect != newAspect) { in setOrientation()
/dports/misc/dartsim/dart-6.11.1/unittests/unit/
H A Dtest_Aspect.cpp370 GenericAspect* newAspect = comp.createAspect<GenericAspect>(); in TEST() local
371 EXPECT_FALSE(nullptr == newAspect); in TEST()
373 EXPECT_FALSE(rawAspect == newAspect); in TEST()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/Controller/
H A DTypoScriptFrontendController.php1267 …$newAspect = GeneralUtility::makeInstance(VisibilityAspect::class, true, $aspect->includeHiddenCon…
1268 $this->context->setAspect('visibility', $newAspect);
5354 …$newAspect = GeneralUtility::makeInstance(VisibilityAspect::class, (bool)$propertyValue, $aspect->…
5356 …$newAspect = GeneralUtility::makeInstance(VisibilityAspect::class, $aspect->includeHiddenPages(), …
5358 $this->context->setAspect('visibility', $newAspect);
5442 …$newAspect = GeneralUtility::makeInstance(VisibilityAspect::class, false, $aspect->includeHiddenCo…
5444 …$newAspect = GeneralUtility::makeInstance(VisibilityAspect::class, $aspect->includeHiddenPages(), …
5446 $this->context->setAspect('visibility', $newAspect);
/dports/graphics/openrm/rm160/include/rm/
H A Drmpublic.h198 RM_EXPORT_API RMenum rmCamera2DSetAspectRatio (RMcamera2D *toModify, float newAspect);
211 RM_EXPORT_API RMenum rmCamera3DSetAspectRatio (RMcamera3D *toModify, const float newAspect);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/frontend/Classes/Controller/
H A DTypoScriptFrontendController.php822 …$newAspect = GeneralUtility::makeInstance(VisibilityAspect::class, true, $aspect->includeHiddenCon…
823 $this->context->setAspect('visibility', $newAspect);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/Controller/
H A DTypoScriptFrontendController.php1095 …$newAspect = GeneralUtility::makeInstance(VisibilityAspect::class, true, $aspect->includeHiddenCon…
1096 $this->context->setAspect('visibility', $newAspect);
/dports/graphics/ufraw/ufraw-f34669b/
H A Dufraw_preview.c3146 double newAspect = (double)data->UF->rotatedWidth / in resize_canvas() local
3149 if (fabs(CFG->aspectRatio - 1 / newAspect) < 0.0001) { in resize_canvas()
3152 CFG->aspectRatio = newAspect; in resize_canvas()