Home
last modified time | relevance | path

Searched refs:getRatio (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/net-im/qTox/qTox-1.17.4/src/video/
H A Dnetcamview.cpp68 selfFrame->setMinimumWidth(selfFrame->minimumHeight() * selfVideoSurface->getRatio()); in __anon1f091fd00202()
133 selfFrame->setMinimumWidth(selfFrame->minimumHeight() * selfVideoSurface->getRatio()); in updateRatio()
134 selfFrame->setRatio(selfVideoSurface->getRatio()); in updateRatio()
142 selfFrame->setMaximumWidth(selfFrame->maximumHeight() * selfVideoSurface->getRatio()); in updateFrameSize()
144 selfFrame->setMaximumHeight(selfFrame->maximumWidth() / selfVideoSurface->getRatio()); in updateFrameSize()
/dports/audio/mixxx/mixxx-2.3.0/src/track/
H A Dreplaygain.h53 double getRatio() const { in getRatio() function
108 return (lhs.getRatio() == rhs.getRatio()) && (lhs.getPeak() == rhs.getPeak());
118 return dbg << "ratio =" << arg.getRatio() << "/" << "peak =" << arg.getPeak();
/dports/devel/statcvs/statcvs-0.7.0/src/net/sf/statcvs/reportmodel/
H A DRatioColumn.java71 renderer.renderCell(getRatio(col1.getValue(rowIndex), col2.getValue(rowIndex))); in renderCell()
78 renderer.renderCell(getRatio(col1.getSum(), col2.getSum())); in renderTotal()
81 private String getRatio(final int val1, final int val2) { in getRatio() method in RatioColumn
/dports/devel/statcvs/statcvs-0.7.0/src-temp/net/sf/statcvs/reportmodel/
H A DRatioColumn.java71 renderer.renderCell(getRatio(col1.getValue(rowIndex), col2.getValue(rowIndex))); in renderCell()
78 renderer.renderCell(getRatio(col1.getSum(), col2.getSum())); in renderTotal()
81 private String getRatio(final int val1, final int val2) { in getRatio() method in RatioColumn
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/engine/
H A Drs_ellipse.cpp62 , k2{1.- e->getRatio()*e->getRatio()}
227 if(getRatio()>1.) in getFoci()
229 RS_Vector vp(e.getMajorP()*sqrt(1.-e.getRatio()*e.getRatio())); in getFoci()
286 point2.y /=getRatio(); in getTangentPoint()
299 vp.y /= getRatio(); in getTangentDirection()
304 direction.y *= getRatio(); in getTangentDirection()
493 double b=a*getRatio(); in getNearestPointOnEntity()
584 double b=a*getRatio(); in isPointOnEntity()
1036 double rb(getRatio()*ra); in getNearestMiddle()
1359 double b=getRatio()*a; in scale()
[all …]
H A Dlc_hyperbola.cpp150 RS_Vector vp(getMajorP()*sqrt(1.-getRatio()*getRatio())); in getFoci()
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/viewer/legends/
H A DLegendComparators.java147 float fdiff = type1.getSummary().getRatio(true) in compare()
148 - type2.getSummary().getRatio(true); in compare()
159 float fdiff = type1.getSummary().getRatio(false) in compare()
160 - type2.getSummary().getRatio(false); in compare()
H A DLegendTableModel.java188 return new Float( objdef.getSummary().getRatio(true) * 10 ); in getColumnMaxValue()
192 return new Float( objdef.getSummary().getRatio(false) * 10 ); in getColumnMaxValue()
226 return new Float( objdef.getSummary().getRatio(true) ); in getValueAt()
229 return new Float( objdef.getSummary().getRatio(false) ); in getValueAt()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/wx/src/gen/
H A DwxGBSizerItem.erl35 getPosition/1,getProportion/1,getRatio/1,getRect/1,getSize/1,getSizer/1,
97 getRatio(This) -> wxSizerItem:getRatio(This). function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/src/gen/
H A DwxGBSizerItem.erl35 getPosition/1,getProportion/1,getRatio/1,getRect/1,getSize/1,getSizer/1,
97 getRatio(This) -> wxSizerItem:getRatio(This). function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/wx/src/gen/
H A DwxGBSizerItem.erl35 getPosition/1,getProportion/1,getRatio/1,getRect/1,getSize/1,getSizer/1,
97 getRatio(This) -> wxSizerItem:getRatio(This). function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxGBSizerItem.erl28 getProportion/1,getRatio/1,getRect/1,getSize/1,getSizer/1,getSpacer/1,
89 getRatio(This) -> wxSizerItem:getRatio(This). function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxGBSizerItem.erl28 getProportion/1,getRatio/1,getRect/1,getSize/1,getSizer/1,getSpacer/1,
89 getRatio(This) -> wxSizerItem:getRatio(This). function
/dports/lang/erlang/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxGBSizerItem.erl28 getProportion/1,getRatio/1,getRect/1,getSize/1,getSizer/1,getSpacer/1,
89 getRatio(This) -> wxSizerItem:getRatio(This). function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxGBSizerItem.erl28 getProportion/1,getRatio/1,getRect/1,getSize/1,getSizer/1,getSpacer/1,
89 getRatio(This) -> wxSizerItem:getRatio(This). function
/dports/biology/py-deeptools/deepTools-3.5.1/deeptools/
H A DbigwigCompare.py8 from deeptools.getRatio import getRatio
128 FUNC = getRatio
H A DbamCompare.py13 from deeptools.getRatio import getRatio
284 FUNC = getRatio
/dports/net-im/qTox/qTox-1.17.4/src/widget/tool/
H A Dmovablewidget.cpp83 float MovableWidget::getRatio() const in getRatio() function in MovableWidget
196 int height = lastSize.width() / getRatio(); in mouseMoveEvent()
209 resize(lastSize.width(), lastSize.width() / getRatio()); in mouseMoveEvent()
212 resize(lastSize.height() * getRatio(), lastSize.height()); in mouseMoveEvent()
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/intervention/image/src/Intervention/Image/
H A DSize.php92 public function getRatio() function in Intervention\\Image\\Size
158 $h = max(1, intval(round($this->width / $constraint->getSize()->getRatio())));
194 $w = max(1, intval(round($this->height * $constraint->getSize()->getRatio())));
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dcrop.cc751 float r = getRatio(); in adjustCropToRatio()
972 double r = custom_ratio > 0 ? custom_ratio : getRatio(); in cropWidth1Resized()
1019 double r = custom_ratio > 0 ? custom_ratio : getRatio(); in cropWidth2Resized()
1067 double r = custom_ratio > 0 ? custom_ratio : getRatio(); in cropHeight1Resized()
1114 double r = custom_ratio > 0 ? custom_ratio : getRatio(); in cropHeight2Resized()
1171 double r = custom_ratio > 0 ? custom_ratio : getRatio(); in cropTopLeftResized()
1218 double r = custom_ratio > 0 ? custom_ratio : getRatio(); in cropTopRightResized()
1264 double r = custom_ratio > 0 ? custom_ratio : getRatio(); in cropBottomLeftResized()
1308 double r = custom_ratio > 0 ? custom_ratio : getRatio(); in cropBottomRightResized()
1391 double r = getRatio (); in cropResized()
[all …]
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dcrop.cc787 float r = getRatio(); in adjustCropToRatio()
1009 double r = custom_ratio > 0 ? custom_ratio : getRatio(); in cropWidth1Resized()
1056 double r = custom_ratio > 0 ? custom_ratio : getRatio(); in cropWidth2Resized()
1104 double r = custom_ratio > 0 ? custom_ratio : getRatio(); in cropHeight1Resized()
1151 double r = custom_ratio > 0 ? custom_ratio : getRatio(); in cropHeight2Resized()
1208 double r = custom_ratio > 0 ? custom_ratio : getRatio(); in cropTopLeftResized()
1255 double r = custom_ratio > 0 ? custom_ratio : getRatio(); in cropTopRightResized()
1301 double r = custom_ratio > 0 ? custom_ratio : getRatio(); in cropBottomLeftResized()
1345 double r = custom_ratio > 0 ? custom_ratio : getRatio(); in cropBottomRightResized()
1423 double r = getRatio (); in cropResized()
[all …]
/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/splashscreen/impls/defaultsplashscreen2012/
H A DBasePainter.java199 return getRatio(DefaultSplashScreen2012.ORIGINAL_H, master.getSplashHeight()); in getRatioY()
203 return getRatio(DefaultSplashScreen2012.ORIGINAL_W, master.getSplashWidth()); in getRatioX()
215 return getRatio(DefaultSplashScreen2012.ORIGINAL_H, currentSize); in getRatioY()
219 return getRatio(DefaultSplashScreen2012.ORIGINAL_W, currentSize); in getRatioX()
223 return getRatio(origSize, currentSize) * origValue; in scale()
226 public static double getRatio(double origSize, double currentSize) { in getRatio() method in BasePainter
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/netx/unit/net/sourceforge/jnlp/splashscreen/impls/defaultsplashscreen2012/
H A DBasePainterTest.java58 Assert.assertEquals(2, BasePainter.getRatio(2, 4), 0.1d); in getRatioTest()
59 Assert.assertEquals(0.5, BasePainter.getRatio(4, 2), 0.1d); in getRatioTest()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/script/
H A DCreaturesRatioCalculator.java77 private Double getRatio(Creature creature) { in getRatio() method in CreaturesRatioCalculator
95 tempList.add(new Pair<Double,String>(getRatio(c), c.getName())); in fillList()
/dports/audio/dragonfly-reverb-lv2/dragonfly-reverb-3.2.5/common/freeverb/
H A Dcompmodel.cpp121 fv3_float_t FV3_(compmodel)::getRatio() in FV3_()
183 …L.getAttack(), (double)compL.getRelease(), (double)compL.getThreshold(), (double)compL.getRatio()); in FV3_()

12345678