Home
last modified time | relevance | path

Searched refs:diffvalue (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/src/navigation/
H A DSoCameraUtils.cpp52 virtual void adjustZoomValue(float diffvalue, SbBool limit = TRUE); // diffvalue=0.0 is identity
72 virtual void adjustZoomValue(float diffvalue, SbBool limit = TRUE); // diffvalue=0.0 is identity
92 virtual void adjustZoomValue(float diffvalue, SbBool limit = TRUE); // diffvalue=0.0 is identity
277 SoOrthoPerspectiveCameraManager::adjustZoomValue(float diffvalue, SbBool limit) in adjustZoomValue() argument
280 float newfactor = currentfactor + diffvalue; in adjustZoomValue()
428 SoPerspectiveCameraManager::adjustZoomValue(float diffvalue, SbBool limit) in adjustZoomValue() argument
431 float newzoomfactor = zoomfactor + diffvalue; in adjustZoomValue()
559 SoFrustumCameraManager::adjustZoomValue(float COIN_UNUSED_ARG(diffvalue), SbBool COIN_UNUSED_ARG(li… in adjustZoomValue() argument
H A DSoCameraUtils.h51 …virtual void adjustZoomValue(float diffvalue, SbBool limit = TRUE) = 0; // diffvalue=0.0 is identi…
H A DSoScXMLDollyTarget.cpp449 SoScXMLDollyTarget::dolly(SoCamera * camera, float diffvalue) in dolly() argument
454 float multiplicator = float(exp(diffvalue)); in dolly()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/butteraugli/
H A Dbutteraugli.h82 double &diffvalue);
87 double &diffvalue);
H A Dbutteraugli.cc1826 double& diffvalue) { in ButteraugliInterface() argument
1830 return ButteraugliInterface(rgb0, rgb1, params, diffmap, diffvalue); in ButteraugliInterface()
1835 double& diffvalue) { in ButteraugliInterface() argument
1848 diffvalue = ButteraugliScoreFromDiffmap(diffmap, &params); in ButteraugliInterface()
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/butteraugli/
H A Dbutteraugli.h84 double &diffvalue);
89 double &diffvalue);
H A Dbutteraugli.cc2012 double& diffvalue) { in ButteraugliInterface() argument
2016 return ButteraugliInterface(rgb0, rgb1, params, diffmap, diffvalue); in ButteraugliInterface()
2021 double& diffvalue) { in ButteraugliInterface() argument
2034 diffvalue = ButteraugliScoreFromDiffmap(diffmap, &params); in ButteraugliInterface()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/butteraugli/
H A Dbutteraugli.h84 double &diffvalue);
89 double &diffvalue);
H A Dbutteraugli.cc2010 double& diffvalue) { in ButteraugliInterface() argument
2014 return ButteraugliInterface(rgb0, rgb1, params, diffmap, diffvalue); in ButteraugliInterface()
2019 double& diffvalue) { in ButteraugliInterface() argument
2031 diffvalue = ButteraugliScoreFromDiffmap(diffmap, &params); in ButteraugliInterface()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/butteraugli/
H A Dbutteraugli.h84 double &diffvalue);
89 double &diffvalue);
H A Dbutteraugli.cc2010 double& diffvalue) { in ButteraugliInterface() argument
2014 return ButteraugliInterface(rgb0, rgb1, params, diffmap, diffvalue); in ButteraugliInterface()
2019 double& diffvalue) { in ButteraugliInterface() argument
2031 diffvalue = ButteraugliScoreFromDiffmap(diffmap, &params); in ButteraugliInterface()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bgui3d/
H A Dbgui3d_examiner_tableau.cxx425 void bgui3d_examiner_tableau::zoom(float diffvalue) in zoom() argument
431 scene_camera_->position = diffvalue*direction + scene_camera_->position.getValue(); in zoom()
432 …scene_camera_->focalDistance = -diffvalue*direction.length() + scene_camera_->focalDistance.getVal… in zoom()
/dports/x11-toolkits/SoXt/SoXt-1.3.0/src/Inventor/Xt/common/viewers/
H A DSoGuiFullViewerP.h.in136 static void zoom(SoCamera * cam, const float diffvalue);
H A DSoGuiExaminerViewerP.h.in62 void zoom(const float diffvalue);
H A DSoGuiFullViewer.cpp.in1559 SoGuiFullViewerP::zoom(SoCamera * cam, const float diffvalue) argument
1566 float multiplicator = float(exp(diffvalue));
1611 // (But note that we depend on the input argument ''diffvalue'' to
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/viewers/
H A DSoGuiFullViewerP.h.in145 static void zoom(SoCamera * cam, const float diffvalue);
H A DSoGuiExaminerViewerP.h.in71 void zoom(const float diffvalue);
H A DSoGuiFullViewer.cpp.in1569 SoGuiFullViewerP::zoom(SoCamera * cam, const float diffvalue) argument
1576 float multiplicator = float(exp(diffvalue));
1621 // (But note that we depend on the input argument ''diffvalue'' to
/dports/graphics/guetzli/guetzli-1.0.1/third_party/butteraugli/butteraugli/
H A Dbutteraugli.h89 double &diffvalue);
H A Dbutteraugli.cc1521 double &diffvalue) { in ButteraugliInterface() argument
1542 diffvalue = 0; in ButteraugliInterface()
1546 diffvalue = ButteraugliScoreFromDiffmap(diffmap); in ButteraugliInterface()